Shadab

Student and freelance web developer. Languages, tools & frameworks that interest me: HTML/CSS, PHP/MySQL, VB.NET/Oracle, vBulletin, CodeIgniter and jQuery.

4 responses to “Separate Categories on Forumhome”

  1. Mario

    Thanks for the information, the only drawback is that the width in the column that shows the latter post is not fixed.
    To solve the problem is that I do the following in the template: forumhome_forumbit_level1_nopost

      	$vbphrase[forum]
      	$vbphrase[last_post]
      	$vbphrase[threads]
      	$vbphrase[posts] 
    
       	$vbphrase[moderator]
    

    For more information please visit:
    http://www.vbulletin.org/forum/showthread.php?t=180937

    Regards.

  2. Mario

    OK thank you Shadab, please consider deleting the second comment and the first update.

    The code that tries to show is:

    <tr align="center">
    <td class="thead" width="5%">&nbsp;</td>
    <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
    <td class="thead" width="25%">$vbphrase[last_post]</td>
    <td class="thead" width="10%">$vbphrase[threads]</td>
    <td class="thead" width="10%">$vbphrase[posts]</td>
    <if condition="$vboptions['showmoderatorcolumn']">
    <td class="thead" width="0%">$vbphrase[moderator]</td>
    </if>
    </tr>

    Thanks.

Leave a Reply