Search Results for 'wordpress'
-
Search Results
-
Hi,
I was wondering if there are more styles for BuddyPress plugin, aside from the “legacy” and “nouveau”? I cannot seem to find anything on the internet, aside from complete WordPress themes with BuddyPRess in mind. I already have a WordPress theme for my website, I am only trying to use BuddyPRess alongside it and was hoping to find a style that could be close so that I can tweak it without having to create it from scratch.
Thanks.
Hello,
I know that I can change a User’s Display Name via WordPress Hooks.
ie this changes a user’s display name to be their user id on registration:
function update_names( $user_id ) { $data = get_userdata( $user_id ); $username = $data->user_login; wp_update_user( array ( 'ID' => $user_id, 'display_name' => $username, ) ); } add_action( 'user_register', 'update_names' );I have a XProfile field called “Display Name” (field_id is “1”). What I want to do is:
When a User goes to their Profile Edit page and changes the field, when they click “Save Changes” the system will change ‘display_name’ to the text they entered.
How do I edit the code that fires on profile update?
Thanks
Hello, I’m using BuddyPress 3.1.0, bbPress 2.5.14 and the BuddyBoss theme 2.4.6 to create an online community/support forum site.
I want to create a landing page and followed this guide by WPMUDEV but realized halfway through it is outdated! I couldn’t find any up-to-date forum threads, guides, or articles regarding this.
I ran into trouble once I actually need to create my own register.php. I was able to locate the file in /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/register.php, but I’m not sure how I can best edit it to fit within my custom landing page seen here. The login form is a widget, to be replaced with the registration form. I want to place the login form in the green upper-right corner.
Can anyone point me to the right direction as to how I can have the registration form and login form show up? Any help would be appreciated!
Hello!
I want to output a user comment counter to wordpress posts.
I use this code<?php $user_id = bp_displayed_user_id(); $args = array('user_id', 'count' => true); $comments = get_comments($args); echo $comments ?>But he deduces for some reason the total number of comments to all posts
How do I display the number of user comments?
Thanks!Topic: bp_get_suggestions 400 error
Hi,
I am getting the 400 error when I type in a username to send a private message. The exact error is:
Failed to load resource: the server responded with a status of 400 () /wp-admin/admin-ajax.php?action=bp_get_suggestions&term=arun&type=membersWordpress: 4.9.8
Buddypress: 3.1.0
Theme: NouveauWhen a user uploads an image for their profile photo or cover image they have the option to crop the image. But the crop feature doesn’t let them adjust where to crop the image and it’s automatically cropped to the small upper-left corner of the image which is rarely interesting 😀
Hmm… I really want users to be able to upload a picture of themselves.
Here’s what I’ve tried: Other browsers, disabling all other plugins, updating WordPress and Buddypress
Is there some code I should change or a plugin that would help?
THANKS!!!
Hi guys,
I have a wordpress forum with wpforo and buddypress. I tried Wp-Ulike and Activity Reaction for BP (https://github.com/WPPlugins/activity-reactions-for-buddypress) plugin for “like function” just like Facebook.
But I noticed the plugin conflict with mycred and wpforo for Notifications. The notifications that relate to “like function” from WP-Ulike or Activity Reaction were show Blank on title and description.
It made me feel a bit awkward, because it kept sending empty messages whenever someone reacted on buddypress activity-stream.
So I want to remove (exclude) all those notification from buddypress notifications.
I define component_name and component_action from myphpadmin of the plugin are ‘reaction’ and ‘ai_reaction_bp’
So how to do that?Please advice on the following,
1. I have made a test post in my WordPress website and made a comment.
2. Using another user I have replied to the comment made earlier.
3. Once checking Notifications tab in my profile, it still shows “no notification found”Tried the same with different theme but it still shows “zero” notification.
Hi,
i’m using Customify as theme for my website. I noticed that BuddyPress creates erors in the customization menu for this theme. I have no way to modify the settings, because the drop-down menu with the various settings appear as text.If you want, you can see some screen on this link: https://imgur.com/a/XfYx9Ag
The menu in question should be like this: https://imgur.com/a/BEpQMPqPS: The same error is found throughout the customization menu
Software Informations:
Wordpress version 4.9.6-it_IT
BuddyPress version 3.1.0
Using Customify as ThemeFirst of all, I can’t give you a link, I’m building this on a VM and fixing it before deploying it, it’s only accessible on the host machine at the moment, not even other machines on the local LAN can see it at the moment.
Wordpress Version 4.9.8
Buddypress Version 3.1.0
Ubuntu 18.04.1 LTS (GNU/Linux 4.15.0-32-generic x86_64)
nginx version: nginx/1.14.0 (Ubuntu)
PHP7.2
Custom CommunityVersion: 2.1.2I’m a veteran IT guy. I’ve dabbled in web off and on over the years, but I don’t qualify as a proper webmaster, I’m attempting to create a private FaceBook replacement to try to get my family off of that platform.
I’ve been quite happy with what I’ve seen so far, but I’m beginning to wonder if I’m missing a library, framework, or something similar in my Linux install that I need. I’ve been looking for the problems I’m experiencing in various forums and searches but not finding the same errors. (I don’t ask for help until I’ve done my basics) Save for the errors outlined below I’m about ready to roll this thing out.
I’ve duplicated these problems on multiple themes, so I really don’t think they’re theme related, but if you can suggest a “safe” theme I’ll check.
First of all – Groups.
Groups are working – mostly. When I create a group another user can request to join the group, the failure happens when I click accept or reject in both cases I get a message saying the link has expired. As an admin I can add other users to the groups, but the ability of users to create and add/reject on their own is broken. Any search I do for this problem usually has a bunch of results having to do with installing themes and nothing to do with groups.
Plugin:
Plugin Problem – BP Better Messages. This plugin is unusable – but has great reviews and the BuddyPress name attached to it. It looks like it’s going to work, but I am unable to create new threads. It pulls up the other users messaging page, but no message types at all can be created. Also, no one else seems to be reporting this issue, which is why I’m leaning towards a missing library or framework.
Final Problem – an annoyance:
The notification counter – it stays at 1 and I can’t seem to “view” the last item on the notifier, on any user.