Title: Quick Reply Background
Last modified: August 20, 2016

---

# Quick Reply Background

 *  Resolved [BigDogSF](https://wordpress.org/support/users/bigdogsf/)
 * (@bigdogsf)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/quick-reply-background/)
 * Hi…Nice, easy to use and minimalist plugin. Using this page as an example: [https://collectorsbluebook.com/forum/?forum=7&topic=2&current_page=1](https://collectorsbluebook.com/forum/?forum=7&topic=2&current_page=1)
 * Why are the create response buttons and quick reply buttons not showing up in
   the body, and instead show up on background? How to contain in body?
 * Also, it would be good if the page background was full length instead of sized
   for the contents…like all my other standard pages…what to do?
 * Cheers!
    Will
 * [http://wordpress.org/extend/plugins/wp-bulletin-board/](http://wordpress.org/extend/plugins/wp-bulletin-board/)

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

 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/quick-reply-background/#post-3165451)
 * 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](https://wordpress.org/support/users/bigdogsf/)
 * (@bigdogsf)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/quick-reply-background/#post-3165466)
 * 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: [will@collectorsbluebook.com](https://wordpress.org/support/topic/quick-reply-background/will@collectorsbluebook.com?output_format=md)
 * 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](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/quick-reply-background/#post-3165505)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-bulletin-board.svg)
 * [WP Bulletin Board](https://wordpress.org/plugins/wp-bulletin-board/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-bulletin-board/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-bulletin-board/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-bulletin-board/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-bulletin-board/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-bulletin-board/reviews/)

## Tags

 * [body](https://wordpress.org/support/topic-tag/body/)

 * 3 replies
 * 2 participants
 * Last reply from: [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/quick-reply-background/#post-3165505)
 * Status: resolved