Page 1 of 1

Chat bar not showing after successfull install

PostPosted: 29 May 2013, 20:07
by VHaugen
The Chat bar is not showing after a successfull install.
I have inserted the HTML code.

what is the most likely cause?

PostPosted: 30 May 2013, 03:48
by Jason
Could be a lot of reasons. Please open up a support ticket.

PostPosted: 30 May 2013, 08:58
by VHaugen
Im struggling with the getUserID function and I think that may be the reason...

Im using cometchat and want to try arrowchat and I see there are some similarities.
It is integrated in a Dating software called Etano (Former Datemill) and in cometchat the getUserID function uses the licence code from Etano....: AFUQADAJUYEXAWENATUBEV


Here is the getUserID function settings in cometchat: :

function getUserID() {
$userid = 0;

if (!empty($_SESSION['basedata']) && $_SESSION['basedata'] != 'null') {
$_REQUEST['basedata'] = $_SESSION['basedata'];
}

if (!empty($_REQUEST['basedata'])) {
$userid = $_REQUEST['basedata'];
}

if (!empty($_SESSION['AFUQADAJUYEXAWENATUBEV']['user']['user_id'])) {
$userid = $_SESSION['AFUQADAJUYEXAWENATUBEV']['user']['user_id'];
}

return $userid;


}

Maybe someone can helpe me out...
I have tried to use exact same settings but it doesn't work, and the admin page crashes...

What should I change here to adapt this settings to Arrowchat ?



Victor

Topic Closed

PostPosted: 16 Dec 2014, 00:26
by Staff Bot
[b]This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.[/b]