Results 1 to 3 of 3
Hybrid View
-
22nd Jul 2009, 06:03 AM #1OPMember
mod reguest
hey guys can one of you pretty please hooks up this mod?
"Combine Threads and Posts Column"
Code:http://www.vbulletin.org/forum/showthread.php?t=181127
archlyric Reviewed by archlyric on . mod reguest hey guys can one of you pretty please hooks up this mod? "Combine Threads and Posts Column" http://www.vbulletin.org/forum/showthread.php?t=181127 thanks alot eh? Rating: 5
-
22nd Jul 2009, 06:36 AM #2Respected Member
In FORUMHOME find the following:
Code:<td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td>
Code:<td class="thead">$vbphrase[threads]/$vbphrase[posts]</td>
In forumhome_forumbit_level2_post, find the following:
Code:<td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td>
Code:<td class="alt1"><small>$vbphrase[threads]: $forum[threadcount]<br /> $vbphrase[posts]: $forum[replycount]</small></td>
Code:<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>
Code:<if condition="$vboptions[showmoderatorcolumn]">5<else />4</if>
Enjoy!
-
22nd Jul 2009, 07:35 AM #3
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...