inherit
BANNED
35962
0
Aug 30, 2008 12:37:56 GMT -8
ircrazyd
4,372
January 2005
ircrazyd
|
Post by ircrazyd on Jun 28, 2005 8:06:56 GMT -8
I know there was a code for this in pbv3, but I cant find one for v4. Could anyone help?
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 28, 2005 23:10:22 GMT -8
(from SoCal)
This moves the Last Post column on the main page and in the sub board table before the topics and posts columns, so it becomes:
Forum Name | Last Post | Topics | Posts
<script type="text/javascript"> <!-- /* vBulletin Style Last Post by california */ var td=document.getElementsByTagName("td"); if(!location.href.match(/action/) || location.href.match(/on=(mark|logout|home)/)){ for(i=0;i<td.length;i++){ if(td.width.match(/^2(0|4)%/) && td[i-1].width.match(/^(1|4)%/)){ td.parentNode.insertBefore(td,td[i-2]); } } } // --> </script>
Main Footer. If you put it in the Global Footer, the thread last post column and the sub board table last post columns will also be moved, so it's up to you.
|
|
inherit
BANNED
35962
0
Aug 30, 2008 12:37:56 GMT -8
ircrazyd
4,372
January 2005
ircrazyd
|
Post by ircrazyd on Jun 29, 2005 6:36:09 GMT -8
Thanks. It works.
|
|