The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Thread titles in all caps (reverse anti-shouting)
I'm nowhere near proficient in PHP but I do know that there's a function (strtoupper) to output characters in all caps.
What I'm trying to do is make thread titles in all caps. I imagine it's not as simple as dropping the PHP function into a template, but how would one go about creating a bit of code to wrap around a certain piece of VB content ($threadtitle, for example)? |
#3
|
|||
|
|||
So drop that in a plugin, then it'll automatically convert all thread titles, or does something have to be added to the templates?
|
#4
|
|||
|
|||
i dont think somethink should be changed in the templates as the thread title is now sent with capital letters to the template. try it out .
|
#5
|
|||
|
|||
So showthread_poll_start (not post?) and:
Code:
strtoupper ($thread[title]); |
#7
|
|||
|
|||
seems right, you may also use Lynne suggestion and change some CSS .
doc here : http://www.w3schools.com/cssref/pr_t...-transform.asp |
#8
|
|||
|
|||
|
#9
|
|||
|
|||
Unfortunately, we all suffer from that desease! Your comment made me laugh, thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|