Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,326 through 6,350 (of 32,678 total)
  • Author
    Search Results
  • #254586

    In reply to: php error

    danbp
    Participant

    It’s apparently related to rtMedia. Ask on their support.
    rtMedia was updated 2 days ago, perhaps something went wrong ?

    Whatever, you have to debug now.

    #254585

    In reply to: php error

    r-a-y
    Keymaster

    Contact the authors of rtMedia:
    https://wordpress.org/plugins/buddypress-media/

    #254579

    In reply to: Solve Error 500

    danbp
    Participant

    It’s a common issue but not directly related to BuddyPress. Some ideas and hints here.

    #254578

    In reply to: Solve Error 500

    castresana
    Participant

    More info, the issue of Error 500 is only for Administrators.
    Everybody below this WordPress level has no problems at all accessing the /wp-admin/ area.
    Ideas are welcome! 🙂

    #254574
    binary10
    Participant

    @danbp I mean the page where all the @mentions for the user are listed like this one:https://mercime.files.wordpress.com/2015/03/activity-mentions.jpg

    #254573
    myndphunkie
    Participant

    Hi Guys,

    BuddyPress v2.5.3
    Wordpress v4.5.2
    My own theme created with Artisteer

    Getting blank notifications for every user. Seems to happen when something is triggered (ie: user is mentioned in the activity wall or something else).

    Never used to happen, can only assume an update has caused it.

    Has anyone else had this? Is there a log file I can check to see what’s going on?

    Thanks

    #254571
    castresana
    Participant

    Hello,

    I am having an Error 500 while activating Buddypress.
    I know that this topic has been talked before, but the issue here is that I have 512M for the wordpress to use. So it is not the memory.
    The PHP.ini tells that there is 512M and I used these two lines in config.php.

    define('WP_MEMORY_LIMIT', '256M');
    define('WP_MAX_MEMORY_LIMIT', '512M');

    I had Buddypress working perfectly. In fact, I had problems with bbPress but not with Buddypress.
    Everything was working perfectly and I deactivated all plugins to activate them one by one after I deleted two or three.
    I first activate Buddypress and BOOM, Error 500.
    I don’t get it. I can activate everything except Buddypress.
    Any help? Thanks!

    Juan

    #254566

    In reply to: register page problem

    Masoud
    Participant

    solved it.
    hopefully someone from wordpres.org helped me.
    here is the link for anyone in the future faced the same problem as me.
    wordpress.org page

    the answer was:
    If you want to add some user meta info in user database while registration you need to use “user_register” filter like below code:Add code in your themes function.php file

    add_action( 'user_register', 'my_user_meta_save', 10, 1 );
    function my_user_meta_save( $user_id ) {
        if ( isset( $_POST['first_name'] ) )
            update_user_meta($user_id, 'first_name', $_POST['first_name']);
    }
    pierjeant
    Participant

    I am new to BP I have version BP 2.5.3 and WP 4.5.2. I love PB registration form that is simple and redirect new member to the email for activation. simple and efficient. I have a question regarding the registration form
    How can I move the ” complete signup” button to the left (under confirme Paswword). I have members saying it is hard to see way to the right on large screens.(or making it with an orange background?)
    I am not a programmer so I do not know PHP (but I know how to copy paste !!!!! 🙂
    If you can also mention the path for the file and also how to may be place it in my child subtheme’s folder so it does not get erased at the next update….(new to wordpress too, even at 72 there is still some learning todo!> Thanks!

    ToobHed
    Participant

    I have inserted shortcode on the members pages to display BadgeOS Earned Achievments along with the data buddypress retrieves. It works when the page is loaded, but when a new sorting option or pagination is triggered the shortocde itself displays. If I refresh the page in the browser the shortcode displays properly again. Any idea what could be causing this?
    for example, go here, then choose a different sorting option. http://vetsgaming.com/groups/new-recruits-1872787461/

    WordPress 4.5.2
    Version 2.5.2

    #254536
    r-a-y
    Keymaster

    So what you’re looking for is to use a custom user avatar instead of BuddyPress’?

    Try the following code snippet in your theme’s functions.php or wp-content/plugins/bp-custom.php:

    remove_filter( 'get_avatar', 'bp_core_fetch_avatar_filter', 10, 6 );

    Update – That code snippet only reverts the avatar in WordPress posts and comments.

    To override BuddyPress avatars in BuddyPress content with a custom avatar solution, you would have to hook into the 'bp_core_fetch_avatar' filter:
    https://buddypress.trac.wordpress.org/browser/tags/2.5.3/src/bp-core/bp-core-avatars.php?marks=534-549#L534

    #254535
    mmurguia
    Participant

    @danbp,

    This is not exactly what I need. Accounts are not created with buddypress or wordpress. They are created by Xenforo. This creates an account in wordpress, and also imports the users avatar correctly in wordpress. so it is a valid wp account with user avatar. I’d like Buddypress to use the wordpress avatar. Is this possible?

    Thanks!

    M

    #254530
    danbp
    Participant
    #254522
    mmurguia
    Participant

    Hey @djpaul we probably misunderstand each other. I’m just saying that if a WordPress account has an avatar image, BuddyPress should use it.

    jasonegli
    Participant

    I’m having trouble with getting emails to send when BuddyPress is enabled. If I disable the plugin I get registration emails, but when it is enabled I get a message on the screen saying the message was successfully sent, but the email never goes through.

    I have tried installing Postman SMTP as described in this post: https://buddypress.org/support/topic/register-activation-emails-not-being-send-smtp-configuration-not-set/#post-252037

    Even with Postman STMP installed, registration messages still don’t come through. They also don’t show up in the Postman logs. However, my test messages in Postman are delivered with no trouble, and password resets, etc, show up in Postman logs and are delivered successfully.

    This is running on Windows Server 2012 using XAMPP
    Wordpress: 4.5.2
    BuddyPress: 2.5.3
    Theme: Alliance

    Any help is much appreciated.

    Jorrit
    Participant

    When sending a private message an error is displayed “Message was not sent. Please try again.” while the message is actually delivered and also in the Sent items. Sending a public message does however not show the same behaviour.

    I have tried using the 2015 theme (running default 2011) and disabling all other plugins, but to no improvement.
    One odd thing about my setup is that I have sqlite as backend DB.

    Hope someone can point me in the right direction on how to troubleshoot / fix this.

    About my set-up:
    1. Which version of WordPress are you running?
    WordPress 4.5.2 running Twenty Eleven theme.

    2. Did you install WordPress as a directory or subdomain install?
    Directory

    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?
    Nothing major just roling updates for CentOS

    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?
    2.5.3

    7. Did you upgraded from a previous version of BP? If so, from which version?
    No

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    • BP Registration Options
    • BuddyPress Members only
    • CloudFlare
    • Contact Form 7
    • Contact Form 7 – Dynamic Text Extension
    • Google Analytics Dashboard for WP
    • Nav Menu Roles
    • Social Media Feather
    • SQLite Integration
    • UpdraftPlus – Backup/Restore
    • WP Easy Paypal Payment Accept
    • WP reCaptcha Integration
    • WP-Ban
    • WP-Mail-SMTP
    • WP-Polls

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

    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?
    n/a

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

    14. Which company provides your hosting?
    AWS

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    CentOS 7 with Apache

    Masoud
    Participant

    hi.
    i am using latest version of wordpress and buddypress.
    ——
    i want to create a new field by code, in group1 (which will be appeared on signup page) so when user is signing up,
    see that box and fill it, and cannot edit it after the account creation (for example just like USERNAME!)
    (you set it once, and it cannot be edited after…)

    and then so i want to call that field later, and assing data to it like:

    xprofile_set_field_data ('First Name', $user_data->ID, $identity->name->givenName);
     xprofile_set_field_data ('Last Name', $user_data->ID, $identity->name->familyName);
     xprofile_set_field_data ('WHO INFORMED YOU', $user_data->ID, $identity->personname);

    someone suggested me this code to put it in bp-custom (but it’s not working) :

    function bp_add_custom_buddy_friend() {
    	if ( !xprofile_get_field_id_from_name('personname') && 'bp-profile-setup' == $_GET['page'] ) {		$country_list_args = array(
    		       'field_group_id'  => 1,
    		       'name'            => 'whoinformedyou',
    		       'description'	 => 'write your friend's name who informed you about us
    if no one told you about us, then write NoBody.',
    		       'can_delete'      => true,
    		       'field_order' 	 => 2,
    		       'is_required'     => true,
    		       'type'            => 'textbox',
    		       'order_by'	 => 'custom'
    		);
    	}
    }
    add_action('bp_init', 'bp_add_custom_buddy_friend');

    ——–

    Extra information:
    i am using OneAll Social Login Plugin, to put social login buttons in my login form.
    in the usual signup form, i put an extra textbox (which user must fill it), in order for me to know, how this user is informed abt my website,
    the question is this:
    who informed you about this website? (if a friend, then write his/her name, if no one, simply write NoBody)

    so if a friend suggested, the user simply write down a name(just a text, not linked to anybody’s profile)
    and if not (he/she will write NoBody)
    BUT
    when you login from social-login, this will not be enabled!
    so i want to create a new field, and call it from social-login.
    so if a user is signed in from social login,
    a pop up appears and force the user to enter that field.
    ——-
    how can i create this ?
    tnxxxx a lot for any help.

    shanebp
    Moderator

    The WP function to determine if the current user is an administrator is:
    is_super_admin()

    So something like:

    if ( is_super_admin() ) 
       // show the menu item
    #254503
    romlin
    Participant

    For anyone interested, our instance of WordPress and BuddyPress with some custom and existing plugins (all free and/or open-source). Please note that is a very early development version, as is, and far from complete. Theme is based on Twenty Fifteen. Hope it can be of use! Feel free to contribute!

    http://enterpress.org

    Screenshot

    All the best!

    #254497
    Henry Wright
    Moderator

    In that case, this could be a bug. It seems the apostrophe isn’t being handled properly upstream. Can you open a ticket for this on Trac?

    https://buddypress.trac.wordpress.org/

    #254492
    pansula
    Participant

    im developing a new site with wp and buddypress and i want to insert some text into the activity text field to be there when my users start to udate their status. The text will just be a youtube embbeding shortcode to help users to embbed their youtube videos easily since my users dont know anything about shortcodes, the text will be something like this: [embed width="123" height="456"]paste your youtube url here[/embed]. Im using versions wordpress 4.5.2, buddypress 2.5.3. My website is foobhoo.com but it is still in construction, please help. My question is how to pre fill text into text editor on buddypress whats new text field to be there for every user?

    #254488
    sharmavishal
    Participant
    #254487
    sharmavishal
    Participant

    couple of plugins to make bp site private

    ex: https://wordpress.org/plugins/buddypress-members-only/screenshots/

    disable user can register option in general settings

    you can use any page as home page via settings-reading option

    to redirect user bp login redirect plugin to your activity page

    nikmav
    Participant

    Hello,

    I have inherited a site that is showing a list of groups using the groups component which has a wordpress page associated with it:

    Groups == Our Clubs (page title)

    The page is reached by menu:

    About us -> Our Clubs

    The page has been titled “Our Clubs” and the breadcrumb should read “Home > Our Clubs”

    However the component renames both of those to “Groups” even though the page is set to “Our Clubs”

    Is there a way to make buddypress not override the page title? Presumably the point of setting a custom page is for this precise reason. Also it would be good if the solution could survive future upgrades.

    For people reading this, it’s not the slug, entire component or other group pages I’m looking to rename (as has been posted elsewhere) just don’t want my custom page overwritten.

    Thanks

    #254478

    In reply to: Avatar URL

    Paul Wong-Gibbs
    Keymaster

    Just use WordPress’ get_avatar() function: https://codex.wordpress.org/Function_Reference/get_avatar

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