Page 1 of 2
Integration for IPS Community Suite 4.0
PostPosted: 25 Dec 2014, 19:03
by paulo
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.
Re: Integration for IPS Community Suite 4.0
PostPosted: 07 Feb 2015, 17:47
by paulo
Integration for IPS Community Suite 4.0
Re: Integration for IPS Community Suite 4.0
PostPosted: 21 Feb 2015, 23:56
by Jason
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.
Re: Integration for IPS Community Suite 4.0
PostPosted: 14 Mar 2015, 07:08
by paulo
Of course, whether the shipment.
Re: Integration for IPS Community Suite 4.0
PostPosted: 14 Mar 2015, 07:11
by paulo
I ask a favor, if possible before have as much integration for this new suite. Thank you very much.
Re: Integration for IPS Community Suite 4.0
PostPosted: 24 Mar 2015, 07:33
by JohnnyKing
still nothing for the integration on IPS 4.0? As far as i know they changed the cookie system and database structure
Re: Integration for IPS Community Suite 4.0
PostPosted: 25 Mar 2015, 03:10
by JohnnyKing
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 ;)
Re: Integration for IPS Community Suite 4.0
PostPosted: 28 Mar 2015, 13:17
by paulo
Still nothing for the integration on IPS 4.0?
Re: Integration for IPS Community Suite 4.0
PostPosted: 28 Mar 2015, 13:19
by paulo
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?
Re: Integration for IPS Community Suite 4.0
PostPosted: 28 Mar 2015, 13:20
by paulo
We ask the creator yes please you can create integration for IPS 4.0. Thank You.
Re: Integration for IPS Community Suite 4.0
PostPosted: 31 Mar 2015, 14:12
by SjorsK
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 :)
Re: Integration for IPS Community Suite 4.0
PostPosted: 31 Mar 2015, 15:44
by JohnnyKing
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
Re: Integration for IPS Community Suite 4.0
PostPosted: 02 Apr 2015, 05:13
by SjorsK
I hope so, I don't wish to see that they drop IP.Board support(As IPS4 is effectively an upgrade of IP.Board).
Re: Integration for IPS Community Suite 4.0
PostPosted: 02 Apr 2015, 07:29
by Jason
Please don't post links/attachments to copyrighted materials here. We can't use anyone else's copy anyway :)
Re: Integration for IPS Community Suite 4.0
PostPosted: 10 Apr 2015, 03:54
by JohnnyKing
anything new?
Re: Integration for IPS Community Suite 4.0
PostPosted: 14 Apr 2015, 11:45
by paulo
When nothing seems friend, they forgot this new version of IPS 4.0.0.
Re: Integration for IPS Community Suite 4.0
PostPosted: 14 Apr 2015, 11:48
by paulo
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.
Re: Integration for IPS Community Suite 4.0
PostPosted: 29 Apr 2015, 01:51
by Jason
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.
Re: Integration for IPS Community Suite 4.0
PostPosted: 29 Apr 2015, 08:51
by Tripp
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.
Re: Integration for IPS Community Suite 4.0
PostPosted: 29 Apr 2015, 10:56
by Jason
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!