PDA

View Full Version : Where to edit forumslist


Travis-Mc
02-09-2010, 01:41 AM
I've turned on "Enable Forum Description" in the Forum Display options.

I want to change the look

Where do I edit forumslist?

<if condition="$show['forumslist']">

Travis-Mc
02-10-2010, 07:22 PM
anyone?

--------------- Added 1265917934 at 1265917934 ---------------

Am I even looking in the correct spot? Like in this thread at the top is says:

vB3 Design and Graphics Discussions: Discuss anything related to creating vBulletin styles, graphics, template editing, etc.

How do I edit the look of that without changing the look of the forum title and description on the page that lists all the forums?

Travis-Mc
02-18-2010, 07:42 PM
Seriously, someone has to know how to do this.

Travis-Mc
02-19-2010, 08:31 PM
I guess I've requested the impossible!

Speysider
02-21-2010, 05:38 PM
Stop double posting to bump your thread.

For the parent forums (ones joined to a category), go to Forum Home Template > forumhome_level2_nopost/post templates. That will help you.

Travis-Mc
02-21-2010, 11:17 PM
No, what I'm referring to is when the forum name and description show up at the top of the page where you can see the list of threads in a forum. You can enable the forum name and description to show up at the top of the page by changing vBulletin Options > Forum Display Options (forumdisplay) > Enable Forum Description to 'Yes'.

So I'm pretty sure it's in the template: Forum Display Templates > FORUMDISPLAY

Here's the part I'm looking at
<if condition="$show['forumslist']">

I don't know where to go to edit this 'forumslist'. I want the style of the forum name and description to be different on the page where you can see the list of threads, vs the way it looks on the page that shows the list of all the forums.

Am I looking in the wrong place? it seems like this shouldn't be hard to find. I think I'm completely missing some concept.. Thanks for your help.

Hell Bomb
02-22-2010, 03:13 PM
An image is worth a thousand words, post a few images of what you are looking for and ill help you from their

Travis-Mc
02-22-2010, 04:04 PM
Okay, this should help. I want to change the styling of the forum name and description in the box in the middle of the picture.

Travis-Mc
03-03-2010, 08:54 PM
I'm still trying to figure this out if anyone has any ideas.

Travis-Mc
09-26-2010, 12:31 AM
Still trying to figure this out if anyone can help.

BirdOPrey5
09-26-2010, 07:50 PM
It's actually in your navbar template... The code controlling it looks like this:

<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>


You can also include HTML in your forum description itself so you can adjust fonts and even add images as needed for specific forums. I went so far as to put an ESPN score tracker in mine:
http://www.juot.net/forums/forumdisplay.php?f=44

:up:

Travis-Mc
09-26-2010, 09:01 PM
Thank you so much! I can't believe I couldn't figure that out. Thanks again! :up: