WordPress custom theme – SMF forum integration

Forums Forums All other PixoPoint plugins WordPress custom theme – SMF forum integration

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1735
    Hazin
    Member

    so trying to do the integrator thing, and not having much luck, inherited the wordpress setup and theme, did as instructions say.

    Below is how my wordpress page.php file looks – curious if person who setup theme did most the work elsewhere cause this dont look like much in here.    Problem im having is the chunk1.html file never is made, and ofcourse when the put the code in the template file for SMF it gives a php error file cause it cant find chunk1.html and the forum is busted, so any suggestions or ideas from anyone?  much appreciated, would like to get it setup so the headache of using phpbb is over.  Prefer SMF a ton.

    [code:2lywghol]<?php
    <?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?>
    get_header();

    if (have_posts())
    {
        while (have_posts()) 
        {
            art_post();
            comments_template();
        }
    } else {   
        art_not_found_msg();
    }

    get_footer();
    <?php pixopoint_theme_integrator( ‘end’, ‘1’ ); ?>[/code:2lywghol]

    #9272
    Hazin
    Member

    ok, added the code to the header.php file instead of the page.php and it loads the backround of the theme from wordpress but the forum is busted.

    it creates the folder and chunk1.html file – but it appears it is just the backround, not the whole header, im more confused as i move forward. heh

    #9273

    We only provide support for using the plugin itself sorry. Your question seem to be related to the the HTML/CSS of your themes themselves, not the plugin.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.