Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 5,501 through 5,525 (of 68,916 total)
  • Author
    Search Results
  • #282430
    hammeri1
    Participant

    Thanks Venutius, I’ll take a look at shortcodes. Just reading the link one question I do have is can I enable to user id attribute to dynamically select the logged in user?


    @Shanebp
    : I need to present the logged in user with their inbox. Effectively just showing the Buddypress default members page for that user. All I’ve found available is a default URL of site/members/user. I need this to operate dynamically, detecting the logged in user and revealing their specific inbox. I then want to add this to a page. The end result is that a logged in user can access their inbox from a menu option.

    #282429
    Venutius
    Moderator

    There’s a setting for that in Settings>BuddyPress>Options – Show Toolbar to logged out users.

    #282406
    Brajesh Singh
    Participant

    Hi,
    It is a bug in BuddyPress 4.0.

    BuddyPress 4.1 is coming soon and will have it fixed.

    Please see the ticket for more details.
    https://buddypress.trac.wordpress.org/ticket/8012

    Regards
    Brajesh

    #282399
    shanebp
    Moderator

    Add users manually is easy.
    Go to .../wp-admin/users.php on your website and click on the button at the top that says ‘Add New‘.

    Re add users to group in wp-admin:
    Please see this sticky topic.

    To narrow down problems, use a default WP theme like 2016.
    Deactivate other plugins.
    After everything is working, then start using your preferred assets.

    #282390
    Venutius
    Moderator
    #282379
    thafley
    Participant

    Yeah, Apache seems to be the way to go with WordPress? My boss just likes IIS… I have researched and debugged various things and done fresh installs a few times but I have not tried using buddypress with a different theme and manual user creation. I will try that and report back. Thank you for the tip!

    #282370
    shanebp
    Moderator

    It’s a known bug and there is a ticket.
    For now, see this fix.

    Henry Wright
    Moderator

    BuddyPress is easily extended. If you look through the code you will see a lot of action and filter hooks. Also the template hierarchy will let you override core templates. It is a very developer friendly and support here in the forum is the best šŸ˜€

    #282316
    shanebp
    Moderator

    It’s a known bug.
    For now, see this fix.

    #282314
    mongol7
    Participant

    Hello dsnic. Sorry to bother you but it’s important. You and I had the same problem with a “Buddypress who clicked at my profile” plugin. You said to see a page with “fatal error” errors. Have you found a solution since? I asked for help but I do not have an answer and unfortunately I miss the time.

    cordially

    #282311
    frosttho
    Participant

    Hey All!

    It’s me again. I upgraded from BuddyPress 3.2.0 to 4.0.0. After the Upgrade the “Add Members” Form on the Group Page in the Backend was empty. I only got the title “Add new member”.

    Is there any workaround?

    Thanks in Advance
    frosttho

    WordPress Version 4.9.8
    BuddyPress Version 4.0.0
    BuddyPress Plugin: LH Private BuddyPress 1.0.8
    Running on Apache / Ubuntu 18.04

    #282310
    alriknijdam
    Participant

    Saw you guys released 4.0.0 so I deinstalled the old version, did some repairs on the database and installed the new version of buddypress. So far so good, in 24 hours this fatal error has not popped up again. Let’s hope it stays that way šŸ™‚

    iamdev
    Participant

    Are you the same user who ask buddypress cloud be use as songlyrics site first make it clear what do you want to achieve , buddypress can be used for a lot of thing

    #282297

    In reply to: Delete users via mySQL

    a608237
    Participant

    i deleted that user’s rows from wp_usermeta also and it still says that user’s name is already taken during registration. I think I may have learned my lesson.. you wouldn’t happen to know where else I need to delete data to finally rid the user would you?

    Would you recommend testing the login/reg system by deleting accounts from the buddypress interface?

    #282293

    In reply to: Buddypress group

    webmasterfreya
    Participant

    In bp-groups-admin.php function bp_groups_admin_edit_metabox_add_new_members lacks is_multisite() &&

    wp_is_large_network is only loaded for multisites.

    function bp_groups_admin_edit_metabox_add_new_members( $item ) {
    	if (<strong> is_multisite() &&</strong> wp_is_large_network( 'users' ) ) {
    		$class  = '';
    		$notice = __( 'Enter a comma-separated list of user logins.', 'buddypress' );
    	} else {
    		$class  = 'bp-suggest-user';
    		$notice = '';
    	}
    #282286
    shanebp
    Moderator

    It seems you have deactivated BuddyPress.
    If you decide to reactivate it and if we need to be logged-in, please provide a user name and password.

    #282280
    shanebp
    Moderator

    You should follow this ticket.

    #282275
    shanebp
    Moderator

    BuddyPress uses bbpress.org for all forums.
    Please use their support, bbpress.org/forums, for questions specific to forums.

    #282266

    In reply to: SHOW GROUPS ADMINS

    shanebp
    Moderator

    WP no longer allows you to add code in the editor unless it can test the code first – otherwise it throws that error.

    You should not be adding the code in that location.

    You should add it to bp-custom.php or to the functions.php file in your theme or child theme.

    shanebp
    Moderator

    Are you using BuddyPress 4.0 ?

    If so, you can file a ticket here.

    Be sure to state the BP version and the steps needed to reproduce your issue.

    #282263

    In reply to: Buddypress group

    shanebp
    Moderator

    If you are referring to BP 4.0, and the Fatal Error re add new members in wp-admin > Groups > Group > Edit, then you are correct.
    A bug report has been filed.

    #282255

    In reply to: Peepso vs Buddypress

    EricTracz
    Participant

    Well… let me add just my 2 cents here…

    PeepSo isn’t really expensive if you consider the level of support we provide, continuous and frequent updates etc. WPML compatibility is on our list, we still have a lot of other things to do before we can get to that.

    As we provide plugins for most functionality ourselves, updates won’t break anything. We test PeepSo with latest php, WordPress etc. to ensure it’s ready for whatever comes next. We’re already PHP 7.3 compatible. We have automated testing suite, dedicated server and an engineer to make sure everything always works.

    On the other hand there’s BuddyPress… to get all the functionality PeepSo provides with the bundle, you need to pay actually more… not only that but the need to go to multiple vendors, which don’t have the same development rate. You can update one thing and then the others don’t get updated and you’re stuck with outdated code. Or you upgrade something and break your site because it won’t play well with others. If you want to spend time one maintenance and making sure everything plays well together, sure. Go with BP.

    But just to touch base on customizations, when they are done properly with plugins, css, template or assets overrides they will not ‘break’ your custom code. Hacking plugins directly is NEVER a good idea. If you need advice on adding functionality or how to go about it, we can give pointers.

    #282244
    shanebp
    Moderator

    Did you try to narrow down the issue ?

    For example:

    Did you try deactivating LH Private BuddyPress ?
    If the menus return, then you should follow up with the creators of the LH Private BuddyPress plugin.

    Did you try switching from Nouveau to the other template pack – BuddyPress Legacy ?

    #282225
    shanebp
    Moderator

    I assume you meant bbPress 2.5.14
    Are you on BuddyPress 3.2.0 ?

    I’m able to see bbpress and buddypress on the admin site…

    By ‘see’ you mean in the Network Admin dashboard, you can see both plugins on the plugins page and they both say ‘Network Deactivate’ under the plugin name?

    On the Network Admin Dashboard, I see tabs for ‘Activity’ and ‘Groups’, both are BP components.
    Under ‘Settings’, I see BuddyPress, but not ‘Forums’.

    If I add a Group, it does so only on the primary site on the network – but all the Settings are only on the Network Admin screen.

    I do not see any dashboard links re BuddyPress on any site within the network.

    For ‘Forums’ ( bbPress ), I see a tab and a Settings link for all sites in the network.

    This may be correct, although confusing.
    I just want to confirm that we are seeing the same things.

    #282215
    darren1985
    Participant

    i am using the feature within buddypress to bring the ability to add articles/groups.

    it basically shows up like this site comment box, just basic text.


    @Venutius
    , article as in any news site you read it has text and images in the article.

    im able to allow users to add an article, set feature image, assign to category but in the actual body text its like this site, basic text no feature to add media.

    this can be done via the admin (backend) but i dont want users accessing my site via wordpress backend, id like them to do it via front end.

Viewing 25 results - 5,501 through 5,525 (of 68,916 total)
Skip to toolbar