Hey how do you get rid of autolinking of profile fields on buddypress.. On my network people enter all kinds of stuff on the profile, i want the clickable links for search only for some profile fields and not all of them by default.
who would search for mobile number in the profile?
Well done… Could you share how it’s done?
trac.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?
i 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?
have you installed bpdev-simplepie, on buddypressdeorg/forums there is a topic that solves your problem
NOTE: Restarted Apache. Restared SQL server. Switched to PHP 5… all with no luck. (sub-note: BuddyPress didn’t seem to like PHP 5)
Try 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.
@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/13
BP Guru
the member theme is an higly hacked version of the buddypress-member, i integrated my own theme with it.
Here the solution, change this lines http://buddypressdev.org/forums/topic.php?id=15#post-58
or Download the new 0.91 version
Still with hope that appears some “premium.wpmudev.org” of buddypress
try for now buddypressdev.org/plugins/bpdev-flickr
Many 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.
Anonymous User 303747Inactive
Thanks – I saw your ticket. Thanks for your help.
https://trac.buddypress.org/ticket/312
when 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
Here’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
Hello All
Everything is working great with Buddypress so far, the only thing that I would like to change is that when users sign up for a new blog and write their first blog, it defaults to the WordPress MU Default theme, I would like for it to use the Buddypress theme so that everything matches up. Not sure if this a “common” issue. Any help would be appreciated.
I’ve read a more final version of BuddyPress will be released in late January. Will this version include some of the common things discussed on this forum?:
– privacy and the ability to have a main intro/landing page (no member info or activity shown) with a login
– photo galleries (and YouTube videos?)
– forums (common and/or group specific)
– invite system
Is there somewhere to see what features will be included in the upcoming release?
Thanks.
I like the member theme of buddypressdev.org. How can I get this theme?
fixed by upgrading to WPmu 2.7SVN, now have this problem: https://buddypress.org/forums/topic.php?id=676#post-3042
@burtadsit Thanks for that
hi where i can find the theme for bbpress like buddypress theme ?
I have installed the beta version on a test domain with lots of blog posts with images. How do I move buddypress from one domain to another domain.
How do I change the image urls from the old ones to the new ones in the database?