1

Topic: AVChat3

Does anyone know what should I put this profileUrl string regarding AVchat3?

//profileUrl:String
//description: the (full) URL to the users profile
//description: if the profileKey var below is set to 'siteId' or 'username' the siteId OR username vars will be added to the end of this string
//examles: http://www.mysite.com/profile.php?username=naicu. http://mysite.com/viewprofile.php?id=123, etc...
//default:''

$avconfig['profileUrl']='';

2

Re: AVChat3

just username

$avconfig['profileUrl']='username';

3

Re: AVChat3

it doesnt work. anywhere else some setting which might reflect this?

4

Re: AVChat3

i put 'username' and it works on my site

try to setup $avconfig['profileUrl']='http://www.YOURSITE.com/';

Last edited by NightWalker (2011-03-08 12:23:13)