Well, I wanted to install "Remove Users Signature & Editing Privileges" mod for my phpbb forum
There are 2 mysql queries to execute
Should I do this from phpmyadmin? How exactly can I do this?
Please explain how to do this in a generalized way. i.e. For other queries as well.
Thank you
There are 2 mysql queries to execute
| Quote: |
| -----[ SQL ]-----
# ALTER TABLE `phpbb_users` ADD `user_allowsig` TINYINT( 1 ) DEFAULT '1' NOT NULL # #-----[ SQL ]----- # ALTER TABLE `phpbb_users` ADD `user_allowedit` TINYINT( 1 ) DEFAULT '1' NOT NULL |
Should I do this from phpmyadmin? How exactly can I do this?
Please explain how to do this in a generalized way. i.e. For other queries as well.
Thank you
