Activity Stream
48,167 MEMBERS
61051 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member

    Default 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
    thanks alot eh?
    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

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    In FORUMHOME find the following:

    Code: 
    <td class="thead">$vbphrase[threads]</td>
          <td class="thead">$vbphrase[posts]</td>
    Replace it with this:

    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>
    Replace it with this:
    Code: 
    <td class="alt1"><small>$vbphrase[threads]: $forum[threadcount]<br />
        $vbphrase[posts]: $forum[replycount]</small></td>
    In forumhome_forumbit_level1_nopost, find the following:

    Code: 
    <if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>
    Replace it with this:
    Code: 
    <if condition="$vboptions[showmoderatorcolumn]">5<else />4</if>



    Enjoy!
    "Maybe this world is another planet's Hell"

  4.     
    #3
    Member
    awesom mang, that mod soesnt work for my skin tho lol, figured it out tho, thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

BE SOCIAL