New CB Activity streams encourage community participation

11 years 9 months ago #205541 by deltafidesign
Suggestion.

If I post a reply in groupjive for example, a long text, it's completly displayed in the activity tab.

Would be better if after 30 words (or 100, or 50 caracters, etc...) the text is truncated and a "read more" is diplayed to show full text.

Please Log in to join the conversation.

11 years 3 months ago #218858 by aussiemike
I am talking with the developer of Community Answers (www.corejoomla.com/) trying to figure out how to integrate the Community Answers activities into the CB Activity Stream. If anyone could point me in the right direction it would be appreciated.

Regards
Mike

Please Log in to join the conversation.

10 years 1 month ago - 10 years 1 month ago #242802 by imaaxx
Whats the best way to make a menu link to this? I have looked and it states that this is possible i just dont see how? and not option is visible in the create a new menu link in Joomla 3.2.

Thanks

Sorry i figured it out, you can delete this post.

Please Log in to join the conversation.

10 years 1 month ago #242803 by imaaxx
Hello,

I see this section here:
public function onAfterUserRegistration( $user ) {
		global $_CB_database;

		if ( $this->params->get( 'activity_registration', 1 ) ) {
			$activity	=	new cbactivityActivity( $_CB_database );

			$activity->set( 'user_id', (int) $user->get( 'id' ) );
			$activity->set( 'type', 'profile' );
			$activity->set( 'subtype', 'registration' );
			$activity->set( 'title', 'has joined [sitename_linked]' );
			$activity->set( 'icon', 'bookmark' );
			$activity->set( 'date', cbactivityClass::getUTCDate() );

			$activity->store();
		}
	}
my question is how would i add some of the custom CB fields that i have created so that they would appear in this area.

Thanks for an awesome plugin we love it!

Alan

Please Log in to join the conversation.

10 years 1 month ago #242833 by krileon

my question is how would i add some of the custom CB fields that i have created so that they would appear in this area.

Currently the field by field activity tracking only functions for specific fieldtypes. To add more supported fieldtypes you'd need to edit the CB Activity XML below and add your type to it. It should then handle the tracking automatically after you enable activity tracking for that field when editing it in CB > Field Management.

components/com_comprofiler/plugin/user/plug_cbactivity/cbactivity.xml

Please however for the future use the support forums for your subscription for questions such as this. As this is a news article topic to discuss the news article it's not the best place for quick responsive support.


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.407 seconds

Facebook Twitter LinkedIn