News:

Join the Facebook Fan Page.

Main Menu

Is this possible ???

Started by champ_007_bond, August 31, 2010, 01:20:22 PM

Previous topic - Next topic

champ_007_bond

I am having some hell lot of topics to be unlocked

isnt it anyway to unlock them all at a go rather doing 1 by 1 ???

hoping for an assistance.
thanks in advance!

xenovanis

Do you want all topics to be unlocked? If so, run this query in phpMyAdmin


UPDATE `smf_topics` SET `locked` = 0 WHERE `smf_topics`.`locked` =1


Where smf_ is the prefix for your smfdatabase tables. If you use a different prefix, change it.

Again, this will unlock all topics in your forum.!
"Insanity: doing the same thing over and over again and expecting different results."

champ_007_bond

Quote from: xenovanis on August 31, 2010, 02:40:37 PM
Do you want all topics to be unlocked? If so, run this query in phpMyAdmin


UPDATE `smf_topics` SET `locked` = 0 WHERE `smf_topics`.`locked` =1


Where smf_ is the prefix for your smfdatabase tables. If you use a different prefix, change it.

Again, this will unlock all topics in your forum.!

Done!
Thanks a ton  :)

IceXaos

Please tick solved if you are no longer in need of assistance.

Advertisement: