Help
General ArrowChat talk that doesn't fit any other forum.
User avatar
jcom
Customer
 
Posts: 25
Joined: 27 Apr 2016, 01:19

 

by jcom 13 Oct 2016, 00:36

Can we get a sneak peak of the new features for 2.0? Is it improving all the issues with the mobile version? In some browsers is not working properly, in my case 80% of my users come from mobile..

thanks
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 13 Oct 2016, 00:58

We haven't yet announced the full feature set for v2.0, but the mobile version is being improved.
User avatar
jcom
Customer
 
Posts: 25
Joined: 27 Apr 2016, 01:19

 

by jcom 13 Oct 2016, 03:29

Jason wrote:We haven't yet announced the full feature set for v2.0, but the mobile version is being improved.


when do you think we'll have the 2.0 version ready to download?
User avatar
jcom
Customer
 
Posts: 25
Joined: 27 Apr 2016, 01:19

 

by jcom 16 Oct 2016, 03:04

Is it going to be PHP 7.0 compatible?
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 16 Oct 2016, 03:55

jcom wrote:Is it going to be PHP 7.0 compatible?

It should already work as long as you are using MySQLi. Are you having problems?
User avatar
fifafy
Customer
 
Posts: 1
Joined: 19 Dec 2016, 15:24

 

by fifafy 20 Dec 2016, 10:32

When can we expect 2.0?
User avatar
Death
Customer
 
Posts: 7
Joined: 13 Oct 2015, 00:16

 

by Death 23 Dec 2016, 04:14

When will 2.0 be available for download?
User avatar
Death
Customer
 
Posts: 7
Joined: 13 Oct 2015, 00:16

 

by Death 23 Dec 2016, 04:21

Release data for 2.0 is December 27th so I've learned.
User avatar
CAlchin
Customer
 
Posts: 119
Joined: 22 Feb 2010, 10:53

 

by CAlchin 27 Dec 2016, 04:54

Installed 2.0 however it appears not to be showing up in xenforo. Anyone else had this issue?
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 27 Dec 2016, 12:19

CAlchin wrote:Installed 2.0 however it appears not to be showing up in xenforo. Anyone else had this issue?

Responded to your ticket. We'll get it figured out. It may be related to the XenForo cached sessions problem.
User avatar
jcom
Customer
 
Posts: 25
Joined: 27 Apr 2016, 01:19

 

by jcom 27 Dec 2016, 17:50

Hello Jason,

into the integrations.php file, how can we get the profile link if our site structure it's not by id but by username?
Code: Select all
   function get_link($link, $user_id) 
   {
      global $base_url;
      
      return $base_url . '../users.php?id=' . $link;
   }

example: .com/username or .com/jason

Thank you
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 27 Dec 2016, 18:04

jcom wrote:Hello Jason,

into the integrations.php file, how can we get the profile link if our site structure it's not by id but by username?
Code: Select all
   function get_link($link, $user_id) 
   {
      global $base_url;
      
      return $base_url . '../users.php?id=' . $link;
   }

example: .com/username or .com/jason

Thank you


Change all:

Code: Select all
" . TABLE_PREFIX . DB_USERTABLE . "." . DB_USERTABLE_USERID . " link


to:

Code: Select all
" . TABLE_PREFIX . DB_USERTABLE . "." . DB_USERTABLE_NAME. " link


Then $link will return the username.
User avatar
jcom
Customer
 
Posts: 25
Joined: 27 Apr 2016, 01:19

 

by jcom 27 Dec 2016, 18:55

Much appreciated Jason.
User avatar
NImpallomeni
Customer
 
Posts: 1
Joined: 28 May 2016, 02:00

 

by NImpallomeni 28 Dec 2016, 05:16

Hi sirs,
i dont get my avatars displayed near the usernames.. how can i fix it?

Thanks a lot!

Nick
User avatar
THeringa
Customer
 
Posts: 15
Joined: 24 May 2012, 01:46

 

by THeringa 29 Dec 2016, 04:42

I'm missing the option under General Features where you can add a 'Chat Tab on Mobile Devices'. How can I bring back this feature?
User avatar
THeringa
Customer
 
Posts: 15
Joined: 24 May 2012, 01:46

 

by THeringa 29 Dec 2016, 04:48

And the link to /arrowchat/mobile is not working anymore. Hoe can I fix this?
User avatar
THeringa
Customer
 
Posts: 15
Joined: 24 May 2012, 01:46

 

by THeringa 01 Jan 2017, 05:24

Anyone?
User avatar
Martok
Customer
 
Posts: 71
Joined: 26 Jun 2012, 05:04

 

by Martok 03 Jan 2017, 01:02

THeringa wrote:And the link to /arrowchat/mobile is not working anymore. Hoe can I fix this?

Is there any error when you visit that URL?

Make sure you have uploaded the .htaccess file (in the root of the arrowchat folder). I missed this initially (easily done especially when using a Mac) and that prevented the mobile chat from working until it was uploaded.
User avatar
THeringa
Customer
 
Posts: 15
Joined: 24 May 2012, 01:46

 

by THeringa 04 Jan 2017, 03:19

Just a normal 404.

I've checked the .htaccess file and the mobile chat is supposed to be located at /public/mobile, but this folder is missing in the zip file all together. I've uploaded the old /mobile folder from a previous version and this seems to be working.

Still looking for a way to bring back the chat tab on mobile though.
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 04 Jan 2017, 13:14

THeringa wrote:Just a normal 404.

I've checked the .htaccess file and the mobile chat is supposed to be located at /public/mobile, but this folder is missing in the zip file all together. I've uploaded the old /mobile folder from a previous version and this seems to be working.

Still looking for a way to bring back the chat tab on mobile though.

Mobile chat is no longer available on the kick starter package due to rising costs. However, you can use the old version by doing exactly what you did. You can change the includes/edition.php file from starter to premium in order to get the floating tab option.