Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,951 through 5,975 (of 32,678 total)
  • Author
    Search Results
  • #257616
    zelda16
    Participant

    Hi there,

    I was just wondering if you could help me; I’m trying to start a Buddypress sub-community on my existing website. We currently have a user system that enables the use of our services; however I was trying to create a forum as a sub-page on our website and a community from that. I realised, however, that WP was finding it difficult to distinguish users on our current system with users of Buddypress. Is there a way of creating a completely separate user-type for Buddypress, so as to prevent cross-over from our two systems?

    I want to work towards:
    -Different details required for our user system than Buddypress
    -Different menu items for our users than for forum users
    -Our user details and activity goes into a massive database; however I don’t want this to be impacted by the forum users

    Thanks a lot for your help!

    Running: WordPress 4.5.3 on Customizr theme
    Buddypress 2.6.2

    chtn2109
    Participant

    I want to search matching profile for a member depends upon his/her profile field values, like a groom wants to search for bride on the basis of his other preferences field values, please suggest any plugin or function that can help me to accomplish this functionality.

    Wordpress 4.5.3
    Buddypress 2.5.3
    Sweetdate Theme 2.9.2 https://themeforest.net/item/sweet-date-more-than-a-wordpress-dating-theme/4994573

    #257607
    danbp
    Participant

    Deactivate all plugins and the theme and test registering from WP using a Twenty theme as first.
    Then activate BP and re-test.
    Then activate S2 or whatever you use for paid membership and again, test.
    And finally, you have to test your theme (if not a Twenty one).

    FYI, BuddyPress doesn’t handle the password field, but WordPress.
    You’ll probably get better answers on WP or S2 support forum.

    anonymousse2
    Participant

    Thank you @danbp for the plugin, but this one does not work. I nevertheless deactivated quite my plugins to part BP, nothing can be done we can always modify at will profile field. I also use the last version of BP and WordPress. My theme is SweetDate of SeventhQueen. What do I have to make now?

    Thanks

    #257591

    In reply to: Front-End Publishing

    Earl_D
    Participant

    This one also looks good got updated today
    https://wordpress.org/plugins/social-articles/

    #257587
    mmw562
    Participant

    I see that this has been addressed to some degree here:
    https://buddypress.trac.wordpress.org/ticket/4677#attachments
    Has it not yet been released in one of the buddypress updates? I have tried this approach but with no luck:
    add_filter( ‘bp_enable_group_avatars’, ‘__return_false’ );
    Thank you in advance!

    densyo
    Participant

    Hi there,

    Wordpress Version 4.5.3
    Buddypress Version 2.6.2
    Site: http://freshink.ph

    Is there a way to make the “Profile” tab only visible to account owners and admins?

    Thanks!
    Dennis

    LavishDhand
    Participant

    Hi!

    I am adding Member Types to my site. I have over 4000 members and want to bulk assign member types to existing members.

    The problem is; I have to assign different member types to male and female members. Male / Female is a BuddyPress xProfile field value. Is there any way to order /sort users in the back-end by an xProfile field value?

    sort users by

    If not, is there any other work around? I am using latest WordPress, BuddyPress and BP Member Type Generator Plugin.

    Thank you for the help

    vaibhav125shukla
    Participant

    I am developing social media website for image sharing and buddypress plugin is central to it.Additionally I have used buddypress activity plus for image upload.I am searching solution for resharing already posted activity(or image),similar to that of facebook.I want to add three options to reshare activity with only me,with friends or with everyone.I got one old plugin bp reshare which just reshares the activity and counts the number of times it got shared.But it doesn’t provide option settings to share activity as I mentioned above.I am not getting how to customize bp reshare to meet my needs.Is there any other plugin available which meets my requirement?If not,what is the smarter way to customize bp reshare to meet my requirements?If there is any other suggestion,i would go for it.Thank you.
    Wordpress version:4.5.3,Buddypress version:2.6.2

    #257553

    In reply to: Activation email

    Paul Wong-Gibbs
    Keymaster

    Emails not sending have many possible causes. For the sake of clear discussion, please make your own topics, don’t bundle in on the same one.

    @jtburlew Please check to see if your site sends WordPress emails reliably? (i.e. comment notification, password resets). Please also let me know what plugins you are using. Anything that changes POP3 or IMAP behaviour, or redeclares the wp_mail function, in particular.

    Paul Wong-Gibbs
    Keymaster

    @imath has never reported with emails not sending from his French language WordPress sites, so I am assuming this is a server configuration problem – or incompatibility with something WPML is doing – rather than it being down to some character within the email string.

    Paul Wong-Gibbs
    Keymaster

    What plugins do you have active?

    Does your site send WordPress emails reliably? (i.e. password resets, comment notifications)

    billysgtr
    Participant

    Hi,

    I have bought a theme which of course uses BuddyPress.
    Subscribers have access on their activity log but they also have access on every users’ activity log too (all these happens on front-end dashboard)
    I want to restrict subscribers from accessing other users’ activity log on front-end dashboard.
    I contact with the owners of the theme and they redirect me here because they don’t know how to do that.
    I would appreciate any kind of help(plugin or some code snippet).

    Thank you in advance.

    WordPress version: 4.5.3
    BuddyPress version: 2.6.2
    I also checked with Twenty Fifteen theme and the issue is still there.

    #257539
    tristan010
    Participant

    Hi,

    if I want to change my profile photo by:

    Hi Tristan -> profile -> change profile photo

    I get the 404 not found page.

    “Sorry, but nothing matched your search terms. Please try again with some different keywords. ”

    Related URL: http://intranet/members/tristan/profile/change-avatar/

    I have deinstalled the buddypress plugin, but that doesn’t work.

    WordPress 4.5.3
    Buddypress Version 2.6.2

    #257535
    ahmed3baid
    Participant

    Hi,
    I’m working on a wordpress website, and using Buddypress. I wanted to add posts notifications and it worked fine, except when I tried to filter them. First you need to know how I want to filter them.
    – I’ve a profile field named ‘Field’ which is a dropdown list with 5 options.
    – I have also 5 post categories with the exact names of the ‘Field’ values.
    – When a post is added, If it has (e.g. A,B,C) categories I want a notification for every user who has his ‘Field’ value is equal to A,B or C.

    Here is my code:

    foreach (users as $user) {
    $acc_type = xprofile_get_field_data(‘Field’, $user->ID);
    if (in_category($acc_type,$post_id)) {
    bp_notifications_add_notification( array(
    ‘user_id’ => $user->ID,
    ‘item_id’ => $post_id,
    ‘component_name’ => ‘custom’,
    ‘component_action’ => ‘custom_action’,
    ‘date_notified’ => bp_core_current_time(),
    ‘is_new’ => 1,
    ) );
    }

    }

    #257512
    pradeepphule
    Participant

    How to hide BuddyPress specific profile tabs from not logged in user

    https://wordpress.org/plugins/buddypress-profile-tabs/

    #257511
    @mercime
    Participant

    @maryt66 You’re welcome. You can subscribe to the latest BP development news at https://bpdevel.wordpress.com/ or check out https://buddypress.org/blog/

    Cheers.
    Mercime

    #257508
    timmysmanifesto
    Participant

    I’m currently working on setting up a multisite system and wanted to integrate LearnPress nd BuddyPress by using the LearnPress BuddyPress Plugin. However, something is not working properly and the LearnPress Profile is not reflecting the BuddyPress profile. The LearnPress is synced with the WordPress profile not the BuddyPress profile. I’ve searched on the web to find any information I could and found this article

    https://wordpress.org/support/topic/what-type-of-change-it-will-show-in-profile-page?replies=6

    It says there is a setting that I must click, but it’s not found. I was wondering if anyone knew of any known issues or any information about this situation. I’m pretty much stuck with where I am until I know something more. I have all the current versions of WP4.5.3 , BP2.6.2 , and LP1.0.8. and Plug in 1.0.

    #257498
    dolf h
    Participant

    Thank you @mercime. My solution mentioned above is working website-wide (and I like that):

    <script type="text/javascript">
        window.onload = function(){
    var titled = document.querySelectorAll('[title]');
    var numTitled = titled.length;
    var i = 0;
    for (i=0; i<numTitled; i++){
        titled[i].removeAttribute('title');
    }
        };
    </script>

    I think I only need an Ajax refresh. Perhaps this plugin is suitable: https://wordpress.org/plugins/ajaxize/
    I ‘ll give it a try.

    #257493
    Kristian Yngve
    Participant

    WordPress 4.5.3 running.
    BP Press: Version 2.5.10.
    WordPress as a directory, it’s in root.
    I have some custom functions in a child bp-custom.php.
    I’m running bbPress (standalone), Version 2.5.10.
    __________

    So, I’m looking at inserting BP Avatars (which would display the logged in user) with short-code. After some research, I understand BP doesn’t have any native BP short-codes, and you have to therefore make them yourself, granted.

    This is how I guess it used to work (back in good old 2011, that is…):

    THIS GOES IN THE FUNCTIONS.php:

    function logged_in_user_avatar_shortcode() {
    if ( is_user_logged_in() ) {
    global $current_user;
    get_currentuserinfo();
    return get_avatar( $current_user->ID );
    }
    }
    add_shortcode(‘logged-in-user-avatar’, ‘logged_in_user_avatar_shortcode’);

    ***And the shortcode to go anywhere in your content is: [logged-in-user-avatar]

    ———

    Any ideas what on what would work now?

    Kristian.

    #257491

    In reply to: Chinese Translation

    Paul Wong-Gibbs
    Keymaster

    (I’ve asked https://profiles.wordpress.org/petya to reach out to @idichoo to help get started with translations)

    #257477
    leandro_S
    Participant

    Hi there!
    I have a child theme in my WordPress and it has the appropiate buddypress folder inside.
    I have successfully done a custom buddypress>members>profile-loop.php and buddypress>members>members-loop.php, but I’m struggling to make buddypress>members>single>member-header.php work.
    Is there anything wrong with the files’s path?
    The changes I do in the file don’t show in the website afterwards.
    The original file come from buddypress>bp-themes…

    What am I doing wrong?

    #257474
    @mercime
    Participant

    Just to note that the “add friend and cancel friendship” tooltips, among other tooltips have been removed in BP 2.7 trunk (see #7090).

    #257470
    elliottmina
    Participant

    Hello!

    I am setting up a new WP multisite for two sites, using different domains for each site. I would like to use BuddyPress on both sites, but share the same BuddyPress instance/data between each site. The two communities will have a lot of overlap, and one site may eventually subsume the other.

    Can BuddyPress do this? If so, what configuration do I need to look for?

    I found this link, but I am unfamiliar with the terminology. While the steps were clear, I am new and their overall intent was opaque to me.

    Installation in WordPress Multisite

    TIA!

    #257467
    Georgio
    Participant

    Finally I could resolve the problem after reading this article

    This developer suggests creating a plugin. The result is a link with a dashicon but it is not responsive. To make it responsive (show on mobile), I added in the css file of the plugin a snippet I fould elsewhere:

    @media screen and (max-width: 782px) {
    		  #wpadminbar li#wp-admin-bar-XXX {
    					display: block;
    		  }
    }

    Replace XXX with your id

Viewing 25 results - 5,951 through 5,975 (of 32,678 total)
Skip to toolbar