Results 1 to 2 of 2

Thread: Competible classipress with buddypress theme?

  1. #1
    Thread Starter
    Newbie habibi2's Avatar
    Join Date
    Oct 2010
    Location
    United States
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Competible classipress with buddypress theme?

    Hi there,

    I am trying to make compatible buddypress theme from classipress. We know the structure must be as follow, but our result isn't true and problem isn't solve yet, so we visit the pages with no fix alignment. could you let me have the correct code of page.php and index.php from follow folders?

    The structure is:

    Step 1:
    Make some new folder in template folder of classipress

    Now that the template files are in the correct location, click through your site (you can come back to this page at any point). You should see a BuddyPress admin bar at the top of the page, try visiting some of the links in the "My Account" menu. You should find that BuddyPress pages now work and are displayed.

    If you find that the pages are not quite aligned correctly, or the content is overlapping the sidebar, you will need to tweak the template HTML. Please follow the "fixing alignment" instructions below. If the content in your pages is aligned in the correct place then you can skip to the "Finishing Up" section at the bottom of this page.

    Fixing Alignment

    By default BuddyPress templates use this HTML structure:


    [HEADER]

    <div id="container">
    <div id="content">
    [PAGE CONTENT]
    </div>

    <div id="sidebar">
    [SIDEBAR CONTENT]
    </div>
    </div>

    [FOOTER]

    If BuddyPress pages are not aligned correctly then you will need to modify some of the templates to match your theme's HTML structure. The best way to do this is to FTP to your theme's files at:

    /hermes/bosweb/web202/b2025/ipw.emmaeskandari/public_html/pressmarts/market/wp-content/themes/classipress/

    Then open up the page.php file (if this does not exist use index.php). Make note of the HTML template structure of the file, specifically the <div> tags that surround the content and sidebar.

    You will need to change the HTML structure in the BuddyPress templates that you copied into your theme to match the structure in your page.php or index.php file. The files that you need to edit are as follows (leave out any folders you have not copied over in step two):

    /activity/index.php
    /blogs/index.php
    /forums/index.php
    /groups/index.php
    /groups/create.php
    /groups/single/home.php
    /groups/single/plugins.php
    /members/index.php
    /members/single/home.php
    /members/single/plugins.php
    /registration/register.php
    /blogs/create.php
    /registration/activate.php
    Once you are done matching up the HTML structure of your theme in these template files, please take another look through your site. You should find that BuddyPress pages now fit inside the content structure of your theme.

    Wait for your kind answers.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,700
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Old Theme Classipress
    By sempai in forum ClassiPress General Discussion
    Replies: 1
    Last Post: August 19th, 2010, 02:21 AM