Forum Replies Created
-
Here you go: http://www.youtube.com/user/phpacademy?
A little friendly bump.
Same here I’m totally in if it puts the bp wiki component to shame. I son much need a great component that does that. What I’m also interested in is a directory wiki page, which aggregates all those wikis into one.
+1, have you found anything yet?
Doesn’t do anything for me either.
Sorry to hijack the thread, but I would be very interested to hear about the dashboard hide script you’re using?
Unfortunately much hasn’t happened with the development of the brilliant groupblog plugin recently…
Hmm ok that’s a pity.
Ok after 5 days a little bump!
I think I was struggling with something similar months ago, and still would like to do that. I would like to output “object-nav” in the sidebar.
+1 any more info would be great!
@deanjrobinson As mentioned on twitter before I’m really looking forward to this. How is the twitter/facebook integration achieved? Through existing plugins I assume?
+1 for an advertising component with these features (and more).
@MrWiblog I would like to see this evolved into something like invite only communities are using like (dribbble or forrst). So everyone would get a few invite codes to give out. Or is there anything else like that already?
Or @boonebgorges do you know something, since you’re the creator of the invites plugin.
& I’m with @gregfielding here, we absolutely need a custom background for group pages. Why don’t you use the perfect add_custom_background(); for wp 3.0, just translate it to work from the frontend?
What’s the latest development here @rustybroomhandle?
A facebook like iPhone app would be crazy. +1
Lovely, thank you!
Just for reference: I used this to create some demodata on the wp3.0 test install replacig all instances of wpmu-admin.php in demodata.php with ms-admin.php. After that it works (after applying the necessary changes to wp-admin/includes/upgrade.php and wp-admin/includes/schema.php).
Same here +1 sounds like a good idea!
Ah thank you Paul. Hopefully it makes it more obvious what I mean.
I am bumping this from page 3, maybe someone out there has an idea. I also realized it has not accepted my code:
div id item-nav
div class item-list-tabs
div class item-list-tabs activity-type-tabsI think all of these first subnav items should be outputtable by some sort of function? And it should not be necessary to remove them from every single php template file?
As pointed out elsewhere, it seems that there is something to be created as a google summer of code project. http://kunal-b.in/labs/index.php/gsoc-proposal/
Looking forward to these results.
@dre1080 aha! That’s an idea! Thanks
@dre1080 I like the page title function there.
/*For extra functionality you can add a title for that page*/
function page_titles( $title, $b ) {
global $bp;`if ( $bp->current_component == BP_Example_SLUG && $bp->current_action == ” ) {
$title = __( ‘Example’, ‘buddypress’ ); /*change Example with what you want the title of your page to be*/
}
return $title;
}
add_filter( ‘bp_page_title’, ‘page_titles’, 10, 2 );`The first one works and adds a nice title to my about page. The second one though results in a white page. As if there was a double definition somewhere. There’s nothing I need to change else than BP_Example_SLUG and the actual title “Example”?
I would also like to see this in the next version if possible (along with post to x feature of this installation). @apeatling if not I’m going to use this tutorial.