Guess you have to read Avada’s help support.
Avada Documentation
By default, BuddyPress use theme’s page.php
Try to assign a sidebar to page.php via Avada customizer.
Or if you prefer to code your own template, WP function is get_sidebar(); See how to use it in page.php in Twenty Thirteen
Akismet should help get most blog comment spam , and it also has integration with both BuddyPress and bbPress.
Now
bp_core_redirect( get_option(‘home’) . ‘/members/’ )
works and sends it to the overall members page.
My question is, since those two pages (members and members profile) are BuddyPress pages, is that why it works on those two pages, but since /new/ is not a buddypress page, it redirect to that?
Created by @offereins, a long date core contributor: BP XProfile Field For Member Types
Proof of concept for the implementation of member-type specific profile fields in BuddyPress.
https://github.com/lmoffereins/bp-xprofile-field-for-member-types
Have fun !
How to create MT is explained above, and you’re lucky, as a brand new plugin was published a few days back by @offereins: BP XProfile Field For Member Types
Proof of concept for the implementation of member-type specific profile fields in BuddyPress.
https://github.com/lmoffereins/bp-xprofile-field-for-member-types
Successfully tested with my custom code(in bp-custom.php), BP 2.3.2.1 and WP 4.2.2
Did you enable anonymous posting?
Look at: …/wp-admin/options-general.php?page=bbpress > Anonymous posting
btw – this is the BuddyPress support site.
The bbPress support site is here.
Hi I installed BuddyPress and during the login does not make me write user and password does not display anything even using the widget as I can risorvere this problem ?
bbpress is the plugin, by type was meant site wide forum or group forum.
can I provide you a link via pm or mail?
No ! You’re on a free help support, maintained by volonteers.
If you want private assistance, use the job board forum where you can hire a freelancer or a dev, but probably not for free.
Hi,
For your information, I no a professional web developer or web design, I still fresh and still learning. Because this buddypress is quite new for me. So, I need someone can teach me step by step. For the bp-custom.php, i need to create for it? because i would no found it
Thank You
Why can’t you do that ?
Copy/paste this to bp-custom.php and adjust the size to your need (250 to whatever)
define( 'BP_AVATAR_FULL_WIDTH', 250 );
define( 'BP_AVATAR_FULL_HEIGHT', 250 );
And use FTP to upload bp-custom
See if this can help you:
https://buddypress.org/support/topic/men-woman-couple/
Also some topics about multi search criteria, like this one
https://buddypress.org/support/topic/multiple-search_terms-displays-nothing/
Note also that xprofile fields values are clickable by default. This let users get a list of members who entered same value.
Field name > Gender, when male is clicked you get all males list.
For more detailed result, you have to buid your own solution or to use a dedicated plugin. See
https://wordpress.org/plugins/buddypress-global-search/
Hi,
For the cropping i still cannot do it, even i follow the buddypress codex. I still would no found the way to increase the cropping size.
Thank You
Please don’t double post the same question.
This was answered here:
https://buddypress.org/support/topic/how-can-i-change-the-cropping-size-in-profile-page/
Topic closed as duplicate.
When doing a search on my forumsite, it gives no results. Means, it stays on the same page without doing anything.
Disabling all plugins brought me to know that it depends on BP.
Found this possible solution here:
https://buddypress.org/support/topic/bp_has_forum_topics-returns-empty/
but simply changing the function didn’t do it.
Any idea?
WP-BP-bbp are all up to date!
TY.
Hi guys,
I want to know how can i change the size of crop when i going to change or add new profile picture. I got see the buddypress codex but i would not found the file in my file manager. Need help.
Thank You
* single plugin compatible with Buddypress
Hi Henry, thanks for the prompt reply. I understand what you’re saying and why that approach is always followed. It leaves me in a tricky spot though. I can’t use Ultimate Member and meet my deadline as their activity stream extension isn’t ready yet, and I can’t use Buddypress because the members functionality I need doesn’t exist in a single plugin (or if it does, I can’t find it). I’d like the solution to be in a single Buddypress plugin as opposed to relying on multiple plugins which may or may not be updated, or chunks of code taken from different sources that aren’t guaranteed to work further down the line.
Which result when you use Twenty Fifteen theme ?
Do you use some custom functions on group page ?
Also, as of Codex https://codex.buddypress.org/administrator-guide/groups/
This is a private group
Options
Group content and activity will only be visible to members of the group.
Would it be possible to include features that would enable site admins to make their sites accessible to logged-in users only? I’ve been using Ultimate Member a lot lately which allows admins to:
Declare the site as private with the exception of selected pages
Select who can see pages, posts, and menu links – everyone, visitors, or members – and by which role
Set logged-in users to see a different home page to visitors
Search the Buddypress forums and this has been requested for +5 years with no consistent response. Is there some resistance to this idea? Plugins like S2 Member and MemberPress are only applicable if your selling membership levels/content. The only plugin I’ve used that does this well is Ultimate Member but that’s a direct competitor to Buddypress and can’t be integrated on the same site.
Thanks,
Paul.
Regarding 1, have a read of the Template Hierarchy article. This will give you an overview of how templates work.
You’ll need to know PHP in order to do point 2.
I am unsure of how to use the data I now have for the profile field.
I am sure it is not hard to display somewhere but I am having trouble working out how to do this without editing the core BuddyPress or BBPress files, otherwise when I update I will lose all of this.
I’m running WordPress 4.2.2, BuddyPress 2.3.2.1 on Multisite: http://dev.yazminmedia.com/tresstank/
For some reason, my registration (/register) and activation (/activate) pages are not taking displaying with the current theme.
This is what I did to test:
I was troubleshooting another issue with users not allowed to register when I decided to deactivate all my plugins, except BuddyPress, revert the theme to TwentyFourteen to verify it wasn’t my theme. This changed fixed my initial issue and allowed the registration page to display the registration form. So with TwentyFourteen, it looked like the site was working correctly.
However, when I changed to my theme, those two pages still displayed with the TwentyFourteen theme.
At that point, I decided to change the theme to TwentyTwelve to verify it was my theme causing the issue, at which point, the rest of the site changed theme, but those two pages still remained with the TwentyFourteen theme.
I’m at a loss as to what is going on.
Does anyone have a solution for me?
Thanks!