Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,651 through 6,675 (of 32,678 total)
  • Author
    Search Results
  • #252523
    @mercime
    Participant

    @jazzbuzz The page is not available at this time. Check out the list of plugins tagged ‘buddypress’ at WordPress.org. Disclaimer: There are some plugins which use the ‘buddypress’ tag but could just only be compatible (no conflict) with BP or just use the tag for “SEO”.

    #252520
    Jens
    Participant

    Okay, seems like I really have to learn more about PHP. Via google I found https://wordpress.stackexchange.com/questions/60272/find-out-if-logged-in-user-is-not-subscriber. That gave me a rough idea, but I did not manage to change the code for a redirect.

    However, I found a workaround. I placed the following code…

    <?php if ( current_user_can('member') ) : ?>

    and

    <?php endif; ?>

    in these files:

    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/index.php (lines 27 and 144)
    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php (13 and 122)

    There´s no redirection now, but the content is not visible anymore for the role “subscriber”, but visible for “member”.

    Henry Wright
    Moderator

    In that case, try checking if there’s a plugin available. There could be something for WordPress which you could try to adapt to your needs.

    Ref: https://en-gb.wordpress.org/plugins/

    #252507
    Jens
    Participant

    @djpaul Does BuddyPress use the same email-address for sending like WordPress? If not, that might be the problem: Some webhosters (like Hosteurope) restrict the usage of email addresses in scripts like WordPress to prevent spam.

    For example I usually have to choose one email-address on my webhoster´s config platform. After that I can use it in WordPress. Any other email address won´t work for sending with WordPress, if I don´t use a plugin like https://wordpress.org/plugins/wp-mail-smtp/.

    #252504
    manu89ft
    Participant

    Hi,
    I have the latest version of BuddyPress with the latest version of wordpress

    How can I add the ability to insert a voice message recording it with the microphone (like whatsapp with voice messages)?

    #252499
    sharmavishal
    Participant

    https://wordpress.org/plugins/buddymenu-buddylinks/screenshots/

    not updated for a while check if it still works

    #252498
    sharmavishal
    Participant
    #252489
    gdams82
    Participant

    BTW, that was tested in WordPress 4.4.2 and BuddPress 2.5.2 on local XAMPP running Apache/2.4.17, PHP/5.6.15, custom theme, 25 plugins.

    #252488
    shadorfeo
    Participant

    this has already been asked before but i can not figure it out…

    i make a new page for registration and one for activation but when i log out and then go to the register page it shows just a blank page with the title “Registration” on it and nothing else…

    is there a code i have to put into the page?

    i am using the latest version of wordpress and buddypress on my site and wordpress is installed in the root directory.

    i tried added the profile fields and registration is open to everyone.

    i am using the default theme and it just does not work at all…

    what am i doing wrong?

    Thanks for the help in advance.

    EDIT
    never mind i fixed it im not sure what i did but it just showed up lol

    #252485
    shanebp
    Moderator

    You need to do more than add a button – you need a plugin:
    https://wordpress.org/plugins/buddypress-followers/

    If you don’t want Friends functionality, turn off the Friends component:
    wp-admin > Settings > BuddyPress

    BackpackersUnion
    Participant

    Is it possible to add an “All” activity tab to the Activity Submenu on a users profile (Personal + Friends = All [Excluding none friends, unlike the main feed])? It appears an issue preventing this was fixed in this trac, but I haven’t seen any successful implementation of this using bp-custom or a child function.php.

    The only viable solution I’ve seen is this plugin which goes beyond what I’d need. Has anyone had any luck implementing this with custom code (or even modifying a page template as a last resort)?

    Thanks!

    BP + WP Current Versions, 2014 theme

    #252457
    skulldragon
    Participant

    1. Which version of WordPress are you running? The latest

    2. Did you install WordPress as a directory or subdomain install? Normal install in root

    3. If a directory install, is it in root or in a subdirectory? Root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? No

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes

    6. Which version of BP are you running? The latest

    7. Did you upgraded from a previous version of BP? If so, from which version? If there was another version around 2 months ago, yes. Issue persists through both updates.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    404 to 301
    All in one Favicon
    bbPress
    BP Profile Search
    BuddyPress
    BuddyPress Cover Photo
    Custom Facebook Feed
    Divi Builder
    Elegant Themes Updater
    Events Manager
    Go – Responsive Pricing & Compare Tables
    K Elements
    List category posts
    Page Links To
    rtMedia for WordPress, BuddyPress and bbPress
    s2Member Framework
    Slider Revolution
    Taxonomy Metadata
    WP FullCalendar
    WPBakery Visual Composer

    9. Are you using the standard WordPress theme or customized theme? KLEO

    10. Have you modified the core files in any way? No

    11. Do you have any custom functions in bp-custom.php? No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Latest

    13. Please provide a list of any errors in your server’s log files.

    14. Which company provides your hosting? Siteground

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache I think.

    #252456
    danbp
    Participant

    We’re unable to help you for Yoo Helios premium theme.

    Have you assigned a particular template to the mandatory BP pages: activity, members, groups,… ? If yes, remove them, as BP pages must stay “empty”. Just give them a title and nothing else.

    Instead of using an exotic function, better try this solution.

    is_buddypress fn definition: You can tell if a page is displaying BP content by whether the current_component has been defined. More here.

    mairaj
    Participant

    Hello!

    WordPress 4.5
    BuddyPress 2.5.2

    I am looking out for some help on exporting and then importing my user data to a new installation / location. I will be fine with only the x-profiles data if messages, activity streams etc cannot be copied.

    The actual problem is that I am stuck with a MultiSite installation where my primary site is a BuddyPress website. I wanted to keep my BuddyPress site as a single (Non-MultiSite) installation.

    I have tried really hard to remove / disable MultiSite but nothing worked out for me. So now I am looking out to copy only my user data to a new installation / server. I would later delete my existing site and carry on with the new site with all my existing user data.

    Thank you for the help 🙂

    Mike
    Participant

    Would it be possible, and not too difficult, to move the buddypress menu bar to just below where I have my main WordPress menu bar in the header? I want to keep the navigation menus together.

    #252446

    In reply to: Chaning DB prefix

    gdams82
    Participant

    Well, I’m no securities expert by any means, but I need this site to be as hard as possible. I’m just trying to take every precaution. From what I’ve read it’s a fairly common practice: http://www.firedaemon.com/blog/wordpress-hardening-guide

    Also, you can block access to wp-config.php with the following in .htaccess, although I’m not sure how someone would be able to view the php anyways.

    #block wp-config.php
    <files wp-config.php>
    order allow,deny
    deny from all
    </files>

    Yes, it’s not a catch all. If some one is determined I’m sure there are ways to find your unique prefix. However, I think it would still stop a lot of script kiddies. If someone can inject sql I’d imagine your still in trouble. I would still like to know how to do it though.

    Can some one please help me out. The site supports a good cause and they are nice clients. I really don’t want them getting sued if some ones info gets leaked.

    #252439
    vinzen
    Participant

    Would disabling the BuddyPress registration process and falling back on WordPress one’s by creating a custom registration form help avoid the need to sync BuddyPress to WordPress profile? – as I interpreted from here – http://stackoverflow.com/questions/15379839/registration-form-in-buddypress. Thanks.

    #252438
    JensGoro
    Participant

    hi,

    im searching for a solution to integrate a LIVE Notification Bar with BuddyPress.
    I thinked on this: (LIVE Bar)

    Can anybody say me is there any way to use this function without activate the WordPress Admin bar?

    #252433
    Rimon Habib
    Participant

    BuddyPress doesn’t have role based access management system for its components like WordPress roles, However, It has Member Type API now which is a potential lead to creating access management system using member type.
    I am actually working on creating this plugin, which will be extension of my another plugin,
    http://rimonhabib.com/buddypress-member-type-manager/

    This plugin allows you to synchronize member types with WordPress user role, which is a potential way to control content based on Member type

    By the way, you can turn off friend, messaging features from BuddyPress settings. But I guess you are talking about interacting one specific type of users to that type of users only, in this case, you must need to use Member Type API anyway.

    Naomi
    Participant

    I’m running WP 4.5, BuddyPress 2.5.2, Twenty Twelve theme and TML 6.4.4

    I posted this as TML support and was told it’s a Buddypress issue

    I added custom TML fields when people register (city, state, and reason for wanting to join the site) following instructions here: https://www.jfarthing.com/development/theme-my-login/adding-extra-registration-fields/

    the fields are working as needed when users register. But since they aren’t xprofile fields, they aren’t showing up on BuddyPress member profile pages.

    How can I make them show up on member pages so all viewers can see where people are from (city, state) and also on the member directory.

    Site is here: http://www.charlottemasoneducation.org

    Thank you.

    #252423

    Topic: ATT:Moderator

    in group forum Requests & Feedback
    Dono12
    Participant

    Can you please edit this post to remove website URL and email address.

    Conflict with Buddypress and WordPress Email

    #252422
    Dono12
    Participant

    I figured out the solution. I had to call

    add_filter( ‘wp_mail_content_type’, ‘notification_content_type’ );

    in each individual email function:

    add_filter( 'wp_mail', 'dirty_wp_mail_filter' );
    function dirty_wp_mail_filter( $args ) {
    
    	// you can include your custom html mail template here
    	// just use file_get_contents() functions to get template file and any php replace function like
    	// str_ireplace or preg_replace to replace your given placeholder in template by the content which is sent by wp
    
    	$stripped_mail_content = preg_replace("/<http(.*)>/m", "http$1", $args['message']);
    	add_filter( 'wp_mail_content_type', 'dirty_notification_content_type' );
    	$dirty_wp_mail = array(
    		'to'          => $args['to'],
    		'subject'     => $args['subject'],
    		'message'     => $stripped_mail_content,
    		'headers'     => $args['headers'],
    		'attachments' => $args['attachments']
    	);
    	return $dirty_wp_mail;
    }
    
    function dirty_notification_content_type() {
    	return 'text/html';
    }

    found here:
    core.trac.wordpress.org/ticket/21095

    #252403
    BobSD99
    Participant

    This is probably a dumb question, but how do I load BuddyPress functions in a custom page?

    I’ve created a custom page template in WordPress, and had expected that I can access bp functions (such as bp_displayed_user_domain() in that page. But it’s not working, so I assume I have to include a file or call a function to access BuddyPress functions.

    Can anyone help me out with how to access BP functions from a custom template?

    #252401
    Rimon Habib
    Participant

    BuddyPress doesn’t have role based access management system for its components like WordPress roles, However, It has Member Type API now which is a potential lead to creating access management system using member type.
    I am actually working on creating this plugin, which will be extension of my another plugin, BuddyPress Member Type Manager

    By the way, you can turn off friend, messaging features from BuddyPress settings. But I guess you are talking about interacting one specific type of users to that type of users only, in this case, you must need to use Member Type API anyway.

Viewing 25 results - 6,651 through 6,675 (of 32,678 total)
Skip to toolbar