Skip to:
Content
Pages
Categories
Search
Top
Bottom

Modify bp template pack files for onPlay theme

  • hey all- @mercime
    working off fresh install of both wp 3.2.1 and bp 1.2.9.
    using onPlay theme from wpzoom

    I’m trying to modify the bp template pack files to make buddypress pages to display properly. Now all the buddypress pages are diplaying in the header see http://www.rowvision.com/members/miguel/profile/
    when it should appear lower in the page like http://www.rowvision.com/manuel-benito-compito-aka-og-man/

    I’m told i’m missing a div or two, here is the code from my themes page.php file

    Thanks!

    `<?php
    global $options;
    foreach ($options as $value) {
    if (get_settings( $value ) === FALSE) { $$value = $value; } else { $$value = get_settings( $value ); }
    }
    ?>

    <a href="” rel=”bookmark” title=”Permanent Link to “>

    ‘.__(‘Pages’, ‘wpzoom’).’: ‘, ‘after’ => ‘

    ‘, ‘next_or_number’ => ‘number’)); ?>

    .

    `

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modify bp template pack files for onPlay theme’ is closed to new replies.
Skip to toolbar