PDA

View Full Version : Sub Forum Display?


TheInsaneManiac
01-07-2009, 11:41 AM
How can I remove posts and threads from sub forums that show in the forum display?

Bellardia
01-07-2009, 12:17 PM
How can I remove posts and threads from sub forums that show in the forum display?

Move them to a protected forum.

TheInsaneManiac
01-07-2009, 03:36 PM
Move them to a protected forum.
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.

Bellardia
01-07-2009, 10:21 PM
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.

TheInsaneManiac
01-07-2009, 10:47 PM
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.

Bellardia
01-07-2009, 11:00 PM
<td class="thead">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>

Find these? Hopefully self explanatory, just make sure you add the colspan to reflect the changes.

TheInsaneManiac
01-07-2009, 11:03 PM
<td class="thead">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>

Find these? Hopefully self explanatory, just make sure you add the colspan to reflect the changes.
This is my bad, but I was looking for the wrong thing. It's the views on the forumdisplay I wish to remove. I've removed everything that uses the phrase views, but still no luck. Any other ideas?

EDIT: NVM found it.
<td class="alt2" align="center">$thread[views]</td>

Bellardia
01-07-2009, 11:18 PM
Thats threadbit not FORUMDISPLAY ):

TheInsaneManiac
01-14-2009, 03:54 AM
Thats threadbit not FORUMDISPLAY ):

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

Bellardia
01-14-2009, 05:09 AM
Those are located in the SHOWTHREAD template

TheInsaneManiac
01-14-2009, 05:42 PM
What about the subforum part?

Dismounted
01-15-2009, 04:04 AM
Those are located in the SHOWTHREAD template
No they're not. They're in FORUMDISPLAY. The subforum bits are part of forumhome_forumbit_*.

TheInsaneManiac
01-15-2009, 04:20 AM
No they're not. They're in FORUMDISPLAY. The subforum bits are part of forumhome_forumbit_*.
That seems more right, cause showthread actually has the threads contents lol. I do need to remove a few things in showthread though. I want to remove Thread tools, Search thread, and Rate thread.

I need this as simple as possible. Since the mobile device doesn't support the popup menus of VBulletin I have to remove them. Would be nice if I could just disable popup menus for just a single style.

Dismounted
01-15-2009, 04:28 AM
Please post your template.

TheInsaneManiac
01-16-2009, 05:19 AM
I can't it's too long. It's just the default template anyway.