dennissmolek posted on the forum topic How to make Group(s) sticky? in the...
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...
View Articledennissmolek posted on the forum topic can buddypress site ll be veiwed by...
Just like when you install WP, users will see xyz.com not xyz.com/wp-admin
View Articledennissmolek posted on the forum topic Sending attachments with Private...
There isnt a plugin I know about, but there are a few for group docs and things like that..
View Articledennissmolek posted on the forum topic Call to arms – Abandoned Buddypress...
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...
View Articledennissmolek posted on the forum topic Problems with buddypress in the group...
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...
View Articledennissmolek started the forum topic works with 1.3? in the group BuddyPress...
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?
View Articledennissmolek posted on the forum topic Problems with buddypress in the group...
@LPH2005 Good point, I dont know if it gets overwritten, I’ll have to look into that..
View Articledennissmolek started the forum topic Query Users by Xprofile Data in the...
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....
View Articledennissmolek updated the groups_get_groupmeta() page, on the BuddyPress Codex
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 […]
View Articledennissmolek updated the How to Edit Group Meta Tutorial page, on the...
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...
View Articledennissmolek updated the Attaching to Group Creation page, on the BuddyPress...
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...
View Articledennissmolek updated the bp_core_new_nav_default page, on the BuddyPress Codex
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
View Articledennissmolek updated the Codex Standards page, on the BuddyPress Codex
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...
View Articledennissmolek updated the Group Extension API page, on the BuddyPress Codex
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...
View Articledennissmolek updated the How to Edit Group Meta Tutorial page, on the...
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...
View Articledennissmolek updated the groups_get_groupmeta() page, on the BuddyPress Codex
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 […]
View Articledennissmolek replied to the topic Changing group home page causes infinite...
I am having the exact same problem. I submitted it as a ticket: http://buddypress.trac.wordpress.org/ticket/4706 What is happening is its trying to redirect to the home tab, then the change default...
View Articledennissmolek posted on the forum topic CSS container v. bp_container in the...
I think LPH2005 is like most folks and doesnt think of writing the css path off of the body tag. I think it makes sense from a ground up prospective but with there already being so much styled it is...
View Articledennissmolek started the forum topic Switching from "groups" to a "object"...
I have been pouring over the site trying to catch up from when I took a break about 10 months ago. The only thing I notice is Andy is confirmed gone as he’s working on Jetpack now. I’ve read through...
View Articledennissmolek posted on the forum topic How to contribute to Buddypress code...
I agree that the default theme needs a designers touch, but it has all the nuts and bolts to make everything work. If for some reason your new theme breaks, the default will at least be there to back...
View Articledennissmolek posted on the forum topic Switching from "groups" to a "object"...
Thank you Paul! I’m going through it now, on the trunk its bp-core-component.php
View Articledennissmolek posted on the forum topic Switching from "groups" to a "object"...
So I have been reading through the code from the trunk and it seems I hadn’t read the code like I should have. The code is already built around the component class, but ALL components are. From what I...
View Articledennissmolek posted on the forum topic Switching from "groups" to a "object"...
It’s exciting to see! Last time I was messing with the code it wasn’t so well documented throughout and I’m excited to see the component class. Out of curiosity, why isn’t that stuff in the codex?...
View Articledennissmolek posted on the forum topic What is the purpose of...
Not 100% but I’m guessing which components are currently turned on under the component settings
View Articledennissmolek posted on the forum topic Site feedback in the group Requests &...
Seeing as this site is two years old now is there anyone working on updating the site? perhaps for 1.3? I will have loads of time this summer that I would like to help out as much as I can, and...
View Articledennissmolek posted on the forum topic What happen to buddypress.org Plugin...
I lost everything on the community tab..
View Articledennissmolek posted on the forum topic Please give me your oppinions - I...
Not using a child theme will create the chance for theme mistakes to break the site. That is why they are there. So if you create a new theme thats great, but BP-default has pretty much every case...
View Articledennissmolek posted on the forum topic Navigation HELP in the group Creating...
nav_row is after the content tag so look in index.php Should be there. Functions.php relates to custom functions for your theme, not to your nav. Somewhere in your code there is the info that creates...
View Articledennissmolek posted an update: @johnjamesjacoby You mention on the post at...
@johnjamesjacoby You mention on the post at bp-tricks you’re always on, but I can’t seem to find your contact info beyond the irc channel.
View Articledennissmolek posted on the forum topic Buddypress Xprofile file upload field...
There is a groupDocs plugin, and Boon is working on a great doc’s plugin. I think it might be set for users too..
View Articledennissmolek posted on the forum topic Call to arms – Own your task in the...
I am currently writing my own theme that looks nothing like BP-default, but I’ve been on trac almost daily with the UI tickets. I don’t know if we need a dedicated “UI/UX” team, but as long as folks...
View Articledennissmolek posted on the forum topic Call to arms – Own your task in the...
@johnjamesjacoby : Wouldn’t moving the sidebar cause a nightmare for backwards compatibility?
View Articledennissmolek posted on the forum topic Call to arms – Own your task in the...
@svenl77 I would go to the trac: http://buddypress.trac.wordpress.org/ and create a ticket for your ideas. This would give other dev’s the chance to look at it, and you can work it much easier than...
View Articledennissmolek posted on the forum topic How to get a "Trending" list from...
I think one thing to note is twitter uses the hashtag identifier and also is limited to 140 chars. You would have to search all the content in a blog post, filter the results, and compare. Twitter just...
View Article