vBulletin - update forum password not working -


my question more theoretical, because not sure wrong. here goal:

i have password protected forum. have script runs once week , simple statement:

mysqli_query($con,"update vb_forum set password=$password forumid='28'"); 

that changes password forum in database; however, when user goes forum , enters new password - doesn't work. have go admincp , edit forum (the password field filled in updated password.) without changing hit save , new password takes effect.

i wondering vbulletin don't in code?

any hints appreciated!

figured out after doing search on entire database. appears have update value in vb_datastore table well


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -