-
firetag posted on the forum topic Activity Stream background different for admins and groups in the group Creating & Extending: 14 years, 5 months ago
Well I don’t know the best way to do this but you could just wrap a div around the activity if bp_activity_id is an admin id and just format that div with css… the hooks you need are ‘bp_before_activity_entry’ and ‘bp_after_activity_entry’
-
firetag started the forum topic How to make a new groups slug? in the group Creating & Extending: 14 years, 5 months ago
I am making an admin back end for a plugin… I am letting the using creating a new group category in the backend…. this requires creating a whole new group… how does buddypress generate a new groups slug… is it just replace all spaces with dashes and convert the whole string to lowercase based off […]
-
firetag posted a new activity comment 14 years, 5 months ago
lol
-
firetag started the forum topic disabling nav items in groups in the group Creating & Extending: 14 years, 5 months ago
I am developing a group categories plugin and I need to disable certain sub nav items in certain groups… I know there is the bp_options_nav array but there is nothing there to totally get rid of sub nav items… I know I could dynamically delete it via the theme ,but I really don’t want to […]
-
firetag started the forum topic New Buddypress Groups design.. Group Hierarchy in the group Creating & Extending: 14 years, 5 months ago
Edit: This is meant to be a discussion of what you would like to see implemented by this plugin… I have recently been working on a buddypress group types plugin which is coming along fine…. but I keep finding myself wanting to add sooo much more… I just don’t know whether some of these features […]
-
firetag posted on the forum topic New Buddypress Groups design.. Group Hierarchy in the group Creating & Extending: 14 years, 5 months ago
Ok an update on this…. You can now categorize groups as much as you want… like game_consoles->game_publishers->genres->games or whatever…. but I have been thinking that for genres or something you may want to organize this by tags? Right now the meta tags that this requires for each group are ‘parent_cat’ which holds the parent groups […]
-
firetag posted on the forum topic New Buddypress Groups design.. Group Hierarchy in the group Creating & Extending: 14 years, 5 months ago
support ticket #1706 is already addressing this….I am going to stop looking into this for now and I’m going to finish up some other plugins I’m working on…
edit: nvm decided this is too important for a site i’m making to wait…
-
firetag posted on the forum topic New Buddypress Groups design.. in the group Creating & Extending: 14 years, 5 months ago
@pcwriter I planned on preserving the present group structure for the sub category groups… but all these different ‘types’ of groups I believe still should be made by extending the current groups code… because otherwise wouldn’t I just be recreating the wheel? Also I love the idea of organizing group categories with the tabs great idea! […]
-
firetag posted on the forum topic New Buddypress Groups design.. in the group Creating & Extending: 14 years, 5 months ago
It also allows a user to sort through activity much easier…Because you have sitewide activity… then category activity then sub category activity…
-
firetag started the forum topic where to hold a little data for a plugin in the group Creating & Extending: 14 years, 5 months ago
I am working on a buddypress group types plugin… I am letting the preset group types in the admin…. The first version of the plugin will add no more functionality it will only just save the selected group type upon creation (when user creates a new group), but in future version I would like to […]
-
firetag posted on the forum topic Loops not to display some users/blogs in the group Creating & Extending: 14 years, 5 months ago
I think for my use I would just skip over certain blog types, but to answer @viniciusandre ‘s question I’d say that in order to achieve this you would have to change the query in the core… but it depends on which blogs you want to filter such as Paul brought up…
-
firetag posted on the forum topic Loops not to display some users/blogs in the group Creating & Extending: 14 years, 5 months ago
+1 if you create a plugin for this it would be really useful for a group types plugin I’m going to be finishing up in hopefully a few weeks
-
firetag posted on the forum topic any idea why my sql isnt working? in the group Creating & Extending: 14 years, 5 months ago
Hey thanks so much it worked to help debug the sql …. It was actually a really dumb mistake….wrong col names… lol
-
firetag started the forum topic any idea why my sql isnt working? in the group Creating & Extending: 14 years, 5 months ago
I am developing a plugin and my sql $wpdb->query( $sql); continues to return false and I have no idea why. I have another save function using just about the same code just a different table and it works great! I was thinking maybe you need to register each table and bind it to the plugin, […]
-
firetag posted on the forum topic Anyone have any idea why my sql is returning false in the group Creating & Extending: 14 years, 5 months ago
here is what gets passed to the $wpdp->query()
UPDATE wp_bp_mlgfantasy_user SET pick_one = ‘Walshy’, pick_two = ‘Neighbor’, pick_three = ‘Roy’, pick_four = ‘Legit’ WHERE owner_id = 1
is that what it should look like?
-
firetag started the forum topic buddypress javascript conflicts with other plugins in the group How-To and Troubleshooting: 14 years, 6 months ago
Hi I am trying to find a plugin similar to dynamic content gallery or I really love slide deck, but buddypress seems to conflict with all of these… I can’t find any content slider (for recent posts) that has the right features that I need for my site…. I simply don’t know what to do […]
-
firetag joined the group How-To and Troubleshooting 14 years, 6 months ago
-
firetag started the forum topic bp global function? in the group Creating & Extending: 14 years, 6 months ago
does anyone know if there is a bp global function to get a users url by passing an id?
-
firetag posted on the forum topic pagination within my plugin shortcode in the group Creating & Extending: 14 years, 6 months ago
oh ok that’s exactly what i was looking for..I saw this in the skeleton plugin, but I didn’t know what all the parameters were and what the function name was..
-
firetag posted on the forum topic pagination within my plugin shortcode in the group Creating & Extending: 14 years, 6 months ago
oh ha I guess i didn’t really ask anything…I was wondering how one would go about created different page number links like 1,2,3,4…246,247 that kind of a thing like at the bottom of google but just being inside of a function so i can use shortcode…should i use php get functions or something similar?
- Load More
@firetag
Not recently active