Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codebycarter

    (@codebycarter)

    Hey,

    Have you edited wpbb-template.php in your theme folder before this happened? Could you paste the contents of that file here? Basically you’ll need to enclose wpbb within your sites main wrapper which should look something like this (in wpbb-template.php):

    wp_header();
    
    <div id="wrapper">
        require_once(.....);
    </div>
    
    wp_footer();
    Thread Starter BigDogSF

    (@bigdogsf)

    Hi Cody, I didn’t edit, but tried to install this code-no changes..here is the result of what I did:
    #1(as shown in the wp admin pluggin edit area:
    <?php

    /*
    Template Name: WPBB
    */

    /*
    This file is created apon activation or theme switch in your current theme directory.

    Do not remove this file at any time as it is loads all the neccessary files for wp-bb to run on the frontend
    */

    wp_header();

    get_header();

    require_once(ABSPATH.’/wp-content/plugins/wp-bulletin-board/php/wpbb-forum.php’);

    get_footer();

    wp_footer();

    ?>

    #2 (In server file)

    <?php

    /*
    Template Name: WPBB
    */

    /*
    This file is created apon activation or theme switch in your current theme directory.

    Do not remove this file at any time as it is loads all the neccessary files for wp-bb to run on the frontend
    */

    wp_header();

    get_header();

    require_once(ABSPATH.’/wp-content/plugins/wp-bulletin-board/php/wpbb-forum.php’);

    get_footer();

    wp_footer();

    ?>

    As you can see, the files are both the same so the coding is consistent.

    If you would like to get into my admin please send me a private email to: [email protected]

    I am also having an issue with the create and reply to topic buttons, in that I have an extra set of these floating from the right side of the screen in the background.

    Thanks
    Will

    Plugin Author codebycarter

    (@codebycarter)

    Resolved via email, just a theme issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Quick Reply Background’ is closed to new replies.