Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 33,726 through 33,750 (of 69,119 total)
  • Author
    Search Results
  • #128267
    aces
    Participant
    @mercime
    Participant

    Welcome back. Closing and marking as resolved.

    notpoppy
    Participant

    This is resolved for me now, please close.

    #128262
    linusf
    Participant

    Thanks a million @mercime.

    The renaming of labels is flawless.

    I found the solution for my unneccessary tabs in the file “index.php”. Thank you yet again for pointing me towards the right direction :)

    Regards

    Rocio Valdivia
    Participant

    Yes @abysshorror it works, thanks, but it’s not what I was looking for.

    @DJPaul yes, I agree, the function that I have to modify is bp_activity_get() in bp-activity-functions.php to retrieve an activity or activities of both scopes :)

    #128257
    twiceb
    Member

    another detail – it only happens in the main blog, on other site of the MU all OK….bizar!!!

    #128255
    twiceb
    Member

    another detail – have the same installation on local notebook – all works fine, at that sense

    #128250
    Osha
    Member

    I am thinking that this issue may have been caused by some sort of issue caused by either the W3 Total Cache or WP-Optimize plugins, but cannot put my finger upon it. I had deactivated all plugins for a bit to see if that helped correct this issue, but it still hasn’t.

    It seems that after a while, BuddyPress will then collect the information and record it, but the timing isn’t necessarily correct. When users immediately login, it shows ‘active sometime ago’ instead of recording when they were ‘most recently active’.

    #128246
    Sharkeyes
    Member

    Ahh yeah that just ALMOST did it. I will have to revert back to the way it was to make it usable for now… but its so close. Ill try contacting them, I searched their forums but with no luck on a solution.

    Thanks for the help though!

    #128245
    @mercime
    Participant

    If you upgraded to iFeature Pro, then you should ask the theme dev about this matter as we have no access to the premium theme. Again, you can refer to post above for reference. Good luck.

    #128244
    @mercime
    Participant

    http://yoast.com/articles/wordpress-seo/#bread-crumbs

    If you created a child theme of bp-default, copy over two files from bp-default theme into your child theme folder:
    https://buddypress.trac.wordpress.org/browser/tags/1.5.3.1/bp-themes/bp-default/single.php (add after line 10)
    https://buddypress.trac.wordpress.org/browser/tags/1.5.3.1/bp-themes/bp-default/page.php (add after line 10)

    #128243
    Sharkeyes
    Member

    Wonderful I will try this right now. I actually ended up upgrading to iFeature Pro but Id imagine the process should be the same. I’ll give it a shot in a few minutes and let you know if I had any success.

    #128241
    @mercime
    Participant

    Maybe I misunderstood, but there’s an equivalent hook for member header `bp_before_member_header_meta` in groups header bp_before_group_header_meta so you don’t have to filter `bp_get_group_description`

    #128236
    @mercime
    Participant

    This means that you haven’t completed the compatibility process specifically Step 3.

    In your case, based on the free iFeature theme in WordPress theme repo, you will have to change 16 BP template files within the 6 BP folders transferred to your iFeature theme folder in your server during the compatibility process. Therefore the following instruction is for that free iFeature theme:

    Download the 6 BP folders from your theme’s folder to your computer hard drive.

    Starting with /activity/index.php, open up with text editor and at the very top of this file and the remaining 15 files, replace:
    `

    `

    with:
    `<?php
    global $options, $themeslug, $post; // call globals
    $page_section_order = get_post_meta($post->ID, ‘page_section_order’ , true);
    get_header();
    ?>

    get($themeslug.’_disable_breadcrumbs’) == “1”)) { chimps_breadcrumbs(); }?>
    ?php chimps_before_page_content(); ?>

    `

    At the very bottom of the all 16 files files replace:
    `

    `

    with the following (except for register.php):
    `

    `

    with the following for register.php
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();

    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save all files and upload to your theme’s folder in server, following the directory structure strictly.

    If this doesn’t work, you can request theme author to take a look at this post and show you the correct placements.

    #128235
    Sharkeyes
    Member

    I managed to figure out how to remove the sidebar from Buddypress all together (so that it doesnt display at the bottom of the pages) but still can’t seem to get it to display on the side. I believe I just need to modify Buddypress so that it’s content isn’t so wide. I’ll keep plugging away at it.

    #128234

    In reply to: Multisite confusion

    @mercime
    Participant

    == define ( ‘BP_ENABLE_MULTIBLOG’, true ); how would this appear to work? ==
    Didn’t see your earlier post https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bp_enable_multiblog/

    == does each blog have its own setting? ==
    No, there’s only one instance of BP for a multisite installation by default.

    == newly invited members (using “Invite Anyone” plugin, only appear as users in Network Admin and not on any blog. Is this a bug? ==
    No it’s not a bug. It’s supposed to work like that for multisite even without Invite Anyone plugin. Can’t find the WP trac ticket that changed from user listed per site (old WPMU days) to sitewide user list (in WP 3.0).

    #128232

    In reply to: Multisite confusion

    G
    Participant

    I ended up using the code: define ( ‘BP_ROOT_BLOG’, $blog_id ); in bp-custom.php then installed as described at https://codex.buddypress.org/getting-started/install-buddypress-on-a-secondary-blog/
    I wanted to install on a newly created blog, as the main site of the network I don’t use cos the name is not right (I created it few years ago in MU). I also use Donncha’s Domain Mapping plugin.
    It works ok, with a few quirks, the main one that is a little strange is that newly invited members (using “Invite Anyone” plugin) only appear as users in Network Admin and not on any blog. Is this a bug? or is it supposed to work like this? I guess I can always add any users (in backend) to the Buddypress active blog if I need to promote their capabilities…
    I am about to test S2 Members plugin and some other plugins, looking to improve this.
    any thoughts?

    #128230

    https://buddypress.org/community/members/CJ%20kruger/activity/just-me/

    We have username compatibility enabled on the .org sites. We have more users affected by the inverse issue to yours, so you’re a bit stuck until we figure a way to use both. It’s an old problem frankly, so it might be time to look for a new solution.

    Brian Bowman
    Participant

    My wp-config.php file is noted below. I’ve installed Buddypress in the main “Network Admin” site…and set it to ‘Network Activate’. HERE is what I’ve defined in the WP-CONFIG.PHP file:

    define(‘WP_DEBUG’, false);
    define ( ‘BP_ENABLE_MULTIBLOG’, true );
    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘www.networkit.com’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );
    /* That’s all, stop editing! Happy blogging. */

    /** Absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);

    You see any problems here? Much thanks for your time @hnla

    #128226
    Brian Bowman
    Participant

    Wow. I’ve been using the google approach, but just assumed that their search functionality had to work. Virtually every CMS site I look at has a search box on it. If it truly is a element that can’t be fixed….what about integrating at least a Google search box on the site. Hmmm.

    Thanks @foxly for the update.

    sheffieldlad
    Member

    oops. forgot the following….

    Plugin could not be activated because it triggered a fatal error.
    (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/a4775035/public_html/wp-content/plugins/buddypress/bp-loader.php on line 70

    Line 70 reads…..
    require( BP_PLUGIN_DIR . ‘/bp-core/bp-core-wpabstraction.php’ );

    Thanks

    Hmm, i have applied the check username and it has smartened things up.

    Just had a thought, WP allows the use of caps etc in its registration when you first install,

    Thats how my acc is AdminCraig…

    Anyway to allow the user to register like this, surely it will still work with buddypress…

    not sure if theres a different link for wp registration etc?

    #128216
    baiaz
    Member

    Hmmm Now I have installet det buddypresse plugin at my nettwork admin at my multisite.
    Before I do anything else:
    I got this message:
    https://skitch.com/baiaz/g3hww/plugins-network-admin-wordpress
    What does it mean and what do I have to do next?

    I have made a site in my wordpress multisite where I want to have the buddypress installed.
    Should I go to my new site and sett the buddypress as the theme?

    #128208
    @mercime
    Participant

    == Run the set up there ==
    Make sure that you’ve set Pretty Permalinks at Settings > Permalinks. Then activate BuddyPress and go through the installation Wizard https://codex.buddypress.org/getting-started/setting-up-a-new-installation/buddypress-1-5-installation-wizard/

    == make the site dogs choose the buddypresss theme ==
    Say what? Choose theme by the number of barks? :-)

    BuddyPress will be installed in main site by default. You should have a BuddyPress-compatible theme or your own bp-default child theme installed there. If you allow blog creation by members for your multisite installation, then you should upload theme/s which your “dogs” can choose the themes for their respective blogs/subsites.

    #128207

    “Installation of WordPress Breadcrumbs” from http://yoast.com/wordpress/breadcrumbs/

    01.Download the plugin
    02.Unzip the package and upload the file to your WordPress installation’s plugins folder
    03.Enable the plugin
    04.Adjust any settings you want under Settings -> Breadcrumbs
    05.Add the following code to your theme’s template(s):

    `<?php if ( function_exists('yoast_breadcrumb') ) {
    yoast_breadcrumb(‘

    ‘);
    } ?>`

    Again……where in my buddypress default template? They don’t say……..

Viewing 25 results - 33,726 through 33,750 (of 69,119 total)
Skip to toolbar