Search Results for 'buddypress'
-
AuthorSearch Results
-
February 3, 2009 at 12:39 am #37157
Burt Adsit
ParticipantWell, well. Maybe we’re getting somewhere trying to understand why 1and1 doesn’t work well with bp. Thanks for this.
February 2, 2009 at 11:41 pm #37145Scotm
ParticipantI 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
February 2, 2009 at 11:38 pm #37144life2000
ParticipantAll 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!
February 2, 2009 at 11:34 pm #37143In reply to: BuddyPress Beta 2
danbpfr
ParticipantWorked too, thank you Andy !
February 2, 2009 at 10:43 pm #37139In reply to: BuddyPress Beta 2
stevefdl
MemberThat worked. I didn’t change any of the template files in the upgrade…didn’t think I needed too
February 2, 2009 at 10:34 pm #37138In reply to: BuddyPress Beta 2
Andy Peatling
KeymasterFebruary 2, 2009 at 9:42 pm #37136In reply to: I’m a Little Confused About Themes
gopeterb
MemberThank you! BuddyPress looks to be great from what Ive seen so far. Cant wait to implement it into my sites.
February 2, 2009 at 9:26 pm #37135djsteve
ParticipantI 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)
February 2, 2009 at 9:20 pm #37134In reply to: BuddyPress Beta 2
danbpfr
Participanti have exactly the same problem as stevefdl
February 2, 2009 at 7:03 pm #37127In reply to: BuddyPress Beta 2
stevefdl
MemberJust 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.
February 2, 2009 at 6:20 pm #37124nicolagreco
Participanti started developing it, but i stopped my work because i read that someone was writing it..
Nicola
February 2, 2009 at 5:36 pm #37123gpo1
ParticipantCheck the site out, update is that its been recoded ground up ! maybe Feb or March.
February 2, 2009 at 4:25 pm #37122Scotm
Participantgpo1
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?
February 2, 2009 at 4:22 pm #37118gpo1
ParticipantWhy don’t you wait for twitme 1.7 to come out !!!
February 2, 2009 at 4:06 pm #37120Scotm
ParticipantHas 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
February 2, 2009 at 4:03 pm #37119In reply to: NewsTweet & Buddypress
Scotm
ParticipantJust to follow up on this for anyone wanting to try NewsTweet. It works fine now that I’ve updated the PHP cURL Library.
Cheers
February 2, 2009 at 3:49 pm #37117In reply to: integrating fckeditor into wire
gpo1
ParticipantI’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>
February 2, 2009 at 1:58 pm #37111In reply to: Forum Integration: HELPING HINTS
kyleyates
ParticipantGot 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.
February 2, 2009 at 12:41 pm #37109In reply to: Problems with umlauts
Burt Adsit
ParticipantGot 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.
February 2, 2009 at 10:40 am #37101In reply to: Removing Buddypress from WordPressMU
svenwiesner
Participantthank 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.
February 2, 2009 at 12:08 am #37088In reply to: BuddyPress Beta 2
Andy Peatling
KeymasterThe 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.
February 1, 2009 at 10:51 pm #37084In reply to: BuddyPress Beta 2
markb1439
MemberI 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.
February 1, 2009 at 10:34 pm #37083In reply to: What Host Do You Use?
plock
MemberIf 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
February 1, 2009 at 5:03 pm #37072In reply to: BuddyPress Beta 2
Kevin Ryman
ParticipantI think “News” fits better than “Blogs” for an actual WPMU/BuddyPress site. Just my opinion…
February 1, 2009 at 5:02 pm #37071In reply to: Email Notifications with Bluehost
chriscarter
ParticipantCheck 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.
-
AuthorSearch Results