The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Sub Forum Display?
How can I remove posts and threads from sub forums that show in the forum display?
|
#2
|
|||
|
|||
Move them to a protected forum.
|
#3
|
|||
|
|||
No I mean the display lol.
Forum Last Post Threads Posts I just want Forums and Last posts to be shown on the forum display where it shows the subforums. |
#4
|
|||
|
|||
Go to the forumhome templates, and edit the files forumhome_forumbit_level1_nopost, _post, _level2_post, _level2_nopost.
Remove the <td>'s with the content you're talking about (The last 2 <td>'s I believe) and add a colspan tag to the <td> with the thread title, making it <td colspan="3"> on all the templates, preserve other classes and styles if they're present. |
#5
|
|||
|
|||
I've already removed those. I'm trying to figure out what to delete in the FORUMDISPLAY so that it won't show those with the Threads and Posts of the subforums.
|
#6
|
|||
|
|||
HTML Code:
<td class="thead">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> |
#7
|
|||
|
|||
Quote:
EDIT: NVM found it. Code:
<td class="alt2" align="center">$thread[views]</td> |
#8
|
|||
|
|||
Thats threadbit not FORUMDISPLAY ):
|
#9
|
|||
|
|||
Well either way I can't get it to remove.
I've circled and pointed to all the areas I want to remove. http://img58.imageshack.us/img58/2229/removekh3.jpg |
#10
|
|||
|
|||
Those are located in the SHOWTHREAD template
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|