Quote:
Originally Posted by kall
Guys:
Try this for the bbcode_parse plugin (provided by the master Kirby):
PHP Code:
global $post; $perms =& $post['permissions']; if (!$perms) { $perms = fetch_permissions(0, $post['userid'], $post); } // Was this post made by an allowed Usergroup member? if ($perms['allowhtmlpermissions'] & $this->registry->bf_ugp_allowhtmlpermissions['canposthtml']) { // This is an allowed post so parse HTML. $dohtml = '1'; }
If you could try that and report back to me that it is all good (works perfectly on NZB as far as I can tell), I will update the .zip when I get home from work.
|
Still having the same problem. I have to edit in advanced mode before the html will parse.