Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 175 total)
  • @bpisimone

    Participant

    @bpisimone

    Participant

    A little friendly bump.

    @bpisimone

    Participant

    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.

    @bpisimone

    Participant

    +1, have you found anything yet?

    @bpisimone

    Participant

    Doesn’t do anything for me either.

    @bpisimone

    Participant

    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…

    @bpisimone

    Participant

    Hmm ok that’s a pity.

    @bpisimone

    Participant

    Ok after 5 days a little bump!

    @bpisimone

    Participant

    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.

    @bpisimone

    Participant

    +1 any more info would be great! :)

    @bpisimone

    Participant

    @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?

    @bpisimone

    Participant

    +1 for an advertising component with these features (and more).

    @bpisimone

    Participant

    @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.

    @bpisimone

    Participant

    & 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?

    @bpisimone

    Participant

    What’s the latest development here @rustybroomhandle?

    @bpisimone

    Participant

    A facebook like iPhone app would be crazy. +1

    @bpisimone

    Participant

    Lovely, thank you!

    @bpisimone

    Participant

    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).

    @bpisimone

    Participant

    Same here +1 sounds like a good idea!

    @bpisimone

    Participant

    Ah thank you Paul. Hopefully it makes it more obvious what I mean.

    @bpisimone

    Participant

    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-tabs

    I 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?

    @bpisimone

    Participant

    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.

    @bpisimone

    Participant

    @dre1080 aha! That’s an idea! Thanks

    @bpisimone

    Participant

    @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”?

    @bpisimone

    Participant

    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.

Viewing 25 replies - 1 through 25 (of 175 total)
Skip to toolbar