![]() |
Combine Threads and Posts Column
If you use this enhancement, remember to click MARK AS INSTALLED for support! Thank you!
This is a small mod which combines your threads and posts into a single column. With this enhancement, it saves a few pixels on your forum width, and the small differentiation is also aesthetically pleasing. This requires a couple simple template modifications. Installation 1. In FORUMHOME, find the following: Code:
<td class="thead">$vbphrase[threads]</td> Code:
<td class="thead">$vbphrase[threads]/$vbphrase[posts]</td> 4. In forumhome_forumbit_level2_post, find the following: Code:
<td class="alt1">$forum[threadcount]</td> Code:
<td class="alt1"><small>$vbphrase[threads]: $forum[threadcount]<br /> 7. In forumhome_forumbit_level1_nopost, find the following: Code:
<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if> Code:
<if condition="$vboptions[showmoderatorcolumn]">5<else />4</if> Live Demo http://www.castbuzz.com/community/index.php |
I'd love to install this, however my templates are different. :(
My FORUMHOME contains the following instead: Code:
$vbphrase[threads]: $totalthreads, |
Hello,
The code you refer to is found in the "What's Going On" box towards the bottom and is the statistics for your whole forums. I did see what you did with your site though, and to do this, perform steps 1-3 in forumhome_forumbit_level1_nopost instead of FORUMHOME. It will get the same effect :) |
Thank you, will try that soon. :)
|
What I see in the forumhome_forumbit_level1_nopost
Quote:
Quote:
On Edit: It worked. |
my board has multiple error when i remove the second TD on forumhome_forumbit_level2_post
the error is like this: Quote:
|
You should change point 5 to
Code:
<td class="alt1"><small>$vbphrase[threads]: $forum[threadcount]<br /> |
Adjustment has been made: thank you!
nike, can you post a copy of the code in the level2_post? |
Excellent, clicked install :).
|
here it is, for your info, i'm using vbeo skin :)
Code:
<tr align="center"> |
All times are GMT. The time now is 02:46 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|