Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 12,726 through 12,750 (of 73,986 total)
  • Author
    Search Results
  • Jason
    Participant

    One major flaw I saw recently is, the lack of ability to view Members Directory for ALL members regardless of who has logged in or not. Default only shows ACTIVE members (who have already signed in). Ideally, Admins would be able to change this setting.

    Our scenario. Home Owners Association (HOA). Every one of our 140+ members in our condo complex are required, not voluntary. Everyone pays a fee every month. Some of our information is, understandably, kept private; however, we ALL need to know who our neighbors and HOA members are. County tax rolls show public data about who the owner is. Likewise, our HOA wants neighbors to know who all residents are on our private website. We have a database showing that. Buddypress will allow me to import CSV database of all users. Check. Bbpress Forums will allow users to participate in discussions with each other. Check. Members canNOT view entire resident directory because Buddypress does not allow it. We want this private information available to ALL of our imported members, but it is not. I have tried some hacks, but they do not suit my needs. For instance, I can show all members alphabetically by default, but the Search function does NOT work for non-active members. And, the member count (at the top) still shows a number for Active members only. Not at all intuitive.

    Is there another plugin that would serve our needs better if we wanted to:
    1) show all members by default
    2) allow searching all members by default
    3) show total number of all members by default (not just those who logged in)

    Thanks for your response!

    #260414
    bcanr2d2
    Participant

    I was wondering the key sent to users for activation expire?
    If it does, what is the time frame?

    I have looked for both WordPress and BuddyPress, and there doesn’t seem to be an answer

    Could someone please let me know, so I can pass it on to the powers that be

    #260410
    danbp
    Participant

    BP is a WP plugin, don’t be confused by what i wrote. By same level i was meaning this :
    BuddyPress does not work on installations where you give WordPress its own directory. (install guide::Required)

    Glad you got it back to normal.

    #260408
    rfk55tn
    Participant

    Thank you for your help.

    When I did the install of BP I followed this guide: https://premium.wpmudev.org/blog/buddypress-guide/ Initially, I was using another theme which required nesting the pages in order to make a drop down menu in associated groups within the header. When I installed the twentysixteen theme I did not remove that nesting. So, I ended up with up with that mess you found. By removing the nesting – which wasn’t needed – through Pages in Admin, all of the buttons have come back. The “Groups” page works wonderfully.

    I was under the impression that BP was a plug-in that was added to WP through the use of the “Add” feature within WP. How would I do an install of BP “at the same level of WP”? As a plug-in, doesn’t it install within WP? Would it be necessary to do a reinstall of the entire site to get two, same level installs?

    #260407
    danbp
    Participant

    Hi,

    you need a function to do that.

    Here’s one who will show the user id on profile header and on members directory.
    Add it to bp-custom.php or child theme functions.php

    function razman_user_id_display() {
    	if ( bp_is_user() ) {
    		$user_id = bp_displayed_user_id();	
    	} else {
    		$user_id = bp_get_member_user_id();
    	}
    		
    	echo '<div class="myuser-id">My user ID: '. $user_id .'</div>';
    	
    }
    add_action( 'bp_before_member_header_meta', 'razman_user_id_display' );
    add_action( 'bp_directory_members_item', 'razman_user_id_display' );
    danbp
    Participant

    Ensure you have a page for each active BP component. That the page is unique (no same page in trash or sub page) and that no template or model is assigned to them.

    Set up pretty permalinks to whatever but default and save.

    Go to dashboard > tools > buddypress and use the repair tool.

    And read the install guide ! 😉

    #260405
    danbp
    Participant

    Hi,

    it seems that you have a lot of pages on the site and that you use weird settings.

    I would do the following:
    – remove any redirect settings and other done via plugins.
    – deactivate all plugins except buddypress.
    – activate 2016, and not a child theme.
    – ensure that each active BP component has a page assigned and that this page is unique, without any template or model assigned. Just a title and nothing else.
    Actually, you have links like “…/americannexus.net/activity/members/” (found in the Who’s on widget). Or the link to Archangel’s profile indicates “../americannexus.net/activity/members/archangel/”

    That’s unusual and cannot work properly, except if your WP is in a directory called “activity”. And it is not the case ! Note also that BP should be at the same level as WP.

    – set up pretty permalinks (what ever but default option) and save.

    – and read attentively the install guide.

    Other dysfunctionning points:
    The toolbar has a Register button who link to ../americannexus.net/join/ (this works correctly)
    but the homepage shows ../americannexus.net/register/. If you want visitors to register, send them to /join/ page and not to an empty page.

    …and of course, this link doesn’t work too (at least for a not logged visitor) : ../americannexus.net/activity/groups/create/

    Here the list of correct slugs of a default BP install:
    – your-site.net
    – your-site.net/register/
    – your-site.net/activity -> BP site activity page (active by default)
    – your-site.net/members/ -> BP members directory (mandatory)
    – your-site.net/groups/ -> BP groups directory (if group component is active)

    These BP pages are dynamic and depending the context, you can have ie:
    your-site.net/members/USERNAME -> goes to a profile
    your-site.net/members/USERNAME/friends -> goes to the friends screen of the specified user

    It works the same for groups.

    Once BP and WP are working correctly together, you can reactivate the child theme and your plugins.

    mgutiem
    Participant

    Hello,

    I’m new with BuddyPress. I recently noticed that when I try to access to the single member activity by clicking the “Activity tab” in their profile, it redirects to the sitewide activity page (like there is no would exist an activity page for each member profile).

    For example if my url is http://www.myweb/members/membername/activity/ the link goes to this:http://www.myweb/activity/

    Does anyone know how could I fix this? Is there something I have to do in the admin configurations?

    Thanks in advance!

    #260402
    Emmanuel
    Participant

    Hello
    please i have the same problem.
    When i seek to create group in my admin panel or throught user profil (front end), it is impossible.
    the send me this message : The requested URL /example.com/groups/create/ was not found on this server.
    But in the buddypress config allthings seem to be good (components, pages, options)
    I’m working with WP 4.6.1 and BP 2.7
    I am in local server.
    why can i do please.

    #260393
    danbp
    Participant

    Can’t say more! The site is not public, you use S2 members, pages are redirected, and you use a premium theme. And apparently you’re unable to provisory revert to a standart install without undoing a lot of settings. If you couldn’t test, how could we do ?

    I presume there is a little js conflict somewhere – which could explain the jumping page phenomenom.
    Afaik you have to ask on the theme support how to adjust the layout while using BuddyPress.

    arnezami
    Participant

    Hi everyone!

    We are using on our website Buddypress and want to make more SEO frendly profile url’s

    example.com/{City}/{Instrument}/{Firstname-Lastname}
    example.com/{City}/{Style}/{Band-Or-Ensemble name}

    it posible with standart post types with hierarchical categories, but I didn’t found posibility to add taxonomy to activity and groups. Any ideas?
    Thanks in advance and have a nice day!

    #260377

    Topic: Sensei Groups

    in group forum Third Party Plugins
    ignaciorevuelta
    Participant

    Hi there! When I click course discussion, this redirects to https://talentoschools.com/groups/metodo-de-canto-sing-up , so showing a 404, because correct URL is : https://talentoschools.com/grupos/metodo-de-canto-sing-up , also, I want course disccusion to appear in Spanish (Discusiones del curso)

    I’m using last version of Buddypress and Buddypress for sensei

    GaryLeGrill
    Participant

    Hi
    I just installed wordpress yaost seo on my website and I got this error message.
    The error disapear whit I install buddypress.

    Could you please help pe to fix it?

    Thanks

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bp_admin’ not found or invalid function name in /homepages/4/s654646546/htdocs/mywebsite/wp-includes/plugin.php on line 524

    Notice: bp_setup_current_user was called incorrectly. L’utilisateur actuel est en cours d’initialisation sans utiliser $wp->init() === Trace: #6 /homepages/4/s654646546/htdocs/mywebsite/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php(31): Yoast_Notification_Center->retrieve_notifications_from_storage() #7 /homepages/4/s654646546/htdocs/mywebsite/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php(49): Yoast_Notification_Center->__construct() #8 /homepages/4/s654646546/htdocs/mywebsite/wp-content/plugins/wordpress-seo/wp-seo-main.php(399): Yoast_Notification_Center::get() #9 /homepages/4/s654646546/htdocs/mywebsite/wp-includes/plugin.php(524): load_yoast_notifications(”) #10 /homepages/4/s654646546/htdocs/mywebsite/wp-settings.php(295): do_action(‘plugins_loaded’) #11 /homepages/4/s654646546/htdocs/mywebsite/wp-config.php(100): require_once(‘/homepages/4/d1…’) #12 /homepages/4/s654646546/htdocs/mywebsite/wp-load.php(39): require_once(‘/homepages/4/d in /homepages/4/s654646546/htdocs/mywebsite/wp-includes/functions.php on line 3996s654646546

    #260362
    mashauri
    Participant

    I have shared hosting with xilo.net
    They assure me that I have 128MB of PHP memory
    (although I am not convinced that this is the case given many “fatal errors” I receive – which go away if I simply reload the page)
    I would appreciate your thoughts and suggestions on memory requirements (I am runnig WPLMS with BuddyPress and BuddyDrive as part of the standard plugins)

    bcanr2d2
    Participant

    I am currently using BuddyPress to provide the membership and communication component of my website, and I have been asked to basically move the Change Profile Picture component to the Edit profile tab, instead of it being a separate tab.

    I have tried using the Image XProfile field, whilst it works, and I can assign it to be the avatar, it doesn’t have the same crop/upload screen as the change avatar section.
    I’d even be open to having the ability to drop in a button, but would prefer the entire section to be located like another Xprofile field.

    The following link https://buddypress.org/support/topic/how-do-i-move-profile-subnavs-to-settings-subnav/ has suggestions on how to start to acheive this, but I am not sure where to start exactly to edit the file (or place in a child theme), or use functions.php/bp-custom.php to get the result I am after.

    #260350
    inzerat
    Participant

    Chats in the bottom right corner, allowing quick chat between two friends. On page private messages should always indicating such a conversation with the subject “Chat”.

    #260345
    jaynation
    Participant

    Good Evening All,

    I have been having trouble with the current setup of the BP cover image feature.

    1. You cannot crop like you can with the profile image.
    2. Uploaded images are restricted to 225px tall.
    3. Uploaded images are often stretched and blurred for users.

    WP – Version 4.6.1
    Site – http://www.studentmotorsport.com (You wont be able to access profile as they are restricted to members only but I remove this for testing if anyone needs to access this. )
    Theme – MSocial by GavickPro

    Is there a workaround or good plugin (free or paid) for:

    1. Images can be uploaded and cropped and or re-positioned?
    2. The cover are made larger?

    I appreciate any help you can provide.

    Regards JP

    danbp
    Participant

    bp_parse_args could be a solution.

    Read the first comment block in bp-xprofile-template.php

    #260340
    danbp
    Participant

    @livingflame,

    if you’re only looking for “free” solutions, i’m afraid that you won’t get many, unless you find and built them yourself.

    BuddyDev, very expensive. That’s your opinion. Did you even know that you use a function contributed by it’s author ?

    How many time have you already spent on this forum, and nothing to say about all other searches you probably have done elsewhere ?
    Do you imagine the price you have to pay if this support forum wouldn’t be “free” ? And the time (which is money) to charge to yourself for those efforts ? Certainly more than 20$ !

    Not everything can be native, because not everybody need functionnalities you want and because BP is only a plugin and not a collection of whatever existing enhancement who might be added, or who YOU think it should be in.

    This is your 7th topic here.
    And a good dozen of times i read your claim about lack of feature or functionnalities.
    You critizise a lot but aren’t very constructive. That attitude is really unfair in regard of all the people volonteers working around BuddyPress.

    #260339
    Venutius
    Moderator

    Ok I’ve written something up, hope you like it

    http://buddyuser.com/hardening-buddypress-against-spammers

    #260337
    danbp
    Participant

    It’s a temporary information and i wouldn’t try to alter or remove it.

    It use WP heartbeat API and what you’re looking for is defined in this (filterable)function:

    bp_activity_heartbeat_last_recorded

    #260336
    Paul Wong-Gibbs
    Keymaster

    Yep, like @hnla said. BuddyPress’ DB requirements are the same as WordPress’.

    #260335
    livingflame
    Participant

    https://la.wordpress.org/plugins/buddypress-private-message-for-friends-only/

    Okey, very very partial solution.

    Really solution: BuddyDev Message Privacy BUT native!

    #260331
    danbp
    Participant

    And what is the problem ? It seems to do what it is intended for.
    But it is a premium plugin. If you need assistance you have to ask on the plugin support.

    BuddyPress Message Privacy

    #260329
    livingflame
    Participant

    Message Privacy (setting):
    Who can send messages to you?
    – Logged In Users (All Members)
    – Friends* (Except Admins, Moderators)
    – Nobody* (= Only Me. Except Adm, Mod)

    If you have had conversation with a Member (no-friend), when you active “Friends”, members can’t send you messages any more. They will receive Error sending…

    If you have had conversation with a Friend or Member, when you active “Nobody”, friends and members can’t send you messages. They will receive Error sending… (Whatever dialog you want).

Viewing 25 results - 12,726 through 12,750 (of 73,986 total)
Skip to toolbar