The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Toonville
|
#2
|
|||
|
|||
Thast is one very busy and distracting background that you have there.
I'd also be tempted to tone the red white and blue used down a bit, it is very harsh on the eyes. Using blue for your background for quotes is not really the best color as it is very difficult to read the text being quoted. You have a bit of a problem with line breaks in the navbar breadcrumb bits (the bits the show where you are eg vBulletin.org Forum > Community Forums > Forum Commenting - Toonville) and in the forums part of the moderators section on Forum Leaders. Definately original though. It's not something that I have come across before. |
#3
|
|||
|
|||
Quote:
I asked about correcting that line break, but never got any help. It's been like that since I centered the Titles in Catergory Strips. Yep it does need a toning down... TY so much. If you know where to get backgrounds I'd sure appreciate the links... |
#4
|
|||
|
|||
Ah, now I prefer that background
How have you centered your categories? It's probably that code that is causing the line breaks. |
#5
|
|||
|
|||
Quote:
I think this looks a bit better. www.edtoonsboard.com Yes I did along time ago. using for example this code in the title for Category <center>Fun and Humor</center> for the Fun and Humor Category. Thats how VBulletin told me to center a Category. But then when I did that it did as you described and I still have not found a way to correct that. Thank You. |
#6
|
|||
|
|||
ok, let me grab my style manager and we can get this fixed for you.
|
#7
|
|||
|
|||
In your forumhome_forumbit_level1_nopost
FIND Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> Code:
<span style="align: center"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if></span> |
#8
|
|||
|
|||
Quote:
This is my forumhome_forumbit_level1_nopost template with your code.. and Category titles are off to left again.. HTML Code:
</table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"> <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> <span style="align: center"><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if></span> <if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> <tr align="center"> <td class="thead" width="5%"> </td> <td class="thead" width="65%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="20%">$vbphrase[last_post]</td> <td class="thead" width="5%">$vbphrase[threads]</td> <td class="thead" width="5%">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead" width="0%">$vbphrase[moderator]</td> </if> </tr> </tbody> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> |
#9
|
|||
|
|||
try replacing the entire template with
Code:
</table> <br /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> <tr> <td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>" align="center"> <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> <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> <tr align="center"> <td class="thead" width="5%"> </td> <td class="thead" width="65%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" width="20%">$vbphrase[last_post]</td> <td class="thead" width="5%">$vbphrase[threads]</td> <td class="thead" width="5%">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead" width="0%">$vbphrase[moderator]</td> </if> </tr> </tbody> <if condition="$childforumbits"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> $childforumbits </tbody> </if> |
#10
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|