https://www.icyphoenix.com/viewtopic.php?f=35&t=8607&p=56226#p56226 ----------------------------------- Informpro Tue 07 Aug, 2012 18:55 Re: Calendar Problem ----------------------------------- Then you probably don't run the latest Git version. You can check that includes/bbcode.php isn't corrupted. Anyway, before [code]$bbcode->allow_html = ($user->data['user_allowhtml'] && $config['allow_html']) ? 1 : 0;[/code](ligne 342 on git version) Add[code]$bbcode = new bbcode();[/code]