Running this query should work:Mzr wrote:Little question, is there a way (via phpmyadmin) to set the template posting to all of my sub forums and set the default text to all of futur sub forums ? (on phpmyadmin, I can enter only one line text ...)
Code: Select all
UPDATE phpbb_forums SET forum_post_tpl = 'Your
multi
line
template' WHERE parent_id = 1;
The MOD team does a good job at making sure all MODs meet their standardselazard wrote:works great normal for a release but still cool thank you