The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Need this, please help!!
Hello I need to have the mod where the title of the thread is in bold in the center of the page just under "user cp, faq, site rules, modifications, etc.."
Does this make sense? I need this because people are complaining that they can't see the title of the thread and would like something a little more larger to see. Thanks in advance. For example when your looking at this thread , you can see "Need this, please help!!" just over the entire thread and its in bold and is big. This is what I need done. |
#2
|
|||
|
|||
The information is already there and already being generated.
Put this in the end of your navbar template Code:
<div align="center" style="font-size:24px; font-weight:bold">$navbits[lastelement]</div> |
#3
|
||||
|
||||
Oh thankyou so much, thats awesome it worked. I just have one question. How do you get rid of it when in the main index of a forum. So for example I go to www.site.com and click the CODING forum. How do you get rid of it there and only have it on threads?
Thanks so much once again. |
#4
|
||||
|
||||
bump
|
#5
|
|||
|
|||
You would have to use an if condition.
Replace: HTML Code:
<div align="center" style="font-size:24px; font-weight:bold">$navbits[lastelement]</div> HTML Code:
<if condition="(THIS_SCRIPT == 'forumdisplay') OR (THIS_SCRIPT == 'showthread')"> <else /> <div align="center" style="font-size:24px; font-weight:bold">$navbits[lastelement]</div></if> Steve |
#6
|
||||
|
||||
Hey thanks man, but instead it is now not showing on the threads and is now showing only on members list, calendar, faq, etc..
Thanks for all the helping man. |
#7
|
||||
|
||||
Forget the above completely, that's a very messy way to do an easy job.
Just edit the SHOWTHREAD template and put this line between the $navbar and $poll lines ; HTML Code:
<div style="font-size: 150%; text-align: center;">$thread[title]</div> |
#8
|
||||
|
||||
Quote:
Thanks |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|