The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Little question for change forum home looks
Hello,
1/ [OK]I'm searching how to move this bar (forum, last posts, threads, posts) under the forum's category. I have that: And I'd want to have: I think it's in the template forum home or display but I haven't find yet. 2/ I'd want to reduce the height of the forum'cat?gories: I think perhaps it is in the css or templates, but I did'nt find. Thanks for your help. |
#2
|
|||
|
|||
Quote:
In Forums & Moderators -> Forum Manager you can click on the appropriate 'edit'. Towards the BOTTOM 'Act As Forums' can go two ways - > Yes/No -> 'As Forum' or 'As Category'. Edit 'titles' / 'description' as needed . . . Ok?? Rabbit |
#3
|
|||
|
|||
To move the bar try:
Go into your forumhome template and find this code: 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> Go into your forumhome_forumbit_level1_nopost template. Find: Code:
$childforumbits That's it. Would be nice, if you could give me a feedback. |
#4
|
|||
|
|||
You didn't understand. I want to move the 1st bar under the category name
I took the screen from my test forum. |
#5
|
|||
|
|||
That's what that code does...
|
#6
|
|||
|
|||
Thanks very much Vierie. I obtained what I wanted.
Quote:
|
#7
|
|||
|
|||
I have ever leave the description but it's not reduce like I want
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|