Thanks for replying.
To start with, it would probably be fine to just alter the <title> in the <head> of SHOWTHREAD.
There's a few things in your post that I don't quite understand...
Quote:
the place where you set $captitle is inside a function so it's not a global
|
Where now?
I was going to Add New Plugin, and creating a new plugin named "Capitalize Thread HTML Titles", adding it to showthread_start (or global_start if needed?), and making the body of the plugin ....
... and that's where I'm apparently stumped.
This doesn't seem to work:
Code:
$thread['captitle'] = ucwords($thread['title']);
I added that as the plugin syntax, and then inserted $captitle into the <title> on SHOWTHREAD.
There's not really a comprehensible (with examples) how-to manual on this, and vB3 has become so buried under vB4 that even advanced Google searching of vB.org or vB.com doesn't help find anything. I learn by example -- need to see code in action.