Customizing VSa - Chatbox with user avatars
by
09 Dec 2014
Rating: (4 votes
- 5.00 average)
How to display user avatars. We use the file system to store our avatars, so could not use the image.php?u=userid method. To show avatars open the plugin titled "VSa - ChatBox - MN" and locate the line: PHP Code:
$vsacb_msg_box_parsed = str_replace('\'', ''', $vsacb_bbparser->do_parse($vsacb_msg_box_styled,1,$vsacb_smilies_onoff,1,1,1));
PHP Code:
require_once('./includes/functions_user.php');
|