How do I get images to appear in people's signature on my website? BBCode and HTML code don't seem to be working.
Thanks, love the component!
Chris Badley
i've been trying to get this going too but to no avail
i think it would be a worthwhile addition
At file com_joobb/system/joobbengine.php, add line as below:
Code:function convertToHtml(&$post) {
$joobbConfig =& JoobbConfig::getInstance();
// replace bb codes
if ($joobbConfig->getBoardSettings('enable_bbcode') && $post->enable_bbcode) {
$post->text = $this->convertBBToHtml($post->text);
//Add this code
$post->signature = $this->convertBBToHtml($post->signature);
}
Demo: http://vatlieu.us/forum/topic/15-joobb-component.html
Quote by viet4777:At file com_joobb/system/joobbengine.php, add line as below:
//Add this code
$post->signature = $this->convertBBToHtml($post->signature);
}
I only had to add the code quoted above. The first two lines were not present in my file but when I added them, the component threw an error. So, I ignored the first two lines and added the Add this code part only. Thanks for the quick fix. Sigs are looking much better now!
Peace!
The Reverend LzzrdBoy
www.groovygamer.info