Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,576 through 65,600 (of 69,016 total)
  • Author
    Search Results
  • Jeff Sayre
    Participant

    Tony-

    I had this issue as well about a month ago. The solution is simple. You need to create a new account.

    Why? Because, like me, you created an account with a space in your account name (username). Also like me, you choose to use your real name. Logically enough, you put a space between your first and last name. You can see that by hovering your cursor over your name. Do you see the “%20”? That is the space.

    This is not a BuddyPress issue. This is an issue with the way that WPMU processes new registrations, allowing spaces in usernames. Unfortunately, this can cause issues.

    Andy knows more about this issue than I do, but suffice it to say, when creating your new username, do not put a space in it.

    Problem is because your username has a space in it and is using capital letters. Where did you originally register your account and how?

    If you click on Create a Group, you will see that it’s currently disabled, however groups are essentially harmless and are meant to be ways for users to get together on their own and discuss whatever they want to discuss.

    #44376
    gpo1
    Participant

    How about extending the fb-connect using Facebook open stream?

    http://blog.facebook.com/blog.php?post=79988352130

    #44371
    Roy McKenzie
    Participant

    Thanks Andy. Works great!

    #44367
    Andrea Rennick
    Participant

    \”it would be similar to the service offerd by wordpress.com\”

    But WordPressMU does this by default when a user gets their own blog.

    Getting each one to have their own *separate* BP is the issue.

    Why not just stick with the one install, have each troop make their own ground and their own blog? This way they have theor own sace, but can still interact with the entire site at large.

    #44364
    Jeff Sayre
    Participant

    Also, remember that like WPMU, BuddyPress functionality can be extended with plugins. There are a number of developers working tirelessly at doing just that.

    With regards to the Groups feature, Nicola Greco has created a plugin that helps to extend BP Groups.

    #44363
    Anexgo
    Participant

    haha…stupid me…works now…thanks!

    #44361
    Jeff Sayre
    Participant
    #44360
    Andy Peatling
    Keymaster

    I should change this, right now this is not in the groups functionality, but it will be in upcoming versions.

    #44358
    Andy Peatling
    Keymaster

    Connect URL should be the URL of the website, so for http://testbp.org it is simply that.

    Jeff Sayre
    Participant

    @Djpetemarriott-

    As has been mentioned, there is more to installing WPMU than single-user WP.

    Since this is not a BuddyPress support topic but an issue you need to bring up with your hosting provider, I’m setting this thread to resolved.

    #44354
    Anexgo
    Participant

    Hi Andy,

    Thanks for updating the fb-plugin. Just installed it a couple of minutes ago and this message appeared in the fb popup window:

    Invalid Argument

    The Facebook Connect cross-domain receiver URL (http://huwai.com.tw/wp-content/plugins/bp-fbconnect/includes/wp-facebookconnect/xd_receiver.php#fname=_opener&%7B%22t%22%3A3%2C%22h%22%3A%22fbCancelLogin%22%2C%22sid%22%3A%220.337%22%7D) must have the application\’s Connect URL (http://login.connect.facebook.com/) as a prefix. You can configure the Connect URL in the Application Settings Editor.

    I entered http://login.connect.facebook.com/ into the Connect URL field in the fb interface but this message still appears.

    #44352
    2721293
    Inactive

    ^^

    Thanks for fast response

    I will try that

    #44351
    Jeff Sayre
    Participant

    Do I need to translate WPMU first ?

    Look in the link that DJPaul provided. There is a WordPress translation of Arabic already. I’m not sure what additional work you’d have to do for WPMU. Most likely translation of some of the admin pages. But, I’m not a localization expert.

    What will be different because Arabic is RTL language ?

    As long as the themes that Arabic users are using properly reference some type of right to left CSS file, then this should not be an issue. Look at rtl.css to see how that works.

    Also, look at this relevant BuddyPress thread: https://buddypress.org/forums/topic.php?id=245

    #44349

    In reply to: Default Blog Theme

    Tony Stark
    Participant

    I came into this WordPress stuff late but I can honestly say I am utterly astounded by the flexibility and capabilities of the software….and BuddyPress….one of the best apps I have seen in long time.

    #44348
    Anexgo
    Participant

    http://huwai.com.tw

    Outdoor Community in Chinese

    #44347
    Paul Wong-Gibbs
    Keymaster

    Check out https://codex.buddypress.org/translations/ for starters – there’s a link taking you over to the main WordPress site with further details.

    #44343
    bercy
    Participant

    @freaking wildchild, so is it possible to use a form to do this, ie when people sign up it makes a new sub-directory with buddypress and wordpress installed, and it uses the username to make the sub link, are you able to point me in the direction to do a form like this, dont have a clue where to start, thanks

    #44339
    Kunal17
    Participant

    More specifically, I am not using any custom home theme, its the one I got from buddypress .org itself.

    Kunal17
    Participant

    Thanks,

    I registered through buddypress so was not sure if it was an issue with its integration with WPMU. I guess Ill just wait for a few days for the emails to be available.

    #44333
    Ezd
    Participant

    Socialpreneur >

    I guess its the header.php file in the bpmember theme that has to be edited and not the header.php in the home theme? Or should the change be added to both header.php files?

    They almost look the same so whats the difference between the two?

    Also how would the code look, there’s a section where it says:

    Bpmember theme’s header.php:

    <div id="header">
    <h1 id="logo"><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>

    <ul id="nav">
    <li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a></li>
    <li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php bp_home_blog_url() ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?></a></li>
    <li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>

    <?php if ( function_exists( 'groups_install' ) ) { ?>
    <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>
    <?php } ?>

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

    <?php do_action( 'bp_nav_items' ); ?>
    </ul>
    </div>

    Its probably here the extra code would have to be added? I cant seem to get it to work.

    takuya
    Participant

    This question is about wpmu and not buddypress. anyway, those nonactivated users are deleted after 3 days (as far as I remember). There’re also plugins to enable the same email address registrations.

    takuya
    Participant

    BuddyPress can just be installed one-click from plugins page. The only thing you need is installed wpmu on your server.

    Either this happens or not, it’s actually MediaTemple’s job and not something dev teams at BuddyPress does.

    #44322
    Kunal17
    Participant

    I have the same problem. I am running 1.0 on a fresh install. The new user registration goes off successfully, but the activation email is never received. The buddypress install is at http://theindianstartup.com

    #44320
    TheEasyButton
    Participant

    Sgrunt, one thing to look at would be your padding attributes. IE hates those (almost as much as I hate IE) If you can find a way to avoid using padding, you’ll be better off in the end. =D

Viewing 25 results - 65,576 through 65,600 (of 69,016 total)
Skip to toolbar