The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Database table(s) for Prefixes
I'd like to do a bulk update to the prefixes on my site but can't seem to find the table that has the prefix titles in it. The table named Prefix only has the prefix key and sort order info. Can anyone point me in the right direction?
Thanks! |
#3
|
|||
|
|||
Yes, thread prefixes. Is phrase manager a table or just an item in the admin cp?
|
#4
|
|||
|
|||
All the phrases for the thread prefixes are stored in the database like any other phrase. They are stored in the phrase table.
You can retrieve them by executing a query such as: HTML Code:
SELECT * FROM `phrase` WHERE varname LIKE '%_title_plain' OR varname LIKE '%_title_rich' |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|