Search Results for 'buddypress'
-
AuthorSearch Results
-
January 6, 2009 at 12:47 pm #35744
In reply to: Forum Integration: HELPING HINTS
Slava Abakumov
Moderatortrac.mu.wordpress.org – here you can find 2,7
Trent, nothing helped.
I installed or did:
1) WPMU (r1585);
2) bbPress Alpha 4;
3) integrate them properly;
4) edit bb-config.php and config.php;
5) install BuddyPress;
6) install bp-forum-enabled.php;
7) create a new admin user in bbPress;
write his login/pass to option page in WPMU;9) create group in BP;
10) nothing changed.
What happened? Why can’t I launch forum?
January 6, 2009 at 12:03 pm #35741realfam
Memberi found the post you are talking about on buddypressdev.org/forums. anyway the way the post reads it looks like using version 0.92 is the fix for everything…..thats what I am using and still getting the error…..now what?
January 6, 2009 at 9:32 am #35731nicolagreco
Participanthave you installed bpdev-simplepie, on buddypressdeorg/forums there is a topic that solves your problem
January 6, 2009 at 9:00 am #35730In reply to: Holy shit: Everything I touch is turning into poop
iqcuties
MemberNOTE: Restarted Apache. Restared SQL server. Switched to PHP 5… all with no luck. (sub-note: BuddyPress didn’t seem to like PHP 5)
January 6, 2009 at 2:55 am #35711gogoplata
ParticipantTry changing default role here (domain.com/wp-admin/wpmu-blogs.php?action=editblog&id=1) and here (domain.com/wp-admin/options.php) to “contributor” then do a test registration to see if the new user is a contributor or subscriber.
If that doesn’t work in wp-includeswpmu-functions.php change this:
add_user_to_blog(‘1’, $user_id, ‘subscriber’);
to this:
add_user_to_blog(‘1’, $user_id, ‘author’);
That should take care of all future signups, however existing users will be unchanged. If you don’t have too many users yet you can simply manually change them to authors, however, if you have a lot of signups check out this thread for a way to mass add users as authors.
January 6, 2009 at 2:38 am #35709nicolagreco
ParticipantUPDATE 0.92 is now available http://buddypressdev.org/plugins/bpdev-flickr/
January 6, 2009 at 1:47 am #35706In reply to: {…} excerpt feature for Forum posts
nicolagreco
Participant@mikepratt i developed a plugin that cut the excerpt BPDEV-FORUM-EXCERPT. Look it working here:
http://buddypressdev.org/groups/plugins-extendings/forum/
as you can see, it shows only the first 140 word without cutting them and adding 3 consecutive fullstop..
Trying BPDEV-FORUM-EXCERPT - 1 post
updated 50 seconds ago
Latest by Nicola Greco: Mike i developed for you this plugin that cut the excerpt of the last post forum!
You can set how long must the excerpt be. I'm writing...if you click on it it shows the entire content
look here http://buddypressdev.org/groups/plugins-extendings/forum/topic/13BP Guru
January 6, 2009 at 1:31 am #35705In reply to: How do you get a member theme like buddypressdev.org
nicolagreco
Participantthe member theme is an higly hacked version of the buddypress-member, i integrated my own theme with it.
January 6, 2009 at 1:09 am #35703nicolagreco
ParticipantHere the solution, change this lines http://buddypressdev.org/forums/topic.php?id=15#post-58
or Download the new 0.91 version
January 6, 2009 at 1:04 am #35702In reply to: Is there Template Club of BuddyPress?
Cristiano
ParticipantStill with hope that appears some “premium.wpmudev.org” of buddypress
January 6, 2009 at 12:04 am #35693In reply to: Albums and status
nicolagreco
Participanttry for now buddypressdev.org/plugins/bpdev-flickr
January 5, 2009 at 11:22 pm #35688usergnome
MemberMany thanks for your replies. I’ve progressed a bit now with the site.
@gogoplata “All you’d need to do to get this setup is to change the default role for the main blog from subscriber to contributor” – I know this is possible on classic WordPress though strangely I cannot find this option in either: /wp-admin/wpmu-users.php or /wp-admin/users.php ~ any ideas?
Thanks.
January 5, 2009 at 9:23 pm #35673In reply to: Site Wide Activity shows wrong blog post author
Anonymous User 303747
InactiveThanks – I saw your ticket. Thanks for your help.
January 5, 2009 at 8:32 pm #35665In reply to: Blogs Using BP Theme
belogical
Participantwhen a new user signs up they will get the “default” them, /wp-content/themes/default
replace that with whatever theme you want them to get, in this case, the buddypress theme
January 5, 2009 at 7:54 pm #35662parkcityxj
MemberHere’s my error log.. Not sure how to fix this stuff, sorry Newb…
/web/cgi-bin/php5: Symbol `client_errors’ has different size in shared object, consider re-linking
/web/cgi-bin/php5: Symbol `client_errors’ has different size in shared object, consider re-linking
/web/cgi-bin/php5: Symbol `client_errors’ has different size in shared object, consider re-linking
[Mon Jan 5 12:44:05 2009] [error] [client 67.182.214.215] File does not exist: /var/chroot/home/content/s/c/o/scotttilson/html/wp-content/themes/buddypress-home/images/background.gif
/web/cgi-bin/php5: Symbol `client_errors’ has different size in shared object, consider re-linking
/web/cgi-bin/php5: Symbol `client_errors’ has different size in shared object, consider re-linking
January 5, 2009 at 3:25 pm #35652In reply to: Home theme loads Blank
iamzaks
Memberfixed by upgrading to WPmu 2.7SVN, now have this problem: https://buddypress.org/forums/topic.php?id=676#post-3042
January 5, 2009 at 12:53 pm #35645In reply to: How to Upgrade buddypress?
Mark Leonard
Participant@burtadsit Thanks for that
January 5, 2009 at 12:39 pm #35644nicolagreco
Participant@andrey good,
join in buddypressdev
January 5, 2009 at 11:07 am #35628In reply to: Widget title
Burt Adsit
ParticipantHowdy. There is probably some slick way to unregister a widget and then re-register it again with a different name but looks like you need the widget $id. Wherever that comes from. Anyway, /mu-plugins/bp-core/bp-core-widgets.php line numbers 12/13:
register_sidebar_widget( __('Members', 'buddypress'), 'bp_core_widget_members');
register_widget_control( __('Members', 'buddypress'), 'bp_core_widget_members_control' );‘Members’ to ‘Whatever’. They’ll vanish from the page(s) and you’ll have to add ’em back where you want them.
January 5, 2009 at 10:23 am #35626In reply to: {…} excerpt feature for Forum posts
nicolagreco
Participanthere a function to use to cut text,
January 5, 2009 at 9:13 am #35624In reply to: strange admin address
nickmu
Memberhi burtadsit,
I’ve tried editing the php.ini and my notification emails are still sending out as “myusername@box441.bluehost.com”. I’ve tried changing my outgoing email in Operational Settings in wordpress’s dashboard to an email that i’ve set up on bluehost but that’s not working either. It appears that a ton of people are having this same problem on bluehost. there’s gotta be a simple answer. could it be the pluggable.php file or some other file in wordpress that I can manually edit? I can’t launch my new site with buddypress until i resolve this.
thanks in advance for your help!
Nick
January 5, 2009 at 8:18 am #35620In reply to: BuddyPress Showoff: Post your links
infonatr
MemberJust started this a few days ago http://infonatr.com
January 5, 2009 at 6:30 am #35611In reply to: Site Wide Activity shows wrong blog post author
gogoplata
ParticipantDid users 1, 2, and 3 each publish the posts or did user 1 publish all of them and attribute the second and third posts to the other users? I believe there’s a bug in buddyPress where whoever actually publishes a post (or approves a comment) is considered the author, not the attributed author or commenter. I’m running code from a few weeks ago so some of this may be corrected in the latest trunk (I’m upgrading now) but as of the files I’m running this was a bug.
January 5, 2009 at 5:02 am #35603In reply to: {…} excerpt feature for Forum posts
Burt Adsit
Participant@Mike yes I’m in Michigan. Wanna be in Arizona these days. OK, but a bunch of us are on irc.freenode.net #buddypress. I usually have that running.
January 5, 2009 at 3:11 am #35597In reply to: Make URLs in User Profile answers hyperlink
fishbowl81
ParticipantThere are some easy hacks, one could be as simple as
‘
remove_filter( ‘bp_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2);
add_filter( ‘bp_the_profile_field_value’, ‘bp_profile_link_profile_data_with_urls’, 2, 3); ‘
Then create a function, similar to xprofile_filter_link_profile_data, but have it search for substr($field_value,0,7) = “http://”, then create a normal hyperlink, not a buddypress link
Just a thought,
Brad
-
AuthorSearch Results