This is a pro_portal block that shows who is in chat
Assumptions:
Your chat is located as so: www . yoursite/(path to forum if site is in sub-directory)/chat/
Requirements
For the pro_portal block to work then you will need to have the AjaxChat installed on your board.
Installing to ProPortal:
When you add the ajax_chat block, put this in the block settings
block_title = <a href="http://www.yoursite.com/forums/chat">Chat</a>
Use Custom Block Template = NO
Block File: ajaxchat
Assumptions:
Your chat is located as so: www . yoursite/(path to forum if site is in sub-directory)/chat/
Requirements
For the pro_portal block to work then you will need to have the AjaxChat installed on your board.
Installing to ProPortal:
When you add the ajax_chat block, put this in the block settings
block_title = <a href="http://www.yoursite.com/forums/chat">Chat</a>
Use Custom Block Template = NO
Block File: ajaxchat
Filesize 1.03 KB |
File Name WhoIsInAJAXChat.rar | # of Downloads 98
File Updated 18-03-2012
File Updated 18-03-2012
Comments
#3
04-03-2011
(04-03-2011 01:15 PM)leefish Wrote: Requirements
For the pro_portal block to work then you will need to have the ajax_Chat installed on your board.
For the shoutbox you will NEED ZingaBurga's PHP in Templates plugin.
You can get that at the link >> http://mybbhacks.zingaburga.com/showthread.php?tid=260
Did you install and activate php in templates?
The site don't jive? PRESS F5
#5
04-03-2011
Whoops - forgot something (thats what comes of hurrying cos of impatient users)
add this code to the top of any themes you have:
It should be the FIRST line in your global.css
But the error is definitely because you have no php in templates installed,
add this code to the top of any themes you have:
Code:
@import url(./chat/css/shoutbox.css);
It should be the FIRST line in your global.css
But the error is definitely because you have no php in templates installed,
The site don't jive? PRESS F5