Help
Ask questions about how to do or fix things in Arrowchat
User avatar
VHaugen
Customer
 
Posts: 2
Joined: 29 May 2013, 16:20

 

by VHaugen 29 May 2013, 20:07

The Chat bar is not showing after a successfull install.
I have inserted the HTML code.

what is the most likely cause?
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 30 May 2013, 03:48

Could be a lot of reasons. Please open up a support ticket.
User avatar
VHaugen
Customer
 
Posts: 2
Joined: 29 May 2013, 16:20

 

by VHaugen 30 May 2013, 08:58

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
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 16 Dec 2014, 00:26

[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]