Replies
- Brajesh Singh on December 2, 2021 at 1:33 pm in reply to: Looking to Show Buddypress Form to only Site admin/Manager #41891
Hi,
Welcome to BuddyDev support forums.I am sorry, simply removing the redirect is not going to help much as there are 2 many other places where there will be checks for logged user when you submit the form.
My suggestion will be to looking for an alternative to add support for BuddyPress Fields on user registration in the Dashboard->Users->add New page.
There does not seem to be any plugin available for this and it is not feasible to achieve in few lines of code, so I will suggest an alternative).
You should register the user from Dashboard->Users->add new and then go to dashboard->Users and edit the profile of that user. You will find the “Extended Profile” section. You can add the xprofile data there.
Regards
Brajesh - Brajesh Singh on December 2, 2021 at 1:31 pm in reply to: [Resolved] Auto Join not working for new users #41890
Hi,
by activation, I mean the action hook used by BuddyPress when it activates user account. Different plugins can use different hook. Since you are using the FF for registration, It is not calling BuddyPress’s activation hook(you can confirm with the original developers of FF).Coming back to your reply, I assume that the free Fluent Form plugin allows mapping of BuddyPress fields to form fields. If that’s the case, our team will test and make sure it works with Fluent Form Registration/Activation by day end tomorrow.
Regards
Brajesh - Brajesh Singh on December 2, 2021 at 1:26 pm in reply to: [Resolved] Auto Join not working for new users #41888
Hi,
Thank you for purchasing the plugin.The plugin triggers on BuddyPress Account Activation if you are using Xprofile fields and BuddyPress profile Update(not individual field update via programmatic means).
From your details, It seems that Fluent Forms is updating BuddyPress fields.
Does their free plugin allows settings up this? If yes, Please let me know and we will test and add support for it within 2 working days. If no, we will need access to the plugin to add support.
Regards
Brajesh - Brajesh Singh on December 1, 2021 at 10:30 pm in reply to: [Resolved] Post Meta Display Control Not Updated Post List #41877This reply has been marked as private.
Hi Asmaa,
Welcome to BuddyDev support forums.Can you please tell me which theme and template pack are you using?
Thank you
Brajesh- Brajesh Singh on December 1, 2021 at 10:06 pm in reply to: Blog Category for Groups date of post not displaying correctly #41873
Hi Daniel,
Thank you for the question.
yes, It is controlled by the Blog Categories templa file.We are using the following tag.
<?php the_time() ?>Please change it to
<?php the_time( 'F j Y' ); ?>in the bcg/posts.php and It will show the date instead.
Regards
Brajesh Hi Tosin,
I am sorry, I don’t have any data to verify if their claims are correct or not. I will suggest giving it a try and see if it works for your site. it is actually difficult to compare two caching systems with real users.Regards
Brajesh- Brajesh Singh on December 1, 2021 at 9:56 pm in reply to: [Resolved] Suspended users can be messaged from existing message threads #41870
Hi Nifty,
Thank you.Which theme are you using? Please let me know the theme and the template name and I will assist.
Regards
Brajesh - Brajesh Singh on December 1, 2021 at 9:55 pm in reply to: [Resolved] Post Meta Display Control Not Updated Post List #41869
Hi Kyle,
I might have updated the meta while testing. Can you please re-check.Regards
Brajesh - Brajesh Singh on November 30, 2021 at 10:45 pm in reply to: [Resolved] Post Meta Display Control Not Updated Post List #41855
Hi Kyle,
Thank you for the details.If I change the “Featured Image Style” settings in your BuddyBoss theme, The meta becomes visible.
Will it be feasible to keep it that way(It affects the global archive page too).
Regards
Brajesh