-
dennissmolek replied to the topic Changing group home page causes infinite loop in private groups in the forum How-to & Troubleshooting 11 years, 11 months ago
I am having the exact same problem. I submitted it as a ticket:
https://buddypress.trac.wordpress.org/ticket/4706
What is happening is its trying to redirect to the home tab, then the change default filter moves it […] -
dennissmolek updated the groups_get_groupmeta() page, on the BuddyPress Codex 11 years, 11 months ago
groups_get_groupmeta( $group_id, $meta_key = ”)
Function to get custom group meta.
If you don’t pass a meta_key it returns ALL meta data associated with that group_id.
Returns String or Array of Meta […]
-
dennissmolek updated the How to Edit Group Meta Tutorial page, on the BuddyPress Codex 11 years, 11 months ago
By Dennis Smolek:
Props to Charl Kruger for his post: http://charlkruger.com/2011/12/07/getting-started-with-buddypress-group-meta
It has a few issues but got me to write my own working version starting with […] -
dennissmolek updated the Group Extension API page, on the BuddyPress Codex 11 years, 11 months ago
The group extension API (1.1+) makes it very easy to add custom creation steps, edit screens, navigation items and pages to a group. It essentially allows you to create fully functional extensions to BuddyPress […]
-
dennissmolek updated the Codex Standards page, on the BuddyPress Codex 12 years, 5 months ago
Written 6/18
Over the course of the next 2 months I will be dedicating 1 hour a day to writing for the codex. With that I’ve established some standards based upon the WordPress.org’s own codex. I will start […]
-
dennissmolek updated the bp_core_new_nav_default page, on the BuddyPress Codex 12 years, 6 months ago
This function changes the default subnav item of a parent item.
Example:
This changes the default subnav of the “Settings” nav item to “Notifications”
NOTE: The 5 priority flag is required
-
dennissmolek updated the Attaching to Group Creation page, on the BuddyPress Codex 12 years, 7 months ago
Quick Note on group creation,
When a group first gets created it fires multiple actions some times multiple times.
For example, groups_create_group and groups_created_group fire first on the initial details […]
-
dennissmolek updated the How to Edit Group Meta Tutorial page, on the BuddyPress Codex 12 years, 7 months ago
By Dennis Smolek:
Props to Charl Kruger for his post: http://charlkruger.com/2011/12/07/getting-started-with-buddypress-group-meta
It has a few issues but got me to write my own working version starting with […] -
dennissmolek updated the groups_get_groupmeta() page, on the BuddyPress Codex 12 years, 7 months ago
groups_get_groupmeta( $group_id, $meta_key = ”)
Function to get custom group meta.
If you don’t pass a meta_key it returns ALL meta data associated with that group_id.
Returns String or Array of Meta […]
-
dennissmolek started the forum topic Query Users by Xprofile Data in the group How-To and Troubleshooting 12 years, 7 months ago
I have 60 XProfile fields and I’m trying to engineer a loop or query to display all the users that have some sort of XProfile data. For example, a set of users have a favorite restaurant: BurgerPalace.
Id like […]
-
dennissmolek posted on the forum topic Problems with buddypress in the group Requests & Feedback 13 years, 4 months ago
@LPH2005 Good point, I dont know if it gets overwritten, I’ll have to look into that..
-
dennissmolek started the forum topic works with 1.3? in the group BuddyPress Usernames Only: 13 years, 4 months ago
I dont know what the status of this plugin is for 1.3 We have a few sites using this and Didn’t know if you tested against trunk.
Is it working for 1.3? -
dennissmolek joined the group BuddyPress Usernames Only 13 years, 4 months ago
-
dennissmolek posted on the forum topic Problems with buddypress in the group Requests & Feedback: 13 years, 5 months ago
Sounds like a memory issue. I had it when working with WP-commerce. My suggestion is to adjust your memory in wp-settings to something like: ini_set(‘memory_limit’, ‘128M’); What’s happening is theres a glitch somewhere and its crashing the whole script. If the glitch happens early it displays a big blank nothing.Turn off ALL plugins, then turn […]
-
dennissmolek posted on the forum topic New BuddyPress theme by DevPress: Visual in the group Gallery: 13 years, 5 months ago
link?
-
dennissmolek joined the group Gallery 13 years, 5 months ago
-
dennissmolek posted on the forum topic Call to arms – Abandoned Buddypress Plugins in the group Requests & Feedback: 13 years, 5 months ago
I think the reality will be a simple search filter like on WP. It either will work with 1.3 or it wont, and I think as long as your plugin falls out of working with 1.3 and the dev hasnt updated I would consider it abandoned. The issue I have is when they wont admit […]
-
dennissmolek posted on the forum topic Sending attachments with Private messages in the group Creating & Extending: 13 years, 5 months ago
There isnt a plugin I know about, but there are a few for group docs and things like that..
-
dennissmolek posted on the forum topic can buddypress site ll be veiwed by just writing the domain name ? in the group Creating & Extending: 13 years, 5 months ago
Just like when you install WP, users will see xyz.com not xyz.com/wp-admin
-
dennissmolek posted on the forum topic How to make Group(s) sticky? in the group How-To and Troubleshooting: 13 years, 5 months ago
r-a-y posted the best response to this. I think a plugin would over complicate the site. You can use the loop or just call your groups specifically.
I’m burried with side projects right now but I’ll add this to the list of “quick-tuts” I plan on doing.. - Load More
@dennissmolek
Not recently active