Search Results for 'buddypress'
-
AuthorSearch Results
-
January 4, 2019 at 6:27 pm #302001
In reply to: Edit css /colors in BP Profile
Venutius
ModeratorHi there,
You could do it using the additional site CSS section of Customizer.
Have you found your browser console? Right-click the page and choose inspect Element. This will allow you to inspect the CSS used on the page, modify it on the fly in order to find the best CSS element to set the background color. For example something like this might do the trick:
.buddypress-wrap { background: black; }January 4, 2019 at 6:16 pm #302000In reply to: Friendship List not accurate
Venutius
ModeratorHi there,
You are going to have to troubleshoot this issue as it’s specific to your site and not something that’s a more general problem.
The first thing t do is to deactivate all plugins apart from BuddyPress and see if the friends lists are correct. If not then try a default theme such as 2016 to see if that corrects it.
It’s also worth turning on error logging in wp-config.php https://codex.wordpress.org/Debugging_in_WordPress
Once you have enabled debugging, any errors will be logged to your debug log, you can get error log viewer plugins to make viewing it easier. Try viewing the friends list and then reviewing the log to see if any errors are being generated.
January 4, 2019 at 4:34 pm #301991In reply to: Auto adding users to grpups
Venutius
ModeratorBuddyPress does not include a feature to sell membership
January 4, 2019 at 12:15 pm #301987In reply to: Buddypress isn’t creating pages
Venutius
ModeratorThe next thing to check is if there is something messing with the BP pages, so deactivate all other plugins apart from BuddyPress and install a default theme such as 2016 and see if they display.
January 4, 2019 at 12:00 pm #301985In reply to: Buddypress isn’t creating pages
Venutius
ModeratorHi there,
Two things to check:
1. Have you linked the pages to BuddyPress in Settings/BuddyPress/Pages?
2. Have you changed your permalink settings to be anything other than the WordPress Default?
January 4, 2019 at 11:16 am #301981In reply to: Copy buddypress files into child theme
Brajesh Singh
ParticipantDo you want to override template files? If yes, the first step is to find out which template pack you are using(Dashboard->settings->BuddyPress->Options).
BuddyPress comes with 2 template packs
– BP Legacy
– BP NouveauOnce you know the template pack, you can follow the following step
1. create a directory named “buddypress” in your theme
2. Now visit wp-content/plugins/buddypress/bp-templates, you will see two directories
– bp-legacy
– bp-nouveau
3. Based on your current template pack, visit that directory. You will find “buddypress” directory inside them. This is the directory of your interest. Copy files from there and maintain the path.For example, if bp-legacy is your current template pack and you want to modify members loop,
you should copy wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/members-loop.php to yourtheme/buddypress/members/members-loop.php
Note the path after the template pack is what we need to maintain. Once you override it, BuddyPress will use it form your theme.
Please do note that themes do not allow you to specify template pack while overriding template files, so if you override it for one template pack and then activate another, It can lead to a lot of issues.
My suggestion is to remove/rename the “buddypress” directory in your theme if you change the current template pack for BuddyPress.
Hope this helps.
Best Regards
BrajeshJanuary 4, 2019 at 11:06 am #301978In reply to: Copy buddypress files into child theme
Venutius
Moderatorso the directory structure should look like this:
themes/your-child-theme/buddypress/members/file.phpetc. can you confirm this is what you have got?Would you have a plugin or theme that is redirecting the buddypress default template search?
January 3, 2019 at 5:31 pm #301967In reply to: Dynamic link to bp profile in function below?
shanebp
ModeratorAre you saying
bp_loggedin_user_domain()did not work?
If so, buddypress may not be available when that filter hook fires.You could try using this:
http://mysiteurl/members/me/
When clicked, BuddyPress will redirect themeto the profile page of the logged-in user.January 3, 2019 at 5:16 pm #301966In reply to: Why can you crop the cover image?
rsmithgs
ParticipantQuite a few of my users also wish to be able to crop their cover photos. Is there custom code I can add to allow users to do this? I haven’t found it on any of the forum posts so far and most are over a year old. This seems to be the most recent.
For those searching, here’s the codex of cover images (group and profile) and tells you how to customize the image size that you will accept for this area, but still not telling you how to allow cropping.
I’m on Version 4.1.0
January 3, 2019 at 12:10 pm #301962In reply to: Customizing BuddyPress Template Files
Oxibug
ParticipantThat’s my question bro, I cannot find the way to do that because the folders in the two templates are same.
if there’s a function to define the folder to read files from according to the user option
Ex. get_option(‘_bp_theme_package_id’) -> [/THEME/temp1/buddypress] or [/THEME/temp2/buddypress]…
Thanks Pal
January 2, 2019 at 9:37 am #301932In reply to: Social Media Website
Venutius
ModeratorI’d first try switching between BP Nouveau and BP Legacy in settings/BuddyPress/Options. I’d then try a default theme.
January 1, 2019 at 7:37 pm #301927andrew55
ParticipantLazy load will really speeds up a site, so it’s important to us. LiteSpeed Cache has image lazy loading which is compatible with the BuddyPress avatar uploading feature:
https://wordpress.org/support/topic/lazy-load-breaking-buddypress-upload-avatar-feature/
Thought that might help anyone who runs into this issue!
One solution I’ve found which works for BuddyPress and
December 31, 2018 at 7:06 pm #301924In reply to: BuddyPress for User/Role Access Management
shanebp
ModeratorWhether you use BuddyPress or not, you would need to write custom code to handle the access restrictions that you described.
December 31, 2018 at 4:16 pm #301921Topic: Avatar jcrop not working
in forum How-to & Troubleshootingjaymcdonough
ParticipantHello,
Hoping someone might be able to help me. I’m not able to get the avatar upload feature to work on any of my sites, it does the same thing on all of them, shows a small black box where the image uploads into and then only allows to crop a tiny part of the image resulting in very bad looking corner of an avatar.. Any help would be very much appreciated.
One of the pages I have the error on is: http://dev-greentv.pantheonsite.io/members/jaymcdonough/profile/change-avatar/ feel free to sign up to see the error on the profile that is created.
I’m using WordPress 5.0.2 and BuddyPress 4.1.0
December 30, 2018 at 12:18 pm #283068In reply to: Producing array of group user ids
Venutius
ModeratorI’ve not played with Toolset so have limited knowledge of that. I take it that it’s expecting a comma delimited list of usernames. my first question is – is it looking for the WP Username and is your list returning them correctly (as opposed to the BuddyPress fullname).
I think what I’d do first is to take the shortcode output and paste this into the Toolset shortcode manually to see if that works. If it does then it would appear the Toolset shortcode and your shortcode are not interacting properly.
December 29, 2018 at 3:03 pm #283066Topic: Edit css /colors in BP Profile
in forum How-to & TroubleshootingTrex2303
ParticipantHow can I edit the colors in BP extended profile area as well as the text? I need to remove the “white” background to either the color of my current theme or to something that’s not white.
Do I need to edit my sites theme CSS or is it BuddyPress CSS?
Wordpress V. 5.0.2
BP V. 4.1.0
URL: https://arcade.gamerzfan.com
Theme: Paraxe / Paraxe ChildThanks in Advance.
December 29, 2018 at 1:36 pm #283065In reply to: Producing array of group user ids
shanebp
ModeratorTry something like this in your shortcode:
$args = array( 'group_id' => 666, // set the ID somehow 'exclude_admins_mods' => false ); $group_members_result = groups_get_group_members( $args ); $group_members = array(); foreach( $group_members_result['members'] as $member ) { $group_members[] = $member->ID; } return implode(", ", $group_members);Check the
$argsby reviewinggroups_get_group_members()inbuddypress\bp-groups\bp-groups-functions.phpDecember 29, 2018 at 4:27 am #283058In reply to: How can I change the @ usernames in profiles?
badusername
ParticipantI was able to use phpmyadmin and go into the database – table: wp_users and change the user_nicename to whatever I wanted. That worked fine.
It looks like regular users who signed up already had nice @names but I think mine were bad in part because I set them up before I set up bbpress and buddypress and it was just trying to use my email address. Plus, setting up multiple accounts at different times to test things.
December 28, 2018 at 10:47 am #283056In reply to: Group’s main navigation missing forum and admin
brewsi
ParticipantAmazing. Switching to buddypress legacy made everything show.
Thanks for your help
December 28, 2018 at 10:38 am #283055In reply to: Group’s main navigation missing forum and admin
Venutius
ModeratorImgur allows you to upload images and provide a link to view them.
By the sounds of things you probably have a conflict. Things I would try:
1. Set BuddyPress theme to BP Legacy
2. Deactivate all other plugins apart from BuddyPress
3. Try with a default theme such as 2016.December 27, 2018 at 11:03 pm #283044In reply to: How can I change the @ usernames in profiles?
shanebp
ModeratorSo does buddypress usually use the regular wordpress login user name? If a site just uses bbpress and buddypress – people set up an acccount just through wordpress and bbpress/buddypress use that?
Yes and yes.
December 27, 2018 at 10:41 pm #283043In reply to: How can I change the @ usernames in profiles?
badusername
ParticipantAs far as I can tell people on my site start the process of creating an account with membermouse. So, yeah, I will try creating a new account again and see what I can figure out. I’ve made a bunch of test accounts for myself – so maybe I used the same email or something. I need clean up and delete a bunch of those anyway now.
So does buddypress usually use the regular wordpress login user name? If a site just uses bbpress and buddypress – people set up an acccount just through wordpress and bbpress/buddypress use that?
December 27, 2018 at 10:26 pm #283042In reply to: How can I change the @ usernames in profiles?
shanebp
ModeratorYikes, afaik, that is not done by BuddyPress.
It looks like you have a plugin or other code that allows emails as user names.
Myguessre the ‘2-2-‘ bits is that more than one user was created with that email.
( Try a test registration using a unique email )
WP dictates that login names have to be unique.BuddyPress uses the login names for @ mentions.
So does bbPress – for example, this forum where your @ mention name is: badusernameSo, again, afaik, it will not be reasonably possible to simplify the @ mention names.
With considerable and complicated customization, it might be possible.December 27, 2018 at 7:21 pm #283040In reply to: Like/Share
Venutius
ModeratorYou could try WPUlike and maybe BuddyPress Activity Share
December 27, 2018 at 3:00 pm #283038In reply to: Adding wordpress capabilities to buddypress admins
Venutius
ModeratorOne thing about this is that since group creation is open to all users, creating a group would be a simple way to get post creation rights. You may want to look at BuddyPress Restrict Group Creation to limit who can create a group in the first place.
-
AuthorSearch Results