Title: codebycarter's Replies - page 6 | 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 - 76 through 90 (of 237 total)

[←](https://wordpress.org/support/users/codebycarter/replies/page/5/?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)…
[5](https://wordpress.org/support/users/codebycarter/replies/page/5/?output_format=md)
6 [7](https://wordpress.org/support/users/codebycarter/replies/page/7/?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/7/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Create Catagory issue](https://wordpress.org/support/topic/create-catagory-issue/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/create-catagory-issue/#post-3363407)
 * Hey Joe,
 * Sounds like the database table(s) weren’t created successfully. Is this your 
   first time installing the plugin or did you update it? You could try deactivating
   the plugin and then activating again. If it doesn’t work could you email me an
   admin login? My email is [me@codebycarter.com](https://wordpress.org/support/users/codebycarter/replies/page/6/me@codebycarter.com?output_format=md).
   I’ll then be able to confirm this and create the tables if neccessary.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] RSS Feed Link for Forums](https://wordpress.org/support/topic/rss-feed-link-for-forums/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/rss-feed-link-for-forums/#post-3362102)
 * Hi,
 * I could put together a simple script that when you visit a certain page it will
   display an RSS feed of your forums. What data do you want to display in the feed
   exactly? Just the latest topics and posts? Since you probably won’t want to have
   to manually update the RSS feed yourself. If you want to do that though, you 
   can easily create an RSS feed and enter the data yourself. There are lots of 
   free services that can do this such as [http://www.rsspect.com/](http://www.rsspect.com/)
   but I’ll assume you want the RSS feed updated automatically.
 * The reason for this not working with the plugin is because although all WordPress
   pages, posts, etc can be displayed in an RSS feed the plugin is in all one page
   and none of the content has been setup to be displayed by any RSS reader.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Ad content to forum page](https://wordpress.org/support/topic/ad-content-to-forum-page/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ad-content-to-forum-page/#post-3359883)
 * (Sorry accidentally submitted the post. Here is the rest)
 * Then add this
 *     ```
       wpbb_display_google_ads();
       ```
   
 * To all these files at the specified lines:
 * wp-bulletin-board/php/wpbb-index.php after line 108
    wp-bulletin-board/php/wpbb-
   view-forum.php before line 25 wp-bulletin-board/php/wpbb-view-subforum.php before
   line 37 wp-bulletin-board/php/wpbb-view-forum-topic.php between lines 200 and
   201. wp-bulletin-board/php/wpbb-view-subforum-topic.php before line 213
 * Should work as long as you haven’t edited them files. If it doesn’t display how
   you want it to please email me an admin login and I’ll take a look at it for 
   you.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Ad content to forum page](https://wordpress.org/support/topic/ad-content-to-forum-page/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ad-content-to-forum-page/#post-3359882)
 * It sure is. You’ll need to edit it in different places if you want it to appear
   on the forum index, forum or subforum view and topic or subforum topic view. 
   What you could do is this:
 * In wp-bulletin-board/php/wpbb-functions.php at the bottom of the file before ?
   > add:
 *     ```
       function wpbb_display_google_ads()
       {
           ?>
           /* Enter the HTML here */
           <?php
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Translate to dutch](https://wordpress.org/support/topic/translate-to-dutch/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/translate-to-dutch/#post-3358350)
 * Sorry, that’s my fault. You’re probably using an outdated .pot file. Please download
   the plugin manually, then find the updated .pot file at wp-bulletin-board/languages/
   translator/wp-bulletin-board.pot
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] permissions](https://wordpress.org/support/topic/permissions-29/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/permissions-29/#post-3357210)
 * Hey iempoweru,
 * If the permissions aren’t saving correctly when you create or edit a forum or
   subforum then please try from your admin dashboard -> WPBB -> Tools -> Refresh
   Roles.
 * It should work if you don’t want your subscribers to view a forum, did you set
   any permissions for them at all? I’d try to uncheck all permissions for subscribers.
   Do your users have more than 1 role? Because it they do, if that other role has
   permission they will have permission.
 * Also if you have denied a role access to a forum, they will still be able to 
   see it and look inside the forum but they won’t be able to view or create any
   topics.
 * Will be introducing a new permission in a future update so that you can stop 
   permissions seeing / viewing inside a forum entirely.
 * Please let me know if there’s anything else I can help you with 🙂
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] WPBB Control Panel Does not Appear After Installation](https://wordpress.org/support/topic/wpbb-control-panel-does-not-appear-after-installation/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wpbb-control-panel-does-not-appear-after-installation/#post-3346330)
 * Seems to be unrelated. Could you please paste the line here or contact me by 
   email or skype and I’ll fix this for you.
 * [me@codebycarter.com](https://wordpress.org/support/users/codebycarter/replies/page/6/me@codebycarter.com?output_format=md)
   
   codebycarter
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] WPBB Control Panel Does not Appear After Installation](https://wordpress.org/support/topic/wpbb-control-panel-does-not-appear-after-installation/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wpbb-control-panel-does-not-appear-after-installation/#post-3346213)
 * Yes sorry about that. Happens when another plugin is using the same position 
   in the menu as WPBB. If you don’t know how to do this or need help please feel
   free to email me an admin login and I’ll be happy to do it for you. (me@codebycarter.
   com or skype codebycarter).
 * Please open wp-bulletin-board/wp-bb.php at line 435 and find:
 *     ```
       add_menu_page('WPBB Overview', 'WPBB', 'manage_options', 'wpbb_admin', 'wpbb_admin_display', '', 27.7);
       ```
   
 * Change to:
 *     ```
       add_menu_page('WPBB Overview', 'WPBB', 'manage_options', 'wpbb_admin', 'wpbb_admin_display', '', '27.7');
       ```
   
 * If that doesn’t work, try a different number until it appears in the menu. For
   example:
 *     ```
       add_menu_page('WPBB Overview', 'WPBB', 'manage_options', 'wpbb_admin', 'wpbb_admin_display', '', 28);
       ```
   
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] code displaying on page](https://wordpress.org/support/topic/code-displaying-on-page/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/code-displaying-on-page/#post-3343546)
 * Hey,
 * Looks like you’ve deactivated the plugin right now but would you be able to setup
   a temporary admin account for me so I could take a look at this? My email is 
   [me@codebycarter.com](https://wordpress.org/support/users/codebycarter/replies/page/6/me@codebycarter.com?output_format=md)
   or codebycarter by skype.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Visited Links on Main Website Changing Color](https://wordpress.org/support/topic/visited-links-on-main-website-changing-color/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/visited-links-on-main-website-changing-color/#post-3343352)
 * Hey,
 * Yes sorry about that. I’ll make sure it only affects the forum in the next version.
   Please open wp-bulletin-board/css/wpbb-light-style.css or wpbb-dark-style.css.
 * Find and remove:
 *     ```
       /* Links */
       a:link {
           text-decoration: none;
       }
       a:visited {
           text-decoration: none;
           color:#0066CC;
       }
       a:active {
           text-decoration: none;
       }
       a:hover {
           text-decoration: none;
       }
       ```
   
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] WPBB and WP 3.5 broken](https://wordpress.org/support/topic/wpbb-and-wp-35-broken/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wpbb-and-wp-35-broken/#post-3335317)
 * It has been answered many times, one was directly beneath your post: [http://wordpress.org/support/topic/no-page-template-is-made?replies=9](http://wordpress.org/support/topic/no-page-template-is-made?replies=9)
 * I will add this to the FAQ though. I just haven’t been able to release a fix 
   for this because most of the time it creates the file flawlessly and others it
   does not, unfortunately those people haven’t provided a link to their website
   or got into contact with me so I haven’t been able to find out why it’s happened,
   you included.
 * Might I suggest that if you run into problems with the Mingle plugin that you
   don’t rate their plugin as broken before contacting the author or other people
   providing support? It is very damaging, especially to people providing free support
   to free plugins.
 * If you ever choose to use WPBB and this happens again, please send me an email(
   me@codebycarter.com) and I will be able to fix it for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] WPBB and WP 3.5 broken](https://wordpress.org/support/topic/wpbb-and-wp-35-broken/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/wpbb-and-wp-35-broken/#post-3335267)
 * Well, it’s not broken. From what I could gather from your post I think that the
   template file hasn’t been copied to your theme directory. This has been answered
   numerous times on this forum. You’ll have to copy wp-bulletin-board/wpbb-template.
   php to your current theme folder. You’re right about that though, it won’t change
   the name of the page that it utilizes. You’ll just have to manually change the
   name of the page from the Pages page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] No page template is made](https://wordpress.org/support/topic/no-page-template-is-made/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/no-page-template-is-made/#post-3298290)
 * YipJien, so it is working? That’s good. But it’s not displaying as you want it,
   that’s ok and is known to happen on some themes. Very difficult to be 100% compatible
   with every WP theme. Please email me an admin login and I’ll take a look at this
   for you and try to fix it. My email is [me@codebycarter.com](https://wordpress.org/support/users/codebycarter/replies/page/6/me@codebycarter.com?output_format=md)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] cannot create a category](https://wordpress.org/support/topic/cannot-create-a-category/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/cannot-create-a-category/#post-3307334)
 * Hey Gegeadmin2,
 * Sorry I’ve been away over the Christmas break so wasn’t able to help you with
   this. You’re right WPBB isn’t “officially” compatible with multisite. It will
   run fine just like on a non multisite wordpress site. But if want a forum for
   each of your sites and to be able to control them as a network admin you won’t
   be able to, atleast not through wordpress. There is no multisite functionality
   yet. I’m hoping to make it compatible soon, it’s quite complex so still figuring
   out the best way to go about doing it.
 * Thanks, let me know if there’s anything else I can help you with.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bulletin Board] Facebook Sign In](https://wordpress.org/support/topic/facebook-sign-in/)
 *  Plugin Author [codebycarter](https://wordpress.org/support/users/codebycarter/)
 * (@codebycarter)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/facebook-sign-in/#post-3317074)
 * Hey,
 * I think you may be having the same problem as victorboba where it’s not saving
   your app api key correctly. Could you email me an admin login to [me@codebycarter.com](https://wordpress.org/support/users/codebycarter/replies/page/6/me@codebycarter.com?output_format=md)
   so I could take a look?
 * Thanks

Viewing 15 replies - 76 through 90 (of 237 total)

[←](https://wordpress.org/support/users/codebycarter/replies/page/5/?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)…
[5](https://wordpress.org/support/users/codebycarter/replies/page/5/?output_format=md)
6 [7](https://wordpress.org/support/users/codebycarter/replies/page/7/?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/7/?output_format=md)