The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make big titles like vB.org in threads?
I just noticed that vBulletin has huge honkin' titles in the view thread
area. How do I get this for my own site? |
#2
|
|||
|
|||
Quote:
Demo here: http://www.bowlandcentral.com/forum/...ad.php?t=28547 In template 'SHOWTHREAD' find: Code:
<!-- / controls above postbits --> Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="1" border="0" width="100%"> <tr> <td class="tcat" align="left" width="93%"><span class="bigusername">$thread[title]</span> </td><td class="vbmenu_control" align="right" width="7%" ><span class="smallfont">Thread <a title="Link To Thread" href="showthread.php?$session[sessionurl]t=$thread[threadid]" target="_blank"><u>$thread[threadid]</u></a></span></td></tr> </table><br /> |
#3
|
|||
|
|||
Totally nice.
thanks a million Mark! |
#4
|
||||
|
||||
i got it srtipped down to this
HTML Code:
<!-- test --> <tr> <td align="center" width="100%"><span class="bigusername" color="#FFFFFF">$thread[title]</span> </td></tr> <br> <!-- /test --> |
#5
|
|||
|
|||
This this I don't know if it will work but its worth a try, just save ur template
content before you do it so you can always revert back. Code:
<!-- test --> <style type="text/css"> <!-- .style5 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; } --> </style> <tr> <td align="center" width="100%"><div align="center"><span class="bigusername style5" color="#FFFFFF">$thread[title]</span> </div></td></tr> <div align="center"><br> </div> <!-- /test --> |
#6
|
|||
|
|||
Quote:
Also, although hard-coding the color (#ffffff) will work if you only have one style, if you ever add a new style you may find this doesn't match, which is why it's better to use the normal CSS values. That way it will look right regardless of style. If you just want one similar to the one in here, you could get away with this cheap 'n' dirty version: Code:
<center><span class="bigusername"><b>$thread[title]</b></span></center> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|