Title: codebycarter's Replies - page 12 | WordPress.org

---

# codebycarter

  [  ](https://wordpress.org/support/users/codebycarter/)

 *   [Profile](https://wordpress.org/support/users/codebycarter/)
 *   [Topics Started](https://wordpress.org/support/users/codebycarter/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codebycarter/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codebycarter/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codebycarter/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codebycarter/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codebycarter/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 166 through 180 (of 237 total)

[←](https://wordpress.org/support/users/codebycarter/replies/page/11/?output_format=md)
[1](https://wordpress.org/support/users/codebycarter/replies/?output_format=md) 
[2](https://wordpress.org/support/users/codebycarter/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codebycarter/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/codebycarter/replies/page/11/?output_format=md)
12 [13](https://wordpress.org/support/users/codebycarter/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/codebycarter/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/codebycarter/replies/page/15/?output_format=md)
[16](https://wordpress.org/support/users/codebycarter/replies/page/16/?output_format=md)
[→](https://wordpress.org/support/users/codebycarter/replies/page/13/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Any sugestion why the forum shows up like this in IE?](https://wordpress.org/support/topic/any-sugestion-why-the-forum-shows-up-like-this-in-ie/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/any-sugestion-why-the-forum-shows-up-like-this-in-ie/#post-3151478)
 * Will mark as resolved as it should be fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Permissions](https://wordpress.org/support/topic/permissions-26/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/permissions-26/#post-3163737)
 * That’s correct those permissions work globally so giving a role delete permissions
   allows all users within that role to delete any topic or post.
 * In the next version you will be able to change settings for roles to allow roles
   to only be able to edit, delete, lock, sticky their own topics.
 * Will mark this as resolved but feel free to reply to this topic if you have any
   more questions, problems, suggestions, etc.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Quick Reply Background](https://wordpress.org/support/topic/quick-reply-background/)
 *  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();
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Facebook Registration Error](https://wordpress.org/support/topic/facebook-registration-error/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/facebook-registration-error/#post-3162324)
 * Sorry I did not get the chance to view the error you were receiving.
 * The facebook settings in the wpbb setting must be exactly the same as your facebook
   app settings. You must also make sure you entered a random alphanumeric string
   for CSRF Protection. From helping people who encountered similar errors it was
   because one or more setting wasn’t the same or they didn’t update them in their
   settings after changing it in their facebook app settings.
 * Also not recommended to run with other facebook plugins, I know that’s not what
   you did, you may have but you said you’re using another facebook plugin now –
   that’s fine, but people have had problems with it before and were running unaware
   that a similar plugin would conflict with it.
 * Will mark this as resolved. Apologies for not getting here sooner, hopefully 
   my post will help others who may encounter similar problems.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Any sugestion why the forum shows up like this in IE?](https://wordpress.org/support/topic/any-sugestion-why-the-forum-shows-up-like-this-in-ie/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/any-sugestion-why-the-forum-shows-up-like-this-in-ie/#post-3151450)
 * Ah sorry it’s actually “me” at codebycarter.com.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Any sugestion why the forum shows up like this in IE?](https://wordpress.org/support/topic/any-sugestion-why-the-forum-shows-up-like-this-in-ie/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/any-sugestion-why-the-forum-shows-up-like-this-in-ie/#post-3151444)
 * Ok so this is only happening when WPBB is installed and on the page WPBB is running
   on? Did it work before you made that modification in wpbb-template.php? I see
   that the theme you’re using is premium so I’d need admin access to your website
   to be able to fix this. My mail is me at codebycarter.com
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Add Content](https://wordpress.org/support/topic/add-content/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/add-content/#post-3153757)
 * Most probably. I was working on making WPBB compatible with 3.2 but issues with
   the plugin on the latest version and other work delayed that. There were only
   minor issues which prevented it from running on 3.2. I’m assuming 3.1 is no different.
   Shouldn’t be long before it is officially compatible on both those older versions
   though. Unless you have a good reason to still be on 3.1 I would recommend upgrading
   though (added bonus: plugin will work) of course if not then you fall into the
   category of people that I need to make this compatible for. Stay tuned!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Any sugestion why the forum shows up like this in IE?](https://wordpress.org/support/topic/any-sugestion-why-the-forum-shows-up-like-this-in-ie/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/any-sugestion-why-the-forum-shows-up-like-this-in-ie/#post-3151394)
 * **Any sugestion why the forum shows up like this in IE?**
    **it displayed fine
   in both Chrome and Firefox.**
 * Because in my experience, well, it sucks.
 * Seriously though, if you could tell me what version of IE you are running and
   provide a screenshot of what is happening that’d be great.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] 404 for forum links](https://wordpress.org/support/topic/404-for-forum-links/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/404-for-forum-links/#post-3139792)
 * Email sent, will just post here what happened in case other people have similar
   trouble.
 * Resolved, problem was caused by bbPress which was running alongside WPBB which
   although shouldn’t conflict with WPBB is not ideal to run more than one similar
   plugin.
 * As for the font colour on the dark theme all you have to do is edit wp-bulletin-
   board/css/wpbb-dark-style.css around line 10. You will only have to do this for
   some themes. Most of the themes I’d tested on worked fine with white text so 
   that’s why it’s in there.
 *     ```
       p, div, a {
       	color:white;
       }
       ```
   
 * Example 1: paragraphs, divs font colours white and red links
 *     ```
       p, div {
       colour:white;
       }
   
       a {
       color:red;
       }
       ```
   
 * Example 2: Purple font colours for all elements
 *     ```
       p, div, a {
       	color:purple;
       }
       ```
   
 * Soon there will be a “theme editor” of some sort in the admin dashboard.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] 404 for forum links](https://wordpress.org/support/topic/404-for-forum-links/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/404-for-forum-links/#post-3139708)
 * I know one other person is having this problem which I’ve been made aware of 
   today and am awaiting their response however if you would be willing to setup
   a temporary admin account for me so I could take a look that’d be great, if not
   please let me know (me@codebycarter.com)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] [Plugin: WP Bulletin Board] Can I show sidebar in my web page?](https://wordpress.org/support/topic/plugin-wp-bulletin-board-can-i-show-sidebar-in-my-web-page/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-bulletin-board-can-i-show-sidebar-in-my-web-page/#post-3120636)
 * That was a solution for the twentyeleven theme. I tried downloading the Reaction
   theme and found out that it was developed by rocketthemes so I assume it’s a 
   premium theme so I cannot install it and test it locally so would you be able
   to give me a link to your website and a temporary admin account to look into 
   this? (Since posting solutions that may not work just wastes time). You can email
   me at [me@codebycarter.com](https://wordpress.org/support/users/codebycarter/replies/page/12/me@codebycarter.com?output_format=md)
   with the login / website information.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] [Plugin: WP Bulletin Board] Private Messaging System](https://wordpress.org/support/topic/plugin-wp-bulletin-board-private-messaging-system/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-bulletin-board-private-messaging-system/#post-3126115)
 * Hi and thank you shawnp67!
 * It’s under “My Messages” on the forum index. From there you can compose messages,
   view your messages (and delete and reply to those messages). There currently 
   aren’t any settings that you can change that are related to the private messaging
   system at the moment I’m afraid but hope that answers your question.
 * Will mark this as resolved but feel free to reply with any more questions, problems,
   suggestions, etc.
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] [Plugin: WP Bulletin Board] Can I show sidebar in my web page?](https://wordpress.org/support/topic/plugin-wp-bulletin-board-can-i-show-sidebar-in-my-web-page/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-bulletin-board-can-i-show-sidebar-in-my-web-page/#post-3120621)
 * In **wpbb-light-style.css** around line 52 remove width and add this code:
 *     ```
       width:60%;
       float:left;
       ```
   
 * In your **themes/twentyeleven** add this to **wpbb-template.php:**
 *     ```
       get_sidebar();
       ```
   
 * Should then work, you’ll just need to adjust to your liking.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] [Plugin: WP Bulletin Board] Assigning Roles/Permissions](https://wordpress.org/support/topic/plugin-wp-bulletin-board-assigning-rolespermissions/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-bulletin-board-assigning-rolespermissions/#post-3122603)
 * By default a new facebook registered user will be placed in the role “subscriber”
   so it’s possible that that role doesn’t exist due to another plugin e.g. custom
   role plugin if not I would be interested to know why it’s doing this. In your
   WPBB facebook settings you’ll see a setting like “Default Facebook Role”. Enter
   the role you want all facebook registered users to fall into (it’s case insensitive).
   You can also email me at [me@codebycarter.com](https://wordpress.org/support/users/codebycarter/replies/page/12/me@codebycarter.com?output_format=md)
   if this doesn’t work and need to send me a link to your website / temporary admin
   account etc. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] [Plugin: WP Bulletin Board] Problems with Facebook Integration](https://wordpress.org/support/topic/plugin-wp-bulletin-board-problems-with-facebook-integration/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-bulletin-board-problems-with-facebook-integration/#post-3089898)
 * Hey luamonu,
 * Have you already sent me an email as I haven’t received one. If not it’s [me@codebycarter.com](https://wordpress.org/support/users/codebycarter/replies/page/12/me@codebycarter.com?output_format=md).

Viewing 15 replies - 166 through 180 (of 237 total)

[←](https://wordpress.org/support/users/codebycarter/replies/page/11/?output_format=md)
[1](https://wordpress.org/support/users/codebycarter/replies/?output_format=md) 
[2](https://wordpress.org/support/users/codebycarter/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codebycarter/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/codebycarter/replies/page/11/?output_format=md)
12 [13](https://wordpress.org/support/users/codebycarter/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/codebycarter/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/codebycarter/replies/page/15/?output_format=md)
[16](https://wordpress.org/support/users/codebycarter/replies/page/16/?output_format=md)
[→](https://wordpress.org/support/users/codebycarter/replies/page/13/?output_format=md)