Search Results for 'buddypress'
-
AuthorSearch Results
-
September 22, 2010 at 10:51 pm #93158
In reply to: Sort by xprofile field on Members page
September 22, 2010 at 10:22 pm #93155In reply to: BuddyPress Template Pack
modemlooper
ModeratorBuddyPress and BuddyPress template pack are two separate plugins. Do you have both installed?
September 22, 2010 at 9:32 pm #93149In reply to: Show Categories in tabs and drop down menus at top?
Roger Coathup
ParticipantIf you want to modify an existing WP theme for BuddyPress, you can download the BuddyPress template pack plugin and follow the instructions.
If your theme doesn’t support the new WP3 menus (i.e. most of them!), you can create a child theme, and code whatever menu system you like (probably in header.php)
September 22, 2010 at 8:15 pm #93145modemlooper
ModeratorYou will need to install the BuddyPress template pack plugin and follow the instructions. There is some code editing that you will need to do to make it fit perfectly.
September 22, 2010 at 8:13 pm #93144In reply to: plazaa – A german BuddyPress community
Ekine
ParticipantOkay, jetzt weiß ich… dass ich nichts über wordpress+buddypress weiß. ^^ Good work!
September 22, 2010 at 7:50 pm #93140In reply to: BuddyPress Template Pack
Nini
ParticipantI have just installed buddypress and it is not working properly, what am I doning wrong. For instance, there are no pages for posting updates like this, creating groups and forums post. What am I supposed to be doing. I installed on top of WordPress 2010 theme and used the compatibility pack… What am I missing. When user log on it does not show the My Account/ Notification menu at all, it still showing the login in /sign up menu strip on top of the page. What am doing wrong. Please help
September 22, 2010 at 6:26 pm #93137In reply to: Add custom fields to activity stream
modemlooper
Moderatorcreate your own BP component.
https://codex.buddypress.org/extending-buddypress/creating-a-custom-buddypress-component
Or you could use WP 3.0 custom post types and something like gravity forms.
September 22, 2010 at 6:24 pm #93136omosha
ParticipantI think I have this resolved. It was a conflict between S2membership and how Buddypress were handling registration.
Let me know if you run into the same problem. Happy to help.
September 22, 2010 at 6:07 pm #93134muchad
Participanti ‘ve success change buddypress activity stream default option with multiple option, you just put this in functions.php in your theme.
function blog_posts_by_default( $query_string ) {
global $bp;
if ( !$query_string )
$query_string = ”;
if ( ($bp->current_component == BP_ACTIVITY_SLUG || !$bp->current_component) && !strpos($query_string, ‘type=’)){
if ( strpos( $query_string, ‘action’ ) == 0 )
$query_string .= ‘type=activity_update,new_blog_post,new_blog_comment,new_forum_post&action=activity_update,new_blog_post,new_blog_comment,new_forum_post’;
}
return $query_string;
}
add_filter( ‘bp_dtheme_ajax_querystring’, ‘blog_posts_by_default’ );you can see the result here: http://blog.uin-malang.ac.id
i hope it run well in your site..September 22, 2010 at 4:38 pm #93125In reply to: Favorites improvements
thecorkboard
ParticipantI’ve been thinking about the community relationship involved with “Favorites” and known as “Like”, of course, on Facebook. @bplove I understand how Favorites are equivalent to Bookmarks, but I’d stress to @boonebgorges and other BP devs the difference (though you probably already know them, being the smart guy you are), is important.
Use in the “Like” fashion, we’re (potentially) able to group social relationship to a certain topic and then be able to pull those relationships out in a variety of ways:
-Show a cluster of most liked topics
-Connect individuals who like a certain topic together either via opt-in messaging or just graphically via avatars
-Connect these “Like” actions into the activity stream and add a filterAs of right now, BP.org doesn’t really do any of this. Yes, we can see each other’s favorites in individual profiles, but that information isn’t pushed to me in any way.
Random thoughts…
September 22, 2010 at 3:18 pm #93121In reply to: @thepseudo in the posts
Roger Coathup
Participant@johnwinch42 – check my previous comment, it tells you where to put the filter – you should avoid overwriting your core files.
The filter is applied when posts are saved – so, no it won’t parse old posts, just new ones.
For the resume, you’ll have to look at filtering the post excerpt.
September 22, 2010 at 3:11 pm #93120In reply to: BuddyPress Backwards Compatibility Plugin Broken?
m4cgyver
ParticipantI happens the same. Any idea?
Greetings!
September 22, 2010 at 2:52 pm #93119In reply to: plazaa – A german BuddyPress community
poolie
Participantthanks a lot guys!
since it’s the first day of the public beta, i still have to debug some stuff tonight.@el_terko that was almost perfect german, danke
September 22, 2010 at 1:48 pm #93114In reply to: plazaa – A german BuddyPress community
José M. Villar
ParticipantSeptember 22, 2010 at 1:35 pm #93112In reply to: @thepseudo in the posts
John
Participant@rogercoathup @nuprn1 Thanks you for your help ! I’ve add ` add_filter( ‘content_save_pre’, ‘bp_activity_at_name_filter’ ); ` in my bp-activity/bp-activity-filters.php. It’s working well but only apply with the new posts, the old mention @name are not clickable. It’s also not working on the post resume on the front page. Is there a way to do something about it ? (See I didn’t use the word “fix” :p )
But when a new version of buddypress will be released I’ll loose the change ?
September 22, 2010 at 1:32 pm #93111In reply to: plazaa – A german BuddyPress community
Hugo Ashmore
ParticipantVery nice, like the profile pages layout.
Thanks for making me feel depressed
September 22, 2010 at 1:18 pm #93108In reply to: Change start page to ‘Activity’ instead of ‘Home’
Roger Coathup
ParticipantWhich theme? Is BP activated and working? Activity appears as option with a BuddyPress theme
September 22, 2010 at 1:11 pm #93107In reply to: The Buddypress album + no run correctly.
m4cgyver
ParticipantSorry, I apologize.
Thank you very much for advise.September 22, 2010 at 12:32 pm #93106In reply to: plazaa – A german BuddyPress community
LPH2005
ParticipantWow. The site is impressive. Congratulations.
September 22, 2010 at 12:27 pm #93105In reply to: plazaa – A german BuddyPress community
September 22, 2010 at 12:22 pm #93104In reply to: wp-activate.php instead of /activate
Paul Wong-Gibbs
KeymasterI think we have a bug ticket for this, I’ll try to fetch it later.
@andrea_r hi; do you still have the link to that trac ticket about the activation url?
September 22, 2010 at 12:20 pm #93102Paul Wong-Gibbs
KeymasterWhat’s probably happened is that the site out-of-memory’d during the initial installation, so you may need to clean your database and re-install BuddyPress.
September 22, 2010 at 12:19 pm #93101In reply to: BuddyPress Documentation Search broken
kelly weaver
ParticipantI tried it again today, still broken.
`https://codex.buddypress.org/?s=member`
blank page!
September 22, 2010 at 12:18 pm #93100Paul Wong-Gibbs
Keymaster@omosha We’re aware of the problems uploading an avatar on this site, but thank you
September 22, 2010 at 12:05 pm #93099In reply to: plazaa – A german BuddyPress community
skolbloggense
ParticipantImpressive! Cant believe its BuddyPress

-
AuthorSearch Results