Skip to:
Content
Pages
Categories
Search
Top
Bottom

use buddypress as a template for a page

  • @dodisabaruddin

    Member

    it’s possible to use buddypress as a template for a page? (insteed a theme for a site)

Viewing 6 replies - 1 through 6 (of 6 total)
  • @mercime

    Participant

    @dodisabaruddin

    Member

    Ugh.. it’s seems don’t work well with iThemes Builder.

    @mercime

    Participant

    You could be right. http://ithemes.com/support/pre-sales-and-other-inquiries/buddypress-builder/?value=buddypress&type=1&include=1&search=1&ret=all

    Having said that, just curious at what stage did the integration fail? I assume that with the Builder, after setting where you want your sidebar/s and content, you would be able to get the HTML going.

    @dodisabaruddin

    Member

    iThemes Builder can’t load the layout that i’ve been creates to the buddypress activity page. However, it does not add any additional styling which could make specific BuddyPress pages look nicer.

    @mercime

    Participant

    You mean iThemes Builder can’t load the BuddyPress template files transferred during the BP Template pack process? While iThemes hasn’t created a bridge to adapt BP to their themes, strange that they have not promoted using BP template pack instead.

    As for additional styling, there’s a panel during the integration process where you have option to include the CSS provided in BP Template Pack to start you off. Then you just add/adjust styling to taste.

    @dodisabaruddin

    Member

    i’m succesfully implemen the ithemes Builder theme to my Buddypress Activity ( http://prorebel.com/activity/ ), but unfortunately it’s broke the activity fitur. I’m trying to fix it.

    Here’s how i implement the builder template for the activity index.php
    `
    <?php
    function render_content() {
    ?>


    [PAGE CONTENT]


    <?php
    }
    add_action( ‘builder_layout_engine_render_content’, ‘render_content’ );

    do_action( ‘builder_layout_engine_render’, basename( __FILE__ ) );

    ?>`

    Update: it’s fixed. i’m accidentally replace the activity index.php with blog index.php

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘use buddypress as a template for a page’ is closed to new replies.
Skip to toolbar