What am I working on?

4 years 11 months ago #312214 by krileon


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.

4 years 10 months ago - 4 years 10 months ago #312215 by krileon
Replied by krileon on topic What am I working on?
Just an update. Sorry for the silence! CB Activity 5.0.0 was interrupted to implement SCA compliance in CBSubs PayPal Pro and CBSubs Stripe, but we're back on track now.

With this update is another new great feature. Stream filters! In short you'll be able to specify custom Asset and User filters for your streams. Your users can then click them and it will ajax reload the stream displaying only the contents of your filter. Check it out below!

Edit:


Display:


There is no limit to the number of filters you can have and they are per activity stream giving you great control over what your streams display. Note this isn't 100% finalized and will be subject to some changes. Most likely the edit display will be cleaned up a little more.


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.
Attachments:
The following user(s) said Thank You: beat, Frantisek 1

Please Log in to join the conversation.

4 years 9 months ago - 4 years 9 months ago #312543 by krileon
Replied by krileon on topic What am I working on?
Just another update. Everything is still progressing well and you can still follow progression on our forge below.

forge.joomlapolis.com/projects/cb-activity/issues?query_id=147

The new Themes feature has been completely implemented. Themes allow users to give more emphasis to their posts. They're completely customizable with a background image, CSS classes, or both. Several default themes are included.





The Likes and Follows modal has been redesigned to be a little more stylized and include the canvas boxes for users.





Notifications containers will now link to their content (just click anywhere in the container that isn't already a link), have sharper edges, and now have a hover color.





A few new things that aren't seen, but certainly a huge help is MORE performance improvements. All user input database tables have been performance tested and optimized with 1 million rows. That's a lot of data!

Additionally there's a few more features to go. Specifically autocomplete for Actions (e.g. Celebrating > Birthday/Anniversary/Promotion/etc..) to help reduce how much users need to type when selecting one of the available actions and Reactions. Reactions are just animated GIFs. This feature will be powered by Giphy so it will require you to have a developer key (instructions will be provided). Then finally the last major feature will be a complete rewrite of the template files. They will no longer be PHP class and functions, but mostly HTML making them easier to override. More importantly the template rewrite will allow for a per-stream template instead of same template applied only to every stream giving MUCH greater customization.


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.
Attachments:
The following user(s) said Thank You: beat

Please Log in to join the conversation.

4 years 9 months ago - 4 years 9 months ago #312804 by krileon
Replied by krileon on topic What am I working on?
I'm back again with another awesome update! Reactions are officially completed. They're fully supported in Activity and Comment posts and powered by Giphy. They're heavily cached client and server side for great performance and to help avoid hitting giphy API rate limits. The default gif selection is from their Trending feed with option to search for something more specific. It also comes with infinite scrolling to load in more gifs (just keep scrolling the dropdown!). Check it out below.

Selection:


Note Giphy attribution is not shown in the above, but is being added. It will show at the bottom of the dropdown selection and always visible while the dropdown is open. This is a requirement to use Giphy in a production environment.

Display:


You can insert as many as you want. Don't worry CB Activity comes prepared from page spam by rolling up a post if it's too long. The insert code for reactions is (giphy:GIPHY_ID) to allow for inline insertion manually if so desired (the dropdown selection will handle inserting at cursor for you).

Up next is some more great improvements. I'm planning to add an auto complete to Actions. This way you can select Action > Celebrating > Birthday instead of having to type it all out. This will be powered by our repeat usage (+/-) allowing you to add as many auto complete suggestions as you like. Following that will be improvements to the Emote feature to allow for multiple replacements. Currently for example if you want the smile emote to replace :smile: :happy: :glad: you can't without having the same emote 3 times. This will be improved to allow providing sub-replacements so 1 emote can replace several different inserts (even text smiley faces if you want). Last but not least will be the template file rewrite to allow for per-stream templates.


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.
Attachments:
The following user(s) said Thank You: beat

Please Log in to join the conversation.

4 years 9 months ago #312850 by krileon
Replied by krileon on topic What am I working on?
The new Action autocomplete feature is now implemented. You can now specify suggestions for users on a per-action basis to autocomplete the action message and emote icon. Check it out below!





This is entirely handled by an easy to use Repeat usage shown at the bottom of the Action edit page. Substitutions and language strings are both supported in the suggestions.





Feeling, Celebrating, Eating, and Drinking all come preloaded with some great suggestions.


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.
Attachments:
The following user(s) said Thank You: beat

Please Log in to join the conversation.

4 years 8 months ago #313101 by BlountyNG
Replied by BlountyNG on topic What am I working on?
How to turn on the use of gif reactions?

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.236 seconds

Facebook Twitter LinkedIn