Mariusooms
Even I have to think about that...
Interests
Jesus, golf, movies, food, gaming, design, football, apple, buddypress, beer, coke zero, bbq, ywam, soccer, xbox 360, rebecca, my kids, css, starbucks, coldplay, snow patrol, dmb, couch, snacks
-
Victor Sapar replied to the forum topic BP Group Documents - Emailing in the group Third Party Components & Plugins
[RESOLVED for now]
There’s a suggestion here that selects “no” by default: http://wordpress.org/support/topic/plugin-group-documents-notification-disabled-by-default.
Didn’t work for me though. What I […]
-
Victor Sapar replied to the forum topic BP Group Documents - Emailing in the group Third Party Components & Plugins
I have the same problem. Yes or No settings do not reflect nor take effect.
-
Victor Sapar joined the group Third Party Components & Plugins
-
Paul Gibbs replied to the forum topic Favoriting Blog Posts — Code Inside worked with 1.2.x, not so much with 1.5.x in the group Creating & Extending
Are you running BP-Default 1.2.x’s javascript, or are you using 1.5s?
-
aces replied to the forum topic Where do I edit blog post meta content? in the group Creating & Extending
I’m not sure I understand you, but you may need to copy index.php file from /wp-content/plugins/buddypress/bp-themes/bp-default/index.php to your child theme, ie: /wp-content/themes/default-child/index.php and […]
-
aces replied to the forum topic Where do I edit blog post meta content? in the group Creating & Extending
-
@mercime replied to the forum topic How to redirect to home_url() if user is not logged in in the group Creating & Extending
-
Paul Gibbs replied to the forum topic How to set an activity type with embed? in the group Creating & Extending
r-a-y was the person who built oembed into BuddyPress core.
-
murasaki replied to the forum topic How to set an activity type with embed? in the group Creating & Extending
oh! ok thanks paul, oembed-for-buddypress has more sources for embedding if i’m correct, but are there any other benefits to the plugin over the native embedding? Either way, i think i’ll wait for that, since […]
-
Paul Gibbs replied to the forum topic How to set an activity type with embed? in the group Creating & Extending
@r-a-y said his plugin http://wordpress.org/extend/plugins/oembed-for-buddypress/ would eventually offer this as an option.
-
murasaki started the forum topic How to set an activity type with embed? in the group Creating & Extending
hello, I was wondering how I could go about setting up embeds as an activity type to be filtered in activity stream / results. Any ideas?
-
Tiago Beloto started the forum topic Creating a page with nav tab, subnav for Buddypress profiles in the group Creating & Extending
Hi, can you help me to create a page tab in Buddypress profiles?? I followed this tutorial: […]
-
Tiago Beloto joined the group Creating & Extending
-
Chris Clayton replied to the forum topic Here's What I Want To Do... Can You Explain How? in the group Creating & Extending
Membership – have you seen S2members? http://buddypress.org/community/groups/s2member/
The name, city ect, you can get that by default in buddypress via your wp-admin – go to buddypress/profile fields.
The […]
-
@mercime replied to the forum topic How do I insert the big avatar? in the group Creating & Extending
Build a child theme of bp-default theme http://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
Size of the avatar in comments is handled by bp-default theme’s `function […]
-
Boone Gorges replied to the forum topic Can't update Max Users or Max Groups display options in the group BP Group Management
Thanks for the report. I’ve opened a bug ticket: https://github.com/boonebgorges/bp-group-management/issues/2
The problem is due to recent(ish) changes in the way that WordPress Multisite handles settings panels.
-
Boone Gorges replied to the forum topic Bulk assign a user to administer all groups (except 4) in the group BP Group Management
BP Group Management is not really meant to do this kind of thing. The easiest way to do it is with code, something like:
`
function bbg_promote_user_in_all_groups() {
global $bp, $wpdb;if ( […]
-
You mean you want to create a plugin like http://buddydev.com/plugins/bp-gallery/ ?
Have you checked out BP Album/Media http://buddypress.org/community/groups/bp-album/home/
Or, if you really want to start […]
-
Chris Clayton replied to the forum topic Remove "delete" link in site activity in the group Creating & Extending
== or simply remove the “delete” link? ==
Sure can. CSS is your friend
.delete-activity {
display: none;
} -
Paul Gibbs replied to the forum topic oembed in BP 1.5 activity stream - is this a bug? in the group Creating & Extending
Not a bug. It matches exactly how they work in WordPress posts. I think we’d need a good argument to change the behaviour.
- Load More