Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jan 23, 2006 16:11:38 GMT
Main Footer<script type="text/javascript"> <!-- /* last post remodel - ross support.proboards.com */ var lpOrder = [2,0,1]; if(location.href.match(/\.com\/?(index.cgi)?\??(&?action=home)?(#\w+)?$/)) { var td = document.getElementsByTagName('td'); for(i=0; i<td.length; i++) { if(td.item(i).width == '24%' && td.item(i).className == 'windowbg2' && td.item(i).innerHTML.match(/on/)) { var split = td.item(i).firstChild.innerHTML.replace(/((<br>)|^)?(by|in|on) /gi, '$1').split(/<br>/i); td.item(i).firstChild.innerHTML = ((split[lpOrder[0]])? split[lpOrder[0]] +'<br />' : '')+((split[lpOrder[1]])? split[lpOrder[1]]+'<br />' : '')+((split[lpOrder[2]])? split[lpOrder[2]] : ''); td.item(i).align = 'center'; } } } //--> </script>This is designed to let you reorder the contents of the 'last post' box on the main page. In the bit in bold, enter the corresponding numbers for the order you want the information to be in, you can leave out a number if you don't want that information to be included. 0 = Date 1 = User 2 = Thread
|
|
|
Post by Bacon164 on Jan 24, 2006 5:05:50 GMT
|
|
|
Post by George® on Jan 24, 2006 14:04:46 GMT
What are you not wanting to be displayed?
|
|
|
Post by Bacon164 on Jan 24, 2006 22:17:09 GMT
2 = Thread
|
|
Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jan 25, 2006 0:56:17 GMT
Recopy the code. I've made a slight edit to it
|
|