Help
General ArrowChat talk that doesn't fit any other forum.
User avatar
paulo
Customer
 
Posts: 66
Joined: 27 Mar 2012, 18:24

 

by paulo 25 Dec 2014, 19:03

The reason for this post is to ask if they can add integration for IPS Community Suite 4.0. From already thank you very much.

I tried to install Arrowchat in IPS Community Suite 4.0 but when the last step asks me the table prefix. That's why I ask if they can integrate the new Suite 4.0.
User avatar
paulo
Customer
 
Posts: 66
Joined: 27 Mar 2012, 18:24

 

by paulo 07 Feb 2015, 17:47

Integration for IPS Community Suite 4.0
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 21 Feb 2015, 23:56

We've had problems in the past with Invision not being kind enough to provide us with a development copy. I'll shoot them another email and see if we can get their community suite.
User avatar
paulo
Customer
 
Posts: 66
Joined: 27 Mar 2012, 18:24

 

by paulo 14 Mar 2015, 07:08

Of course, whether the shipment.
User avatar
paulo
Customer
 
Posts: 66
Joined: 27 Mar 2012, 18:24

 

by paulo 14 Mar 2015, 07:11

I ask a favor, if possible before have as much integration for this new suite. Thank you very much.
User avatar
JohnnyKing
Free
 
Posts: 6
Joined: 24 Mar 2015, 07:29

 

by JohnnyKing 24 Mar 2015, 07:33

still nothing for the integration on IPS 4.0? As far as i know they changed the cookie system and database structure
User avatar
JohnnyKing
Free
 
Posts: 6
Joined: 24 Mar 2015, 07:29

 

by JohnnyKing 25 Mar 2015, 03:10

I leave this to the dev team of arrowchat... these are the changin on the database structure

OLD = NEW
members = core_members
member_id = member_id
members_display_name = name
profile_portal = core_members
pp_member_id = member_id
pp_thumb_photo = pp_thumb_photo
last_activity = last_activity
friends_friend_id = follow_rel_id
profile_friends = core_follow
friends_member_id = follow_member_id
friends_approved = follow_visible
profile_portal = core_member_status_updates
pp_status_update = status_date
pp_status = status_content
pp_member_id = status_member_id

There is no public folder now, so the default image is taken from gravatar and i'm still trying to figure it out the changing in the cookie system to make it work. I'm using the trial to test it, for the moment the product can receive all users via admin panel as IDs, but doesn't show all users on chat tab cause, as i said the cookie system changed, so please help me... i really need this and i'm trying to help you too ;)
User avatar
paulo
Customer
 
Posts: 66
Joined: 27 Mar 2012, 18:24

 

by paulo 28 Mar 2015, 13:17

Still nothing for the integration on IPS 4.0?
User avatar
paulo
Customer
 
Posts: 66
Joined: 27 Mar 2012, 18:24

 

by paulo 28 Mar 2015, 13:19

Both can take the creator of Arrowchat for integration for IPS 4.0. I think for the creator this is a chatter to do, but I see no, right?
User avatar
paulo
Customer
 
Posts: 66
Joined: 27 Mar 2012, 18:24

 

by paulo 28 Mar 2015, 13:20

We ask the creator yes please you can create integration for IPS 4.0. Thank You.
User avatar
SjorsK
Customer
 
Posts: 3
Joined: 28 Nov 2014, 04:23

 

by SjorsK 31 Mar 2015, 14:12

Any luck with contacting IPS? If that is unsuccesful it might be handy to work together with an IPS client to gain access to an IPS4 site to test intergration there - I am sure that there are multiple costumers here that are more than happy to assist with that :)
User avatar
JohnnyKing
Free
 
Posts: 6
Joined: 24 Mar 2015, 07:29

 

by JohnnyKing 31 Mar 2015, 15:44

I tried to contact them after i left my results of the database structure and they said "we have added your request to our suggestions list and will review it to potentially add it to a future update"

so let's hope guys... i made my commit and suggest... i'll keep to test in local to see if i can get through with the new cookie system of IPS, but i'm no expert in this :D
User avatar
SjorsK
Customer
 
Posts: 3
Joined: 28 Nov 2014, 04:23

 

by SjorsK 02 Apr 2015, 05:13

I hope so, I don't wish to see that they drop IP.Board support(As IPS4 is effectively an upgrade of IP.Board).
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 02 Apr 2015, 07:29

Please don't post links/attachments to copyrighted materials here. We can't use anyone else's copy anyway :)
User avatar
JohnnyKing
Free
 
Posts: 6
Joined: 24 Mar 2015, 07:29

 

by JohnnyKing 10 Apr 2015, 03:54

anything new?
User avatar
paulo
Customer
 
Posts: 66
Joined: 27 Mar 2012, 18:24

 

by paulo 14 Apr 2015, 11:45

When nothing seems friend, they forgot this new version of IPS 4.0.0.
User avatar
paulo
Customer
 
Posts: 66
Joined: 27 Mar 2012, 18:24

 

by paulo 14 Apr 2015, 11:48

It seems very strange that the creator has not already taken the integration IPS 4.0.0. 3 days ago came the final version. If you can read this administrator, I tell him just released the final version of this new suite of IPS 4.0. Kindly facilitate integration. Thank you very much.
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 29 Apr 2015, 01:51

I've attached the integration file for IPS 4. The includes/config.php file should be setup as follows:

Code: Select all
   define('DB_USERTABLE','core_members'); 
   define('DB_USERTABLE_NAME','name');
   define('DB_USERTABLE_USERID','member_id');
   define('DB_USERTABLE_AVATAR','pp_thumb_photo');
   
   define('DB_FRIENDSTABLE','core_follow');
   define('DB_FRIENDSTABLE_USERID', 'follow_member_id');
   define('DB_FRIENDSTABLE_FRIENDID', 'follow_rel_id');
   define('DB_FRIENDSTABLE_FRIENDS', 'Not Required');


This will be included in the v1.8.3 release. We've redesigned the installation process so that upgrading the ArrowChat package to new versions will be simple and quick in the future.
You do not have the required permissions to view the files attached to this post.
User avatar
Tripp
Customer
 
Posts: 34
Joined: 05 Apr 2012, 04:57

 

by Tripp 29 Apr 2015, 08:51

Thank you Jason :D

Quick question; am I allowed to install two Arrowchats on one server (The secondary one would purely be for testing/diagnostics and is NOT publicly accessible)?

Thanks again.
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 29 Apr 2015, 10:56

Tripp wrote:Thank you Jason :D

Quick question; am I allowed to install two Arrowchats on one server (The secondary one would purely be for testing/diagnostics and is NOT publicly accessible)?

Thanks again.

Absolutely!