How to add a <p> tag in Chat

Hey guys.  I have a quick question.  Look at the image....

I want to add a chat schedule above the chat block. Any ideas?  Thanks

Quote · 19 Jan 2010

anyone? Do you guys know which file I should look at?  I did look at home.php in boonex chat folder but I don't think that's the file where I can add text above the chat block.  Isn't it?

Quote · 19 Jan 2010

anyone? Do you guys know which file I should look at?  I did look at home.php in boonex chat folder but I don't think that's the file where I can add text above the chat block.  Isn't it?

Patrick

Open home.php file in chat module

find this code

$_page_cont[$iIndex]['page_main_code'] = $oChat->getContent($iId);

modify it like below to display your text

$_page_cont[$iIndex]['page_main_code'] = "<p>Your Text </p>".$oChat->getContent($iId);

Hope this helps

kevin

Looking for Help? http://www.boonex.com/kevinmitnick
Quote · 19 Jan 2010

Thanks! that's a huge help. :D

Quote · 19 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.