Enable On All Forums
If your a member that has alot of forums and would like to enable this feature on ALL forums. Then please run the following query after you have installed the product:
[sql]UPDATE forum SET canpostpolls = 1[/sql]
Once you have executed the above query, please remember to save at least one of your forum options, so the above query will be cached in the datastore.
Disable On All Forums
By default, this feature is disabled on all forums. Though if you need to disable the feature on all forums for whatever reason. Then please run the following query after you have installed the product:
[sql]UPDATE forum SET canpostpolls = 0[/sql]
Once you have executed the above query, please remember to save at least one of your forum options, so the above query will be cached in the datastore.
|