The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello,
I've removed the option for members to make their albums private. I need a way to make the albums that are marked private public. Is there a query that I can run? please excuse my english |
#2
|
||||
|
||||
![]()
I just tested this and it works. (Add a table prefix, if needed). ACP --> Maintenance --> Execute SQL Query
Code:
UPDATE album SET state='public' |
#3
|
|||
|
|||
![]()
Once again thanks for all of the help
![]() |
#4
|
||||
|
||||
![]()
You need to set your user to be able to run queries in the includes/config.php file.
Code:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ****** // The users specified here will be allowed to run queries from the control panel. // See the above entries for more information on the format. // Please note that the ability to run queries is quite powerful. You may wish // to remove all user IDs from this list for security reasons. $config['SpecialUsers']['canrunqueries'] = '1'; |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|