The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
(Easy enough) How to rename a mysql field
in this picture i want to change "Recent Blog Entries" to just "Blog"
how to make it guys, or what command i need to run, there is no edit button there (thats like usually showing in table edit) |
#2
|
||||
|
||||
If you want all rows with a title of 'Recent Blog Entries to have their titles changed to 'Blog', then:
Code:
UPDATE zp_entemodule_link SET title = 'Blog' WHERE title = 'Recent Blog Entries'; |
#3
|
||||
|
||||
many thank for dude its works, gbu always
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|