Skip to:
Content
Pages
Categories
Search
Top
Bottom

Converting a Theme for BP Compatibility


  • thealchemist
    Member

    @thealchemist

    Yes. I am now a complete convert to the WP / BP system and have decided to convert a site I’ve had working fine and bringing in the BP component for the extra community elements. I am using a theme from WooThemes and have – after an hour – figured out how to restructure the BP pages to fit the theme’s um theme. http://xtreme.transmutationsciences.com/activity And will be working on the remaining BP pages.

    Question, though, the BP pages are not displaying on the main menu – Activity, Members, Groups, Forums etc. Did I miss something?

Viewing 11 replies - 1 through 11 (of 11 total)

  • modemlooper
    Moderator

    @modemlooper

    Just create the links in your menu. url.com/activity


    Virtuali
    Participant

    @gunju2221

    I was looking at your site, you are missing functions, and CSS templates, but maybe you have got that on your list :)


    thealchemist
    Member

    @thealchemist

    Yepppp … takin it slow.


    thealchemist
    Member

    @thealchemist

    So the instructions for “automatic conversion” aren’t very thorough cuz I keep discovering pages not listed that need to be manually converted. Registration and activation pages etc.

    But here’s a different ? regarding customization. I am trying to get the member profile/login section into the sidebar. http://xtreme.transmutationsciences.com/activity and I have copied some code from another theme and have gotten that section in there. However, as you can see, the subsequent widgets aren’t cooperating and acting as if the login box was right justified.

    The original sidebar was:
    `

    `

    The significant item in the other theme’s code is “

    When I copied the new sidebar I originally kept their version of the sidebar hook. But the section did not display. When I substituted “ the section displayed but then I have the alignment problem.

    Can anyone diagnose my ineptitude?

    Full sidebar code from the theme I an borrowing the code from.
    `

    <?php printf( __( ' You can also create an account.’, ‘buddypress’ ), site_url( BP_REGISTER_SLUG . ‘/’ ) ) ?>

    <form name="login-form" id="sidebar-login-form" class="standard-form" action="” method=”post”>

    <input type="text" name="log" id="sidebar-user-login" class="input" value="” />

    <input type="submit" name="wp-submit" id="sidebar-wp-submit" value="” tabindex=”100″ />

    `


    thealchemist
    Member

    @thealchemist

    Yikers! Just noticed sidebar all whacky http://xtreme.transmutationsciences.com/forums

    I’m missing a `

    ` or `

    `


    pcwriter
    Participant

    @pcwriter

    @thealchemist

    Looking at the source of your page, the opening div is nowhere to be seen.
    Did you inadvertently delete `


    thealchemist
    Member

    @thealchemist

    I have it `


    pcwriter
    Participant

    @pcwriter

    Ah, that’s probably it. A div with an id of “sidebar-me” is not defined in your theme’s style.css.

    Try changing that line back to `


    thealchemist
    Member

    @thealchemist

    That was it!! Thank you.
    One little tweak I can’t quite figure out … the login “widget” and the dynamic widgets following are crammed right against each other. Obviously, there’s a minor code I have missed relating to the css. I’m thinking I’ll cheat and just enter some spaces in the sidebar.php like `

     

    ` just before the dynamic sidebar line.


    thealchemist
    Member

    @thealchemist

    Hahahaha I beat it into submission. Grrrrrr


    pcwriter
    Participant

    @pcwriter

    Ain’t learnin’ new thangs fun? :-)

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Converting a Theme for BP Compatibility’ is closed to new replies.
Skip to toolbar