inherit
58740
0
Aug 20, 2024 7:29:21 GMT -8
®i©hie
I'm not very active here anymore thanks to my full-time job. - 12/27/23
14,036
September 2005
soe
|
Post by ®i©hie on Oct 29, 2009 15:28:42 GMT -8
Code Title: Add "Manage Bookmarks" Link To Full Posting Page Description: Simply Adds a link to the Manage Bookmarks page on the Full Posting page. Where to place the code: Global Footers Code: <script type="text/javascript"> <!-- /* Add "Manage Bookmarks" Link To Full Posting Page By Son Of Exodia */ /* Global Footers - Only Repost With Header Intact */ if(document.postForm && document.postForm.notify){ document.postForm.notify.parentNode.innerHTML+=' <a href="?action=managebookmarks" target="_blank" title="Click Here To Manage Your Bookmarks">Manage Bookmarks</a> (<a href="?action=bookmarks" target="_blank" title="Click Here To View Your Bookmarks">View</a>).'; } //--> </script>
|
|