Replies
- Brajesh Singh on December 20, 2022 at 8:46 pm in reply to: [Resolved] Open all external activity links in a new browser tab #47726
Hi Tosin,
This will work for the first page but not for subsequent pages of activity. It will stop as soon as you load the 2nd page of activity(using load more).A proper solution would be to either do it via php using regex or client side with the modification of code using MutationObserver in addition to the above code.
Regards
Brajesh - Brajesh Singh on December 20, 2022 at 8:33 pm in reply to: [Resolved] Change permission on privacy of xProfile Feilds, Tag type xProfile Fields #47725
Hi John,
That good to know. I am glad it is working so good 🙂Regards
Brajesh - Brajesh Singh on December 20, 2022 at 8:32 pm in reply to: [Resolved] Recomendation Sought. CRM #47724
You are welcome!
Hi John,
Thank you.
That was fast 🙂Do you have a workflow that you would like the user to go though(From registration, activation, login and exploration). I mean do you have a specific on boarding process that you would like to see or will it be fine to implement one like twitter?
We are now interested in a proper onboarding solution.
Regards
BrajeshHi John,
Thank you for the reply.Let us see if we can have something in new year 🙂
Regards
Brajesh- This reply has been marked as private.
- Brajesh Singh on December 20, 2022 at 8:23 pm in reply to: BuddyDev Sitewide Activity Widget, advice needed please #47718
Hi Michael,
Thank you for using the plugin.In sidewide activity widget, we are calling the default BuddyPress activity loop. It is similar to loading the first page of your sitewide activity on every page.
The solution will be to cache the widget content(using some trigger to clear stale content later) or using ajax to load the content but the plugin does not support it.
You will need to implement a custom solution where the content is loaded via ajax after the page loads. That would partially resolve it.
Regards
Brajesh Hi John,
Thank you for the topic.
At the moment, there does not exist any solution for use case as far as I am aware. you will probably need to develop it.Regards
Brajesh- Brajesh Singh on December 19, 2022 at 1:56 pm in reply to: [Resolved] Help with a bit of javascript #47701
Hi Erich,
There are 2 ways to redirect:-1. using php to redirect.
2. Using javascript to redirect.Redirect using php will only work if you do it before headers/output is sent to the browser.
Since you are using the shortcode for handling the action(deduction) and the shortcode is inside the content, the php redirect will not work(there are ways to make it work using output buffering but let us not make it complex).There are 2 solutions left:-
1. Refactor the code to add the handler(deduction of point) as some different action such at ‘bp_template_redirect’
2. or using javascript to redirect using window.location=urlIf you need assistance with exact code, Please let me know, I will update it.
Regards
Brajesh - Brajesh Singh on December 19, 2022 at 1:49 pm in reply to: [Resolved] Repeater Xprofile fields #47700
You are welcome.
Regards
Brajesh