Quote:
Originally Posted by coolguy6415
but Mr.Paint through forum manager i need to change for each and every forum and sub forum seprately... is there any way i can change this setting globally.?
|
To do it, you can run a query like that
Code:
UPDATE forum
SET kbank_perreply = 1, kbank_perthread = 1
You may need to replace "forum" with your table name (include prefix before "forum")
Gud luck