How to get chatting on php website!!
Arrowchat is one of the powerful tool for chatting between users or friends of website,
There’s a easy installation options for many CMS like wordpress, joomla and drupal but they provide a file integration.php for core installation also,
You can find this file in “includes” Folder. You need to change in 3 functions : get_online_list get_link get_avatar get_online_list :
This function is important because it shows list of online users
Above is the original function provided by arrowchat, You’ve to just modify query nothing else Check above example :
get_link : This function is also important, its hyperlink (Profile Link) on name of online users
Original Function :
Modified Example :
get_avatar : This function is also important because it shows avatar (Profile Pics) of users while chatting : Original Function :
Modified Example :
Arrowchat is one of the powerful tool for chatting between users or friends of website,
There’s a easy installation options for many CMS like wordpress, joomla and drupal but they provide a file integration.php for core installation also,
You can find this file in “includes” Folder. You need to change in 3 functions : get_online_list get_link get_avatar get_online_list :
This function is important because it shows list of online users
Above is the original function provided by arrowchat, You’ve to just modify query nothing else Check above example :
get_link : This function is also important, its hyperlink (Profile Link) on name of online users
Original Function :
Modified Example :
get_avatar : This function is also important because it shows avatar (Profile Pics) of users while chatting : Original Function :
Modified Example :
No comments:
Post a Comment
Please leave your comments and we will be reply you back ASAP
vikas agrawal