PDA

View Full Version : Forum Home Enhancements - Forum LastPost Threads Post under all Categories.


snakes1100
03-13-2008, 10:00 PM
Compatible from vbulletin 3.0.x, 3.5.x, 3.6.x & all 3.6.x betas etc using the default style.

I've used this for years, dont recall who first posted this, if i recall i found this years ago on vbulletintemplates.com, not sure who posted it then.

Open forumhome template and remove this code and re-save the template:


<tr align="center">
<td class="alt1">&nbsp;</td>
<td class="alt2" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="alt1" width="175">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>

Open forumhome_forumbit_level1_nopost template and place the code from above right after this line and resave the template:


<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>

MAKE SURE YOU BACKUP BEFORE MAKING TEMPLATE CHANGES!

codershark
03-15-2008, 02:10 AM
Any Screenshot available ?

Edit: Doesnt work at me, crached the complet style!

SEOvB
03-16-2008, 05:27 AM
I am at a complete loss of what exactly this does/

Jon_Simmonds
03-16-2008, 06:31 PM
It adds the table headings for each forum section, by defult they just show at the top of forumhome

snakes1100
03-16-2008, 08:05 PM
Any Screenshot available ?

Edit: Doesnt work at me, crached the complet style!

This template edit works on any version of vbulletin and has been comfirmed to work since 3.0.x, actually i would state 2.x.x as well but i cant remember that far back, getting old.

I am at a complete loss of what exactly this does/

There is a screen shot provided and you can actually look at the forum home page here at vbulletin.org as it is used here as well.

codershark
03-17-2008, 11:12 AM
It doesnt work on 3.7 Bate 6 and my skin !

macc
03-17-2008, 04:15 PM
have installed ... have vbulletin 3.7. beta 6 and works fine


regards
macc

Fungsten
07-11-2008, 09:06 PM
It didn't work and it moved the
Mark Forums Read (http://www.democraticwarrior.com/forum/forumdisplay.php?do=markread) View Forum Leaders (http://www.democraticwarrior.com/forum/showgroups.php)

to the left and stacked them one on top of another.

Kind of like this:

Mark Forums (http://www.democraticwarrior.com/forum/forumdisplay.php?do=markread)
Read (http://www.democraticwarrior.com/forum/forumdisplay.php?do=markread)
View Forum (http://www.democraticwarrior.com/forum/showgroups.php)
Leaders (http://www.democraticwarrior.com/forum/showgroups.php)

I'm using 3.7.2. TIA.