The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Capitalizing all letters in thread title
Hello,
I want all the letters be capitalized in thread titles, including the current threads and the new ones. I have disabled "Prevent Shouting" setting in Admin CP -> vBulletin Options -> Message Posting and Editing Options, but the new threads have not been affected. Could you help me what should I do to capitalize all thread titles letters? |
#2
|
||||
|
||||
You're going to have to run a database query to convert all existing thread titles, and you're going to have to write a plugin to force all future thread titles to be all uppercase before being written to the database.
|
Благодарность от: | ||
azmoon |
#3
|
||||
|
||||
Quote:
Thanks for the reply. Running query is easy but I should think more about the plugin. Beside, then what do the values of Prevent Shouting option do? I think it's default value is 3 (or at least mine was 3). Zero disables it, then what do the other numbers do in this option? |
#4
|
||||
|
||||
For the plugins you will need one hooked at "threaddata_presave" with the code:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|