Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 63,351 through 63,375 (of 69,054 total)
  • Author
    Search Results
  • #50312

    In reply to: Only show usernames

    r-a-y
    Keymaster

    If you want to hide the core xprofile “name” field, you’ll have to edit the /profile/profile-loop.php file in order to do this.

    One way to do this is mentioned here:

    https://buddypress.org/forums/topic/faq-how-to-code-snippets-and-solutions#post-13243

    This will hide your entire “Base” xprofile group though.

    But that’s one way around it!

    #50310

    In reply to: Upgrade confusion.

    KevinHeath
    Participant

    From the readme file.

    **************************************************************************

    Step 2: Add the BuddyPress plugins to your wp-content/mu-plugins directory

    **************************************************************************

    Drop everything into the ‘wp-content/mu-plugins/’ directory for your installation.

    You do not need to activate plugins dropped into this folder.

    How do I fix this without breaking the current install?

    #50308
    plrk
    Participant

    Is the eshop plugin a buddypress plugin really? If it is designed to work with WordPress, it does not hook into the menu functions etc that BuddyPress uses. Contact the author of that plugin and talk to him/her about it.

    What do you mean by “menus and new tabs”? If you create a plugin, you can add custom menu items related to your plugin through various hooks (see the Skeleton Component for examples), but there are no built-in drag’n’drop functions for it.

    #50305

    In reply to: Upgrade confusion.

    Jeff Sayre
    Participant

    Which readme.txt file are you referring to?

    The one that comes with BuddyPress states this in the “Installation” section:

    --- Plugins: ---

    1. Upload everything into the "/wp-content/plugins/buddypress/" directory of
    your installation.
    2. Activate BuddyPress in the "Plugins" admin panel using the "Activate Site Wide"
    or "Activate" link (both work).

    #50304
    hatiro
    Participant

    Jeff,

    Your analysis in the paragraph above outlines exactly what users can expect or aim to acheive with shared hosting. The fact that it can be installed and operated is one thing, providing a desirable user experience is another.

    The restrictions on shared hosting though may allow for a WPMU installation but not provide enough flexibility for some BuddyPress plugins to work, but as you say too many variables to be discussed here.

    If BuddyPress does end up supporting single-user wordpress I’m sure that the net will undoubtedly widen.

    #50303
    Jeff Sayre
    Participant

    In the first picture you linked to, it shows that you have “BuddyPress Default Member Theme (1.0.1)” installed. This is an older theme that is not compatible with version 1.0.2 or 1.0.3.

    You must install the theme files that come with the version of BuddyPress that you are using.

    Read the “Installation” section of the readme.txt file that comes with BuddyPress.

    #50300
    coldjippie
    Participant

    I’m running WordPress µ 2.8.2:

    You are using WordPress MU 2.8.2.

    I don’t know the version of BuddyPress but I downloaded the latest one (at this site)

    #50299
    Jeff Sayre
    Participant

    Which version of WPMU are you running?

    Which version of BuddyPress?

    #50298
    coldjippie
    Participant
    #50297
    altaran
    Participant

    The showcase site Wannanetwork’s community is down, there’s a news posting saying that they “have pushed the limits of WordPress” and that they are experiencing server problems.

    I’d like to have Maxaud’s feedback on BP after running what seems to be a pretty high traffic site for months.

    As for the “Showcase”, it deserves a cleanup, many sites are down

    #50295
    Jeff Sayre
    Participant

    Log into WPMU as the Site Administrator.

    Go to “BuddyPress > General Settings > Select theme to use for BuddyPress generated pages”. Select the default BP member theme.

    Then hit the “Save Settings” button.

    #50293
    Jeff Sayre
    Participant

    It depends on what your plugin does, but in general, I would assume that BuddyPress plugins that have options a site admin can set would be listed as a submenu under the BuddyPress menu grouping.

    In add_submenu_page( ), just make sure to set the first parameter to ‘bp-core.php’ if you want it to appear under the “BuddyPress” menu grouping. If you want the menu to instead appear under the “Site Admin” menu grouping, you would then set the first parameter to ‘wpmu-admin.php’.

    #50292
    azznonimous
    Participant

    I’ve seen that this:

    bp-example-admin.php:

    add_action( 'admin_menu', 'bp_example_add_admin_menu' );

    This add_action is right after the definition of the same bp_example_add_admin_menu function.

    From my understanding, once the require at the bp-example page is called, the add_action executes the function, am I right ? if so this doesn’t work, however, if I call bp_example_add_admin_menu right after the require it works fine loading the menu option right under the BuddyPress pane.

    This is the propper behaviour ?

    #50291
    azznonimous
    Participant

    … by the way, the skeleton/example admin options should appear under the WPMU > BuddyPress pane, right ?

    #50288
    Jeff Sayre
    Participant

    require ( WP_PLUGIN_DIR . '/bp-example/bp-example-admin.php' );

    Checking WP_PLUGIN_DIR returns a full path that looks like it’s the key of all the problem. If I use just

    require ( 'bp-example/bp-example-admin.php' );

    the require looks to work

    Make sure your component is in /wp-content/plugins/ and not /plugins/buddypress/. If you do that, then using WP_PLUGIN_DIR will lead to the correct pathing.

    #50285
    José M. Villar
    Participant

    @graduatebuddy if you press the “freshness” link which shows at the forums section it will take you directly to the last post (yours).

    If you are at the beginning of this thread or at any page, just go to the top part where it shows how many msgs and voices and next to it shows the links to the latest reply and who made it (yours in my case)

    #50283
    José M. Villar
    Participant

    Well Oliver, you´d better setup a reminder because it is pretty likely there won´t be any updates of FB-connect PI unless some other developer continues with it.

    Any himself (who originally adapted it) made very clear that it is not one of his priorities, and we must respect that as he is the only person 100% devoted to Buddypress.

    Tracedef
    Participant

    Sounds like possibly this is related to BP plugin…. I would try installing buddypress with NO BP related plugins and then install them one by one to troubleshoot….. if you find one that causes white screen, then delete it via ftp and you should be able to undo white screen… let us know if you come up with anything……

    #50280
    Jeff Sayre
    Participant

    hatiro-

    The reason that the specific question of the OP is a WPMU issue is that he was asking whether a shared hosting account will be sufficient to run BP. Since BuddyPress is a WPMU plugin, what matters, then, is whether WPMU can successfully run on a shard hosting account.

    I provided several links for him to begin his education.

    In short, of course you can install WPMU + BP + bbP on many shared hosting accounts. But, whether that will provide a desirable user experience or support more than a few 10s to 100s of active users depends on too many variables to be discussed here. The underlying functionality of WPMU is paramount to the overall site functionality. If your site’s access to server resources is too limited, you will have issues quickly.

    Perhaps once BuddyPress supports single-user WordPress, the options for hobbyists, as you call them, will be better.

    peterverkooijen
    Participant

    Thanks for responding DJPaul!

    I guess the hook would be this:

    user_register

    Runs when a user’s profile is first created. Action function argument: user ID.

    Or maybe this?

    register_post

    Runs before a new user registration request is processed.

    I have a wish list of things I need to do with input from the registration form:

    1. synchronize fullname with wp_usermeta firstname + last name

    2. autogenerate username/blogurl from fullname

    3. add new user to the ListMessenger mailing list

    They all require taking input from the registration form, processing the input and then storing the results in specific database tables. I’m trying to puzzle together one or more plugins to do that.

    #50278
    Jeff Sayre
    Participant

    Information on upgrading single-user WP to WPMU can be found on the WPMU forums.

    As far as this question:

    I have a good many members and would like to know how to add them as a community member or does this automatically do this on install?

    BuddyPress does not do any importing of your existing members. There is a plugin that can help though: https://wordpress.org/extend/plugins/user-import-for-buddypress-all-fields/

    I am not sure if that plugin is yet compatible with 1.0.3.

    advinci
    Participant

    Ok… I reverted the chaos, still some words aren’t translated in the template.

    You can see here the words that don’t appear to be translated although they are: http://blogi.ee/groups

    For example: Groups Listing, Members, etc

    And the BP language file here: http://blogi.ee/wp-content/plugins/buddypress/bp-languages/buddypress-et_ET.mo

    #50269

    In reply to: Upgrade confusion.

    plrk
    Participant

    Have you installed BuddyPress in the “plugins” folder or the “mu-plugins” folder?

    plrk
    Participant

    It may be so that the translation functions for these strings are missing in your releases. You should update to WPMU 2.8.1 (or 2.8.2) and BP 1.0.3 anyways.

    WPMU translation files should reside in:

    wp-content/languages/

    and BP translation files should reside in:

    wp-content/plugins/buddypress/bp-languages/

    If you’d like more help, please provide a link to the language files you are using, and where and what strings are not translated.

    #50267
    rickgoz2009
    Participant

    Thank you for your answer.

    Yes I put it in header.php

    But this is MY link:

    <li> <a href="http://***.com/register/" title="register">register</a></li>

    And this is the ORIGINAL link THEME:

    <li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?></a></li>

    In the last one, we have CSS if the page GROUPS is activ

    For MY link I have no CSS. And if I put it, it’s always activ

    You understand what I mean?

    Thank you to devote time to me

Viewing 25 results - 63,351 through 63,375 (of 69,054 total)
Skip to toolbar