The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Its in Templates > Forumhome templates > forumhome_forumbit_level1_nopost
|
#12
|
|||
|
|||
hmmm I have this in forumhome_forumbit_level1_nopost
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> |
#13
|
|||
|
|||
Are you sureeeeee you're looking at the style? =p
I can't seen to find anything in your CSS and viewing the source with <h4> tags, I had the same coding when I repeated it on my board. Please tell me you looked at the wrong style, cause else I'll cry |
#14
|
|||
|
|||
Heres where I found it, and my style is testing2
I then doubleclicked that and found Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> |
#15
|
|||
|
|||
aha. What about forumhome_forumbit_level1_post
There's a similar code in there. Look for $forum[title] and see if theres any <h4> tags. Even better, go into search templates and search for <h4> |
#16
|
|||
|
|||
searching for <h4> with testing 2 as the style returns nothing
|
#17
|
||||
|
||||
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.
|
#18
|
|||
|
|||
Thanks
OK so I did that, and it points back to where dean was thinking, at least I think. Heres a sample of what I think is relevant from the source Code:
<!-- BEGIN TEMPLATE: forumhome_forumbit_level1_nopost --> <tbody> <tr> <td class="tcat" colspan="6"><h4> <a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_16')"><img id="collapseimg_forumbit_16" src="http://www.swfansite.com/images/skins/default/buttons//collapse_tcat.gif" alt="" border="0" /></a> <a href="forumdisplay.php?f=16">Off Topic</a> </h4></td> |
#19
|
||||
|
||||
Ummm...
Code:
<!-- BEGIN TEMPLATE: forumhome_forumbit_level1_nopost --> <tbody> <tr> <td class="tcat" colspan="6"><h4> <a style="float:right" href="#top" onclick="return toggle_collapse('forumbit_16')"><img id="collapseimg_forumbit_16" src="http://www.swfansite.com/images/skins/default/buttons//collapse_tcat.gif" alt="" border="0" /></a> <a href="forumdisplay.php?f=16">Off Topic</a> </h4></td> |
#20
|
|||
|
|||
Yes in the source I see it, but in the template I do not
ETA: the contents of the template (forumhome_forumbit_level1_nopost) Code:
<if condition="!$show['collapsable_forums']"> <tbody> </if> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <if condition="$childforumbits"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a> </if> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> <if condition="!$show['collapsable_forums']"> </tbody> </if> <if condition="$childforumbits"> <if condition="!$show['collapsable_forums']"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> </if> $childforumbits <if condition="!$show['collapsable_forums']"> </tbody> </if> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|