This plugin still work for 3.6.8. If you want it to capitalize each word in the title, simply download the plugin above and change "ucfirst" to "ucwords":
Quote:
<?xml version="1.0" encoding="ISO-8859-1"?>
<plugins>
<plugin active="1" product="vbulletin">
<title>Auto Capitalize The First Letter Of Every Thread Title</title>
<hookname>newthread_post_start</hookname>
<phpcode><![CDATA[$vbulletin->GPC['subject'] = ucwords($vbulletin->GPC['subject']);]]></phpcode>
</plugin>
</plugins>
|
Is there a way to make it so you can choose which forum(s) to activate this in?