Yes, it's fixed now, thx for your help guys, appreciated.
I've found help on http://www.vbulletintemplates.com
Announcement
Collapse
No announcement yet.
Forum Header
Collapse
X
-
I'm afraid I don't understand what the problem is; the column titles seem to collapse propperly as far as I can see.
Leave a comment:
-
Oh great, you guys seem to know everything and I pick a problem you don't have an answer to...
Leave a comment:
-
Nice one.
The probelm I now have is that the Table Header is still shown when I collaps the category.
How can I get rid of the table header when collapsing?
http://www.madden-international.com/...ms_set_cus.htm
Thx!
Leave a comment:
-
After working with this some more, to add the Forum/Last Post/Thread/Posts row just after the Category listings, edit the forumhome_forumbit_level1_nopost and add this:
HTML Code:<tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" 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>
$childforumbits
Leave a comment:
-
Then you do mean a category. My post tells you how to do this.
Leave a comment:
-
Add this section:
<tr align="center">
<td class="thead"> </td>
<td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" 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>
To the top of these templates:
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post
You can also remove that same section from the FORUMHOME template if you wish.
Leave a comment:
-
Forum Header
How can I place the "forum header" with the Forum,Last Post,Threads & Posts visible under each category ?
ThanksTags: None
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: