MyBB Community Forums

Full Version: Quote this message in reply does not work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I think you'll have it turned of per forum.

ACP >> Forums & Posts >> Forum Management >> Options >> Edit Forum

Probably easier to change them all with a SQL query.

UPDATE `mybb_forums` SET `allowmycode` = '1' WHERE `allowmycode` = '0' 
(2010-08-16, 08:42 AM)Polarbear541 Wrote: [ -> ]Right it will be the MyCodes then Toungue

ACP --> Configuration --> Settings --> Clickable MyCode Editor --> Set to On.

Thanks. Turning this to on did not solve the problem, though, as it still shows the code and not the function (unless I manually remove the pid and dateline data).
(2010-08-16, 09:32 AM)AJS Wrote: [ -> ]I think you'll have it turned of per forum.

ACP >> Forums & Posts >> Forum Management >> Options >> Edit Forum

Probably easier to change them all with a SQL query.

UPDATE `mybb_forums` SET `allowmycode` = '1' WHERE `allowmycode` = '0' 

That's it!! I was too quick to do my last reply. This has to be enabled on each forum, which I hadn't done. I just did a quick test on just one of the forums, and it worked perfectly.

Thanks for all your help!!!
Pages: 1 2