[#3240] GJ 2.5 rc automatic

12 years 3 months ago - 12 years 3 months ago #190191 by GTvB
[#3240] GJ 2.5 rc automatic was created by GTvB
Hello,

With GJ 2.4 I made several entry to join user groups automatic with OnAfterUserUpdate and OnAfterLogin. Updating to GJ 2.5 causes that all Conditionals in the entries are blank.The Events were seperated by |*|.

After refilling the conditionals and seperating the events with commas, everything works fine. Even the OnAfterUserUpdate, which did not work with GJ 2.4 is ok for GJ 2.5 rc.

The only problem was the migration from 2.4 to 2.5.

GTvB

Joomla: 2.5.6
CB: 1.8.1
GJ: 2.5.3 RC1
Kunena: 2.0.1
Website language: German

Please Log in to join the conversation.

12 years 3 months ago #190201 by krileon
Replied by krileon on topic Re: GJ 2.5 rc automatic
2.5 made a lot of changes to the auto integration and you'll need to re-save your autos. The auto integration, shamefully, was basically broken beyond repair and was significantly improved to mimic CB Auto Actions behavior so re-save of auto actions is basically required.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

12 years 3 months ago #190331 by GTvB
Replied by GTvB on topic Re: GJ 2.5 rc automatic
Ok, but I am still missing the "Leave Group" action entries. With 2.4 I had several entries with such action, with 2.5 they are vanished. And I don't find a option "Leave Group", when I create a new entry.

GTvB

Joomla: 2.5.6
CB: 1.8.1
GJ: 2.5.3 RC1
Kunena: 2.0.1
Website language: German

Please Log in to join the conversation.

12 years 3 months ago - 12 years 3 months ago #190335 by jojo12
Replied by jojo12 on topic Re: GJ 2.5 rc automatic
Cannot confirm. My group users have
all the leave button.

Please Log in to join the conversation.

12 years 3 months ago #190336 by GTvB
Replied by GTvB on topic Re: GJ 2.5 rc automatic
Sorry, that's not what I meant.My group users also have the "Leave" button on their groups.

I can set "join Group" on BE depending on conditionals.
I miss to set "leave Group" on BE on conditionals (this worked with GJ 2.4).

GTvB

Joomla: 2.5.6
CB: 1.8.1
GJ: 2.5.3 RC1
Kunena: 2.0.1
Website language: German

Please Log in to join the conversation.

12 years 3 months ago #190362 by krileon
Replied by krileon on topic Re: GJ 2.5 rc automatic
GJ 2.4 Auto Source:
		$list_auto					=	array();
		$list_auto[]				=	moscomprofilerHTML::makeOption( '', CBTxt::T( '- Select Auto -' ) );
		$list_auto[]				=	moscomprofilerHTML::makeOption( '1', CBTxt::T( 'Join Groups' ) );
		$list_auto[]				=	moscomprofilerHTML::makeOption( '2', CBTxt::T( 'New Group' ) );
		$list_auto[]				=	moscomprofilerHTML::makeOption( '3', CBTxt::T( 'New Category' ) );
		$input['auto']				=	moscomprofilerHTML::selectList( $list_auto, 'params[auto]', null, 'value', 'text', $params->get( 'auto', null ), 1, false, false );

GJ 2.5 Auto Source:
		$list_auto					=	array();
		$list_auto[]				=	moscomprofilerHTML::makeOption( '', CBTxt::T( '- Select Auto -' ) );
		$list_auto[]				=	moscomprofilerHTML::makeOption( '1', CBTxt::T( 'Join Groups' ) );
		$list_auto[]				=	moscomprofilerHTML::makeOption( '2', CBTxt::T( 'New Group' ) );
		$list_auto[]				=	moscomprofilerHTML::makeOption( '3', CBTxt::T( 'New Category' ) );
		$input['auto']				=	moscomprofilerHTML::selectList( $list_auto, 'params[auto]', null, 'value', 'text', $params->get( 'auto', null ), 1, false, false );

There was no leave action. I believe there is one for CBSubs though if a user unsubscribed. Would be cool to have a leave action though and added a feature ticket for it.

forge.joomlapolis.com/issues/3240


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.213 seconds

Facebook Twitter LinkedIn