https://www.icyphoenix.com/viewtopic.php?f=35&t=6123&p=41705#p41705 ----------------------------------- Mighty Gorgon Thu 23 Jul, 2009 20:06 Re: 1.2.0.27 To 1.3.0.53 ADV Permissions Issue ----------------------------------- About permissions that is strange... I have tried on my own testing site and it is working fine, please try to download the file from SVN so you are sure you have the right file. Regarding BBCodes: OPEN [b]includes/functions_post.php[/b] FIND [codeblock] $post_text = $bbcode->plain_message($post_text);[/codeblock] REPLACE WITH [codeblock] $post_text = $bbcode->plain_message($post_text, '');[/codeblock]