View Full Version : How to make the thread titles all uppercase?
crumblepie
06-30-2010, 12:49 PM
Anyone knows how to make the thread titles all uppercase?
eSekar
06-30-2010, 01:26 PM
add this to your additional.css :
.threadtitle {
text-transform: uppercase;
}
Cheers ;)
crumblepie
06-30-2010, 02:15 PM
Thanks eSekar.. I can't find the additional.css file.. I added it onto the last box in Main.css where it says 'additional css definitions'. It didn't work for me, I am using a custom template.
eSekar
06-30-2010, 02:43 PM
Sorry mate I just noticed this is in vB3 Section, the above code is for vB4.
I'm really sorry I have no idea about vB3 codes (never used it)
But I think in threadbit template you have to play with the following code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold" </if>>$thread[threadtitle]</a>
Maybe change it to something like:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold; text-transform:uppercase;" </if>>$thread[threadtitle]</a>
I wish this helps you, if not I hope some vB3 expert give you an advice regarding your request.
Cheers.
crumblepie
07-06-2010, 10:26 AM
Thank you so much for the help eSekar, I'm still playing around with the codes to try to figure it out.. will update the thread when there's progress :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.