Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,301 through 19,325 (of 68,969 total)
  • Author
    Search Results
  • #170169
    shanebp
    Moderator
    #170165
    Unit9
    Participant

    Thanks so much for your reponses Shane!

    So is there a way to do this within my theme without messing with the core members list code? 🙂

    #170155
    BuddyBoss
    Participant

    The BuddyBoss theme is made specifically to be super super mobile, with a stylesheet just for BuddyPress and one just for bbPress, making all of that content responsive.

    Home

    #170152
    @mercime
    Participant
    #170148

    In reply to: Need Help

    @mercime
    Participant

    @mdg706 please do not offer to give admin account information in these forums. We won’t be responsible if someone hacks your site.

    – Did you go through this information before activating BP in your site? https://codex.buddypress.org/user/before-installing/
    – Have you asked tech support at your hosting provider if your current hosting plan can handle BuddyPress? Some would ask you to upgrade your hosting plan before you can activate BuddyPress.

    @mercime
    Participant

    @julianwagner if you want all your BuddyPress pages to be full-width, the simplest and only thing you have to do (save probably some minor CSS tweaks) is to create a new file named buddypress.php

    Then open up your theme full-width template then copy all code within. Paste the code into your buddypress.php file (remove Template: xxxxx) then upload buddypress.php to your theme’s folder in server.

    #170138
    shanebp
    Moderator

    You should be able to do a conditional based on the page slug, action or uri.
    But the user query might fire before that check can be run.
    Try a simple echo from a function on that hook, see where/when it appears.

    You could manipulate the members loop (stuff into array & resort)
    but that’s very inefficient unless you have less than 1000 users.
    And I’m not sure what effect it would have on pagination – I suspect not good.

    julianwagner
    Participant

    Hey Hugo,

    yeah – my english isn’t the best one. So step by step.

    You’re right I mean the crated pages like ‘activity’, ‘members’ etc. I have two different page-tempaltes. The standard-template also known as page.php and and wide-page.php. WordPress suppots switching the themes for each crated Site and all BP connected Pages got wide-page.php but still loading page.php

    For the second thing: as provided since BP 1.7 there is no need for a theme migration – so buddypress loads the default theme “bp-legacy”. Also on twentytwelve the problem with the loader.gif exists.

    And yes, I didn’t posted a link because we saved the site with a htaccess at the moment.

    #170135
    Ben Hansen
    Participant

    i think i already did at least as far as i can anyway.

    #170133
    Steeven
    Participant

    @ubernaut. Thanks for your reply.

    Can you tell which functionality, you think will not be (directly) included?

    I will take a look at your links tomorrow. Thanks.

    #170131
    Ben Hansen
    Participant

    i would say yes although some of the functionality may need to be extended depending on the exact nature of these classes. here’s some additional buddypress stuff that may interest you:

    commonsinabox.org

    wordpress.org/plugins/buddypress-media

    #170124
    drronsuarez
    Participant

    I have one site with the problem of missing avatars that first emerged when upgrading from BuddyPress 1.6.x to 1.7.x

    I tried migrating the content to a different installation of WordPress and BuddyPress latest versions (3.6 and 1.8.1) and I still have the problem.

    I tried turning off all my other plugins other than BuddyPress and I still have the problem.

    #170120
    Unit9
    Participant

    Thanks Shane! Would this modify the page for every listing? I only want to do this for one custom page. 🙂

    Thanks!

    #170115
    shanebp
    Moderator

    It would be best to filter this at the query level.

    See do_action_ref_array( ‘bp_pre_user_query’, array( &$this ) );
    In function prepare_user_ids_query()
    In buddypress\bp-core\bp-core-classes.php

    #170113
    wildcatdigital
    Participant

    Having the same exact problem with the website field. Textbox fields also work perfectly fine for me.

    WP 3.6
    BuddyPress 1.8.1
    BuddyPress Xprofile Custom Fields Type 1.5.7.1

    All that shows up is “This field can be seen by: …”

    🙁

    #170111
    artabria
    Participant

    Yes… it works OK with buddypress default theme… and with mine too, over all the rest internet browsers. HTML code is OK (CTRL+U) only Chrome is doing this.

    Now i’m trying to make my theme a child from buddypress default… and it doesn’t work; it makes the same thing: puts the <body> on the top of my <head> code… only in chrome and only in bp pages…

    #170109
    artabria
    Participant

    Yes… page do the same with no plugins except buddypress… only in Chrome:
    All buddypress pages wrong: activity, stteings, profile…

    It works fine over all browsers: IE, Firefox, Safari (Mac & PC)
    …& working OK with buddypress default theme in Chrome!

    Please back to the link http://www.english4you.es/members/andrew/ and read source code (CTRL+U)… you will see that <head></head> is correctly passed to the browser but wrong rendered… cannot guess reason for this!

    #170102
    aces
    Participant

    @artabria

    Looking at the Chrome source code ( f12 ) I can see something has gone wrong, as most of the header has dropped to the body section and instead an old version of jquery has been added as well as the current version added later. This is bound to cause problems.

    The only other thing there is shareaholic-analytics.js being loaded. Does the same thing happen if you disable that plugin?

    If not then you need to do basic troubleshooting such as checking with bp default theme or a known good theme such as twentytwelve. If that doesn’t work try disabling all plugins except buddypress and see if the error goes away, then re-enabling 1 by 1 until the problem occurs.

    Hugo Ashmore
    Participant

    Have you checked the Codex Documentation ? I suggest you read the guides on theme templates as these will help your understanding and allow you to ask more detailed questions that we can help with.

    I created the the buddypress-pages on full width and also changed the template-page in WordPress, but Buddypress is still using the standard-template. Someone knows the Problem?

    I assume you mean the pages created in the setup routine for BP such as ‘activity’, ‘members’ etc these are placeholders only you can not do anything in them except set the page title.

    ‘<i>changed the template-page in WordPress</i>’
    You need to be clearer on what you mean here!

    ‘<i>standard template</i>’
    Again not sure to what you are referring here, BP in theme compatibility mode uses page.php, unless you provide other named templates but this is all explained in the template compatibility themeing guides written for users to help them out with just this sort of issue.

    As for the loader gif it’s impossible to say, you haven’t told us the theme in use, linked to the site, or shown any code to work from thus it’s a complete guess as to what may be happening.

    As always if there are issues first test is activate known good theme such as twentytwelve and see if things work in that theme then you know it’s a theme issue.

    #170095
    struth
    Participant

    @jackreichert your a bloody genius Mr Jacoby, buddyPress just gets better & then some, thanks you mate!

    Do you mind if I include your code in my “n00bish” wp plugin:

    function redirect2profile(){
    include_once( ABSPATH . ‘wp-admin/includes/plugin.php’ );
    if($_SERVER[‘REQUEST_URI’] == ‘/profile/’ && is_plugin_active(‘buddypress/bp-loader.php’) && is_user_logged_in()){
    global $current_user;
    wp_redirect( get_bloginfo(‘url’) . ‘/members/’. $current_user->user_login . ‘/profile/’);
    exit();
    }
    }
    add_action(‘init’, ‘redirect2profile’);

    I’m just beginning my journey into php & I’ve always wanted to write a toolbox for wp and buddy, you gotta start somewhere : )

    PS:Do I credit you in the plugin as a contributor?

    Best Regards
    John Hart

    #170093
    Roger Coathup
    Participant

    We’ve used WP FB Autoconnect on a lot of BuddyPress sites – https://wordpress.org/plugins/wp-fb-autoconnect/

    There’s a functional free version, and just a few dollars extra for the pro version

    #170088
    Tecca
    Participant

    While this may not fall into your category of ~$20, it seems like the best one that I’ve seen — if these are the types of features you need. It’s $30 for a membership, but you get access to all of the plugins on the site.

    BuddyPress Facebook Connect+ – Discontinued

    I cannot personally vouch for it, as I’ve never tried it. Seeing that it has the ability to import all sorts of Facebook data into your own BP fields looks great, though.

    #170087
    Martin
    Participant

    I use WordPress Social Login successfully for my BuddyPress site – free from the repo

    #170085
    chathuranga
    Participant

    My issue is not resolved yet,I don’t think this is a theme issue, because this is one of main features of buddypress and bbpress plugins. any idea?

    #170084
    hughshields
    Participant

    It turned out to be an issue with my theme and not Buddypress. Even though the latest version of WordPress 3.6 is theme compatible, the Buddypress to Suffusion theme still required the Suffusion Buddypress Pack plugin and a child theme to make it work.
    All fixed here.

Viewing 25 results - 19,301 through 19,325 (of 68,969 total)
Skip to toolbar