Replies
- Tosin on October 11, 2021 at 9:09 am in reply to: Buddyblog assign different author to specific form id #40937
Thanks ravi the custom code will be appreciated but kindly note that I have 2 form available for publishing.
1. General Form (id=37232) – the main shortcode where the author is (logged in user)
2. Private Form (id=58256) – no shortcode available but I want the author to be assigned to specific user by (username or id)Now the General form is publicly availabel but the Private form cant be assigned a shortcode because there is no way to differentiate the shortcode [bbl-create-by-post-type post_type=’post’]
A way to differentiate the form would be to pass the form ID in the shortcode with shortcode parameter id=37232
So now both forms can be displayed in two different pages
General form = [bbl-create-by-post-type post_type=’post’ id=’37232′]
Private form = [bbl-create-by-post-type post_type=’post’ id=’58256′]Thanks
- Tosin on October 10, 2021 at 1:39 am in reply to: [Resolved] Buddypress Featured Member Feature Suggestion #40925
Thanks a lot Brajesh
In addition a time limit can be set e.g 30 days. After 30 days the users is no longer featured and will need to pay again.
- Tosin on October 9, 2021 at 11:46 pm in reply to: [Resolved] Facebook Like User Activity Stream Feature Suggestion #40924
Thanks for the feedback but the code did not work for activity directory it only worked for the user’s profile page
see image I want it removed from the sitewide activity directory https://ibb.co/pzfcvJc
- Tosin on October 9, 2021 at 9:00 am in reply to: [Resolved] Facebook Like User Activity Stream Feature Suggestion #40917
YES buddypress follow plugin from github
- Tosin on October 8, 2021 at 1:46 pm in reply to: [Resolved] Buddyblog force category requests #40893
Gentle reminder
Please can you help with the redirect via code
Conditions to check for first post:
If current logged in author post count = 0 redirect user to custom page (publishing-guidelines). This redirect should take priority over the upcoming default plugin redirect settings.Note: if logged in author post count is greater > than 0 then let the plugin handle the default redirect
Thanks
- Tosin on October 6, 2021 at 5:18 pm in reply to: [Resolved] Facebook Like User Activity Stream Feature Suggestion #40850
Thanks so much brajesh 🙂
Any update on the other request at #40840
- Tosin on October 6, 2021 at 4:26 am in reply to: [Resolved] Facebook Like User Activity Stream Feature Suggestion #40841
second Question can this feature be added to your plugin https://wbcomdesigns.com/downloads/buddypress-activity-bump/ honestly I always prefer plugins written by you.
- Tosin on October 6, 2021 at 4:09 am in reply to: [Resolved] Facebook Like User Activity Stream Feature Suggestion #40840
Thanks for the feedback
The issue im facing now is the stream/news feed tab supports and aggregates activity updates from the follow plugin. Now I want to remove the following tab since the stream tab is the default selected tab on page load. see image https://ibb.co/pzfcvJc
I don’t want to have two tabs performing the same function and users making unnecessary duplicate data requests by clicking on the following tab.
- Tosin on October 4, 2021 at 10:28 pm in reply to: [Resolved] Facebook Like User Activity Stream Feature Suggestion #40828
Reminder
I just found this problem: activity mentions are not being displayed/aggregated in the activity directory feed.
Mentions are only displaying in the aggregated feed for (user profile) settings but are not displaying in the aggregated feed for (activity directory) settings
In plugin settings I only have (activity directory) activated while (user profile) settings is disabled now mentions are not showing in activity directory.