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
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 |
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? |
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 |
Thanks! that's a huge help. :D |