Code: Select all
ALTER TABLE phpbb_forums CHANGE forum_allow_solve forum_allow_solve TINYINT(2) UNSIGNED NOT NULL DEFAULT '2';
Code: Select all
ALTER TABLE phpbb_forums CHANGE forum_allow_solve forum_allow_solve TINYINT(2) UNSIGNED NOT NULL DEFAULT '1';
Code: Select all
ALTER TABLE phpbb_forums CHANGE forum_allow_unsolve forum_allow_unsolve TINYINT(2) UNSIGNED NOT NULL DEFAULT '1';
So this modification i have only and dont know what i did wrong... when it is not showing an icon where can be mostly this mistake?In case anyone wants to have [Solved] after the topic title instead of the default green tick in the forum view, complete the MOD instructions and then apply these changes. Applies to both prosilver and subsilver2 styles. This will leave the green tick next to the topic title in the topic view for clarity :...
?? PM? No, not in PM's.Durbatuluk wrote:and is there posibility to send message with set solved topic?
Yes, there is. If you have access to phpMyAmin or some similar application.Durbatuluk wrote:And is there also possibility to set option yes and lock in all forums in one querry? i have a lot of forums and subforums...
Code: Select all
ALTER TABLE phpbb_forums CHANGE forum_allow_solve forum_allow_solve TINYINT(2) UNSIGNED NOT NULL DEFAULT '2';
Code: Select all
ALTER TABLE phpbb_forums CHANGE forum_allow_solve forum_allow_solve TINYINT(2) UNSIGNED NOT NULL DEFAULT '1';
Code: Select all
ALTER TABLE phpbb_forums CHANGE forum_allow_unsolve forum_allow_unsolve TINYINT(2) UNSIGNED NOT NULL DEFAULT '1';