Does anyone know if I can insert a chat button. It's comm100 an html code that can be inserted in an htm/html document. I'd like it to show up in either the header or footer section of the forum.
I use microsoft expression for my html editor.
Does anyone know if I can insert a chat button. It's comm100 an html code that can be inserted in an htm/html document. I'd like it to show up in either the header or footer section of the forum. I use microsoft expression for my html editor. |
You can put html in:
/templates/base/_sub_header.html /templates/base/_sub_footer.html
and it will show up on every page of the site. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Nice find, does this offer a proper chat room or is it just the 1to1 customer support style chat?
|
I believe it's one to one, It has a feature where you can see customers coming and and out of the site. |
I placed my code in
/templates/base/_sub_header.html /templates/base/_sub_footer.html
but it didn't show up. I went to my server control page and opened it there and placed it there. Should I used expression web? |
I placed my code in
/templates/base/_sub_header.html /templates/base/_sub_footer.html
but it didn't show up. I went to my server control page and opened it there and placed it there. Should I used expression web? You need to empty the /cache/ (except for the .htaccess file) and /cache_public/ directories for the changes to take effect. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |