Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,951 through 67,975 (of 69,060 total)
  • Author
    Search Results
  • #37157
    Burt Adsit
    Participant

    Well, well. Maybe we’re getting somewhere trying to understand why 1and1 doesn’t work well with bp. Thanks for this.

    Scotm
    Participant

    I believe Andy is going to address this issue, but in the meantime I’ve found some success using the “Block Admin” plugin. This allows you to set a redirect URL when someone tries to access wp-admin. You also need to comment out a few of the Buddypress admin bar sub-menus to prevent users from accessing the backend.

    Works fine for me but I agree it’s an issue that should be addressed.

    Cheers

    life2000
    Participant

    All we need to do is to direct them to their profile page withing Buddypress site after they log in. Is there a way to modify the email messages that go out during and after activation process?

    This problem has burned a hole in my brain for the last 24 hours.

    HELP PLEASE!

    #37143

    In reply to: BuddyPress Beta 2

    danbpfr
    Participant

    Worked too, thank you Andy !

    #37139

    In reply to: BuddyPress Beta 2

    stevefdl
    Member

    That worked. I didn’t change any of the template files in the upgrade…didn’t think I needed too :)

    #37138

    In reply to: BuddyPress Beta 2

    Andy Peatling
    Keymaster

    @stevefdl @chouf: make sure you have the file: member-themes/THEMENAME/groups/admin/group-avatar.php in your member theme.

    This can be found in the default member theme, just copy it over.

    #37136
    gopeterb
    Member

    Thank you! BuddyPress looks to be great from what Ive seen so far. Cant wait to implement it into my sites.

    djsteve
    Participant

    I had the same error.

    I tried to change blogs.dir to 777 and the folders within it to 777, but my ftp gave an error.

    Then I noticed was that my blogs.dir folder was “owned” by nobody.

    So my server peeps changed the ownership of the folders,and I was able to make them 777. Then I noticed that mu/buddypress made a new folder “02” down a few folders.. but then I still got the upload error.

    after many more emails my server admins found that:

    The issue was that a directory ournewbuddypresssite.com/avatars needed to be created and given permissions of the web server.

    hope this helps anyone with similar issues, and perhaps an update may be needed to the install documentation? not sure if it’s just me or my server issues though..

    (fresh install with Mu V 2.7 and bpress beta2 I’m pretty sure)

    #37134

    In reply to: BuddyPress Beta 2

    danbpfr
    Participant

    i have exactly the same problem as stevefdl

    #37127

    In reply to: BuddyPress Beta 2

    stevefdl
    Member

    Just upgrade…one problem…

    I cannot change the Avatar of a group I am admin of…I get “Permission Denied.”

    I can do everything else in the group as Admin.

    nicolagreco
    Participant

    i started developing it, but i stopped my work because i read that someone was writing it..

    Nicola

    gpo1
    Participant

    Check the site out, update is that its been recoded ground up ! maybe Feb or March.

    Scotm
    Participant

    gpo1

    I’m waiting, just exploring. BTW…the beta version you sent me gave me an error on the site. Is there a newer version? Any idea on timelines? :)

    gpo1
    Participant

    Why don’t you wait for twitme 1.7 to come out !!!

    http://www.phpvrouwen.nl/

    Scotm
    Participant

    Has anyone tried TwitterDash plugin seen here: https://wordpress.org/extend/plugins/twitterdash/?

    This successfully places your Twitter timeline on the dashboard in wpmu 2.7/buddypress beta2 and enables you to post updates to Twitter from a post form. Could this not be modified to appear in the users’ Buddypress profile?

    Thx

    #37119

    In reply to: NewsTweet & Buddypress

    Scotm
    Participant

    Just to follow up on this for anyone wanting to try NewsTweet. It works fine now that I’ve updated the PHP cURL Library.

    Cheers

    #37117
    gpo1
    Participant

    I’ve installed fckeditor in the member-themesbuddypress-memberwire folder where post-form.php resides.

    Now from the http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Integration/PHP

    I’ve followed the guide but not sure whether its correct. So can someone check this code and correct it if needed?

    <?php

    include_once(“/wire/fckeditor/fckeditor.php”) ;

    ?>

    <div id=”wire-post-new”>

    <form action=”<?php bp_wire_get_action() ?>” id=”wire-post-new-form” method=”post”>

    <div id=”wire-post-new-metadata”>

    <?php bp_wire_poster_avatar() ?>

    <?php printf ( __( ‘On %1$s %2$s said:’, “buddypress” ), bp_wire_poster_date( null, false ), bp_wire_poster_name( false ) ) ?>

    </div>

    <div id=”wire-post-new-input”>

    <?php bp_custom_wire_boxes_before() ?>

    <textarea name=”wire-post-textarea” id=”wire-post-textarea”></textarea>

    <?php

    $oFCKeditor = new FCKeditor(‘FCKeditor1’) ;

    $oFCKeditor->BasePath = ‘/fckeditor/’ ;

    $oFCKeditor->Value = ‘<p>This is some sample text. You are using FCKeditor.</p>’ ;

    $oFCKeditor->Create() ;

    ?>

    <?php if ( bp_wire_show_email_notify() ) : ?>

    <p><input type=”checkbox” name=”wire-post-email-notify” id=”wire-post-email-notify” value=”1″ /> <?php _e( ‘Notify members via email (will slow down posting)’, ‘buddypress’ ) ?></p>

    <?php endif; ?>

    <?php bp_custom_wire_boxes_after() ?>

    <input type=”submit” name=”wire-post-submit” id=”wire-post-submit” value=”Post »” />

    </div>

    </form>

    </div>

    #37111
    kyleyates
    Participant

    Got it working with all the great help. Thanks! I’m looking forward to when BuddyPress comes out of beta and the photo galleries are connected now that the forums seem to be working quite well.

    #37109

    In reply to: Problems with umlauts

    Burt Adsit
    Participant

    Got anything to add to the trac discussion Karl? https://trac.buddypress.org/ticket/436

    Just disabling the filters is not a good idea. The filtering of content is bound up with stripping sensitive data. Maybe Andy can decouple those two and enable the content filters for those users that get bitten by the libxml2 problem.

    #37101
    svenwiesner
    Participant

    thank you!

    6) Delete the tables that are in format of wp_user_X_activity ….. Not wp_users, just those specific to BP

    – i found nothing like this in my wp_users, running a fresh installation for testing.

    #37088

    In reply to: BuddyPress Beta 2

    Andy Peatling
    Keymaster

    The problem with decisions like this one as it always splits people down the middle. You can’t win either way. :)

    I’ll make sure it’s easy to change.

    #37084

    In reply to: BuddyPress Beta 2

    markb1439
    Member

    I agree. Users will be confused by having a “Blog” menu item and a “Blogs” item. They won’t necessarily understand that “Blog” means the blog of the main/host site. “News” is a much better choice, IMHO. I think people will understand that this means news or other info from the main/host site.

    #37083

    In reply to: What Host Do You Use?

    plock
    Member

    If you’re not comfortable using command line to do EVERYTHING I highly suggest mediaTemple. I’ve done an install for my friend and it works GREAT. An actual human being picks up the phone at all times of the night and they’re really friendly. Plesk is installed. They are a little on the expensive side but for consistency and reliable uptime, nightly backups, 1 click applications, etc, they can’t be beat. Getting shell access with them for some of the more meticulous sides of BuddyPress is recommended. http://www.mediatemple.net

    I own my own machine, and it works very well for BP (CentOS, latest stable PHP, SQL, etc). I have all the control I need, and its nice that my server is literally down the street from me! I am also my own tech support, which is pretty awesome. ;) http://www.digitaldomainmd.com

    #37072

    In reply to: BuddyPress Beta 2

    Kevin Ryman
    Participant

    I think “News” fits better than “Blogs” for an actual WPMU/BuddyPress site. Just my opinion… :)

    #37071
    chriscarter
    Participant

    Check out this post: https://buddypress.org/forums/topic.php?id=261

    In that post, I first agreed with what Burt said but in the end I used the suggested plugin: http://www.callum-macdonald.com/code/wp-mail-smtp/ and it works like a dream.

Viewing 25 results - 67,951 through 67,975 (of 69,060 total)
Skip to toolbar