The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Templates mass edit
Ive made a very complex dark skin, its got light and dark colors so its a complete ____ to do. I have to edit many templates. I want to edit redirect templates so that after the <*text> for the message, it says <font face="... and same with the end it says </font>.
is there any queries i can use. I cant think of any off by head atm, but then again im too sleepy, been up for 40 hours... not much, but enough to make you not think straight, you'd reckon i';d be use to it too |
#2
|
|||
|
|||
I'm not sure if I understand correctly what your templates are like now, but if you want to add something at the front and the end of those templates you could use the mysql query:
Code:
UPDATE template SET template = CONCAT('stuff to the left',template,'stuff to the right') WHERE title LIKE 'redirect_%'; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|