Search Results for 'forum'
-
Search Results
-
Topic: BuddyPress Tag user Feature
I’m getting the tag <span class=”atwho-query”> auto-added to the last email address in a BuddyPress message. It didn’t tag anyone as a user, it just added this class automatically to a surrounding span tag.
Is there anyway to stop this behavior? Or at least recognize that a @username =/= an@email.addy ?
Thank you for any help in the right direction!
ps. I also commented on an old thread over here on bbpress and thanks to mod @robin-w for pointing me over here!
I installed buddy press, followed the manuals and linked the registration and activation pages. When calling the link to the registration page, the page is properly displayed. After filling in the information and clicking on “Complete Sign Up”, the user just gets redirected to the landing page.
There is no new user created in the user in wordpress and also no confirmation email is sent. However, when creating a user in the administration console within wordpress, users can be created and also registration emails are sent to the user.
Any idea how to investigate this problem? All the tricks from other forum entries I have already tried (different themes, activate allow anyone to register etc).
Installation:
Wordpress 5.7.1
Theme: Twenty Seventeen Child Theme, but also ExS
BuddyPress: Version 7.3.0THANK YOU FOR YOUR HELP
Topic: stucked in Buddypress forum
whenever I try to edit my profile in the buddypress forum, the server forum returns:
“Sorry, you are not allowed to access this page.”
I tried to logout and re-login, and even installed a new browser to avoid cache issues.
I would like to add new types based on group types like groups, events, forums,.. but I have no idea of how to do it. Someone can help?
Topic: Buddypress widgets
I’m trying to understand if there will be an issue with using BuddyPress groups and SEO. From my reading on SEO the closer a page is to the main domain the better. For example, if I have a forum topic about Butterflies and I was just using bbPress the URL would be:
MySite.com/forum/topics/butterflies/
The page “butterflies” would be two jumps away from MySite.com
But if I use the feature to add my forum inside of a group the URL changes to this:
MySite.com/group/group-name/forums/topics/butterflies/
The page “butterflies” would be four jumps away from MySite.com
I was wondering if anyone knows if using forums inside of BuddyPress will have a negative impact on SEO and if there’s a way around it by having the URL structure different, reducing the number of jumps.
I am trying to insert the forum loop card below the single reply page, but bbp_forums() returns null, so anything is showed, how can I solve it?
I just installed BuddyPress 7.2.1 on a development site running Elementor 3.1.4 and Elementor Pro 3.2.0 on WordPress 5.7. I discovered that BuddyPress causes the Elementor editor to hang when you attempt to edit an element. Deactivating BuddyPress immediately restored standard functionality. I am also running bbPress 2.6.6 and have had no issues with that. I had already configured a number of BuddyPress group forums and was really looking forward to using it, but this is a deal-breaker if I can’t use the Elementor editor! I really hope the conflict can be resolved as we’re hoping to go live with the site soon. I can share the url and answer questions in more detail if we are able to continue this conversation offline. Let me know how to submit a support ticket or email support if so. Thank you!
Topic: Edit text in activity header
Hi,
I would like to edit the text of the activity page via my BuddyPress profile. The page itself shows the replies to topics that the users have done on my bbPress forum. The text currently is “[Username] replied to the topic [Topic_Name] in the forum [Forum_Name]”. I would like to edit this text to how I want, but I can’t seem to find the file that it is located in. Using inspect element it says that the text is in the class ‘activity-header’. Any help will be appreciated!
WP 5.6, BP 7.2.1, CERA (child theme)
On my dashboard, I keep getting a warning about my files are public accessible. Neither The Internet nor this forum can help me with a solution.I have ftp-access, but htaccess changes will not affect my site, since it is not an Apache server.
Please advice.Best wishes,
Hello,
I use define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘forum’ ); to show forum nav-item as default in single group.
I also have groups without forums where I need the home nav-item.
How can I do that?
I tried this in functions.php:
if( bp_group_is_forum_enabled() )
define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘forum’ );
}
It is not working.I am searching for hours and have very little php knowledge.
May anybody has a solution for this?
Thanks a lot.
I am currently using bbPress for forums and BuddyPress for my user profiles and in the profile there is an icon that can be pressed to display the users subscribed to bbPress topics. Is there a way I can add the contents of this page to a seperate page? Like a watchlist for example so the user can see what topics they have subsribed to – without having to go into the profile. I’m not sure if this is a BuddyPress feature or a bbpress one, however it is implemented already so I assume it is (I just want to move it to a seperate page). Is this possible?
Many thanks!
I’m thinking of writing a loop that iterates through all the groups and checks the last activity and then checks if the time of that activity is the same as or earlier than the ‘last_activity’ meta for that group. This is because not all plugins that add activities trigger
groups_update_groupmeta($id,'last_activity', bp_core_current_time());and so my groups by last activity is incorrect.I’ve tried Googling this and found forum posts with links “to the codex” that are actually 404s.
So, I am asking. How do I loop through the groups and can I then look at the last activity for that group to get the time/date?
Also, side question why does
groups_record_activity()not update that?