Search Results for 'buddypress'
-
AuthorSearch Results
-
January 7, 2019 at 10:04 am #302099
In reply to: Copy buddypress files into child theme
pradeepphule
ParticipantHello @sbrajesh,
I’m trying to copy bp-friends-template.php file into child theme. I have tried many times still not able to understand how to set the correct path in child theme.
Plugin file path: buddypress\bp-friends\bp-friends-template.php
Any suggestion.
Thanks
January 6, 2019 at 8:52 pm #302078In reply to: Infinite Load – Won’t Accept Friend Request
makyn
ParticipantThanks all!
Update: So I may have been a bit hasty. WooCommerce kindly did a test, and like @shanebp was also unable to replicate the results of the issue with friend requests not accepting.
Despite infinite load I was experiencing, I could right click the “accept” or “refuse” button with a friend request, & copy the URL that indicated the nonce and open it in a new tab and then it would accept/refuse the friend request.
After scouring for hours and hours through different *old* threads regarding similar issues I did discover a few individuals that seemed to have the same issue, but there was no resolution presented. I figured that there were several people, then (at that time) having the issue, and if it’s just me having the issue now – perhaps, it was something wrong with my copy of BuddyPress…
So, I finally decided to delete my installation of Buddypress directly through sFTP and reinstall a clean copy of it from https://wordpress.org/plugins/buddypress/ directly back to the sFTP. I guess that was the solution.
I am still unsure what the issue was, or why it was (at least on my installation) causing this error.
However, I am now pleased to report that the issue is resolved and that I am able to accept friend requests.
Thus it merely appeared that it was WooCommerce because this was the plugin that seemed to trigger the infinite load when I was doing disable plugin testing to see where conflict appeared.
Thanks again!
January 6, 2019 at 6:11 pm #302076shanebp
ModeratorBuddyPress does not handle payments or paywalls.
You’ll need a paid membership plugin.
There are some free ones in the WP plugin repo that you could try out.So, your question is not really about BuddyPress.
Ultimately the decision on how / what to implement will depend on your research and the specifics of your project.January 5, 2019 at 11:22 pm #302041In reply to: Change required fields
Channing Oliver
ParticipantI thought it was a problem with my Events plugin but i uninstalled it and the problem persisted until i uninstalled buddypress.
January 5, 2019 at 11:10 pm #302039Venutius
ModeratorJanuary 5, 2019 at 10:47 pm #302032Venutius
ModeratorI’ve just looked at a test server and I’m getting the same issue. If I edit the profile I can see the extra tab and edit the profile fields it contains, but when I view the profile it only shows the Base profile group.
Would you mind rasing this as a bug on trac?
January 5, 2019 at 10:36 pm #302031Wushan TCM
ParticipantWhat I just did is a fresh install of the buddypress plugin, but the problem existed before and changed nothing after the fresh install. That was installed by FTP and I overwrite the existing buddy press plugin.
January 5, 2019 at 10:28 pm #302029Venutius
ModeratorThanks, have you overloaded any of the BP template files? located in themes/yourchildtheme/buddypress
January 5, 2019 at 10:15 pm #302027Venutius
ModeratorYou can chekc in Settings>>BuddyPress>>Options
January 5, 2019 at 2:58 pm #302020In reply to: Question about ( bp_message_threads )
shanebp
ModeratorUse the filter hooks to modify the output.
For example, see the filter hook for: bp_message_thread_from()January 5, 2019 at 8:23 am #302018In reply to: How to branch pages
Venutius
ModeratorDo a search in the buddypress files for bp_is_user or bp_is_, bp has a number of functions such as bp_is_user_profile() or bp_is_user_activity, function bp_is_user_profile_edit(), bp_is_group() which confirm if the user is accessing different pages.
January 4, 2019 at 8:06 pm #302013In reply to: Change required fields
hpthatsme
ParticipantThanks for your reply. I thought it must be a feature of BuddyPress, but I have discovered it is a problem with Events Manager Pro.
January 4, 2019 at 7:03 pm #302007In reply to: Change required fields
Venutius
ModeratorHi there,
I’m not entirely certain what you are asking for. By default BuddyPress does not ask for physical addresses, have these been added to the users extended profile or are you referring to some other feature?
January 4, 2019 at 6:50 pm #302005January 4, 2019 at 6:27 pm #302001In 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.
-
AuthorSearch Results