Richie
Not New Member
^ Yes, That's My Fugly Face!
Posts: 35
Richie said 2 great things
|
Post by Richie on Apr 6, 2010 15:13:44 GMT -8
Code Title: Add "Manage Bookmarks" Link To Full Posting Page Location: Global FootersDescription: Simply Adds a link to the Manage & View Bookmarks page on the Full Posting page & Quick Reply. Preview: Click For PreviewCode: <script type="text/javascript"> /* Add "Manage Bookmarks" Link To Full Posting Page & Quick Reply By Son Of Exodia */ /* Global Footers - Only Repost With Header Intact */
var message=document.getElementsByName("message")[0]; var meslinks=' <a href="?action=managebookmarks" target="_blank" title="Manage Your Bookmarks">Manage</a>/<a href="?action=bookmarks" target="_blank" title="View Your Bookmarks">View</a> Your Bookmarks.';
if(document.postForm && document.postForm.notify) document.postForm.notify.parentNode.innerHTML+=''+meslinks+''; if(message && document.location.href.match(/ion=display/i)) message.parentNode.parentNode.innerHTML+=''+meslinks+''; </script>
|
|