inherit
153968
0
Nov 19, 2012 15:03:05 GMT -8
Thesealion
New Phone Who Dis?
4,124
April 2010
joemaggio
|
Post by Thesealion on Sept 4, 2010 14:37:47 GMT -8
Puts a button in your menu bar that when clicked takes you to your last 10 posts. Global Header<script type="text/javascript"> <!-- /* View your last 10 posts button in menu bar You may repost but leave header joemaggio.proboards.com */ var button = '<img src="url of image" border="0">'; //Image url. For text remove everything between the single quotes and put the text. // No editing required var menuBar = document.getElementsByTagName('td')[5]; if(pb_username != "Guest") { menuBar.innerHTML += '<a href="/index.cgi?action=userrecentposts&user='+pb_username+'">'+button+'</a>'; } //--> </script> Edited: 10/27/10 ~ to remove the forum url variable (thanks sQuealford for pointing out a way to do it easier) 12/20/10 ~ fixed for guests
|
|