Forum Replies Created

Viewing 15 replies - 76 through 90 (of 237 total)
  • Plugin Author codebycarter

    (@codebycarter)

    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. I’ll then be able to confirm this and create the tables if neccessary.

    Thanks.

    Plugin Author codebycarter

    (@codebycarter)

    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/ 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.

    Plugin Author codebycarter

    (@codebycarter)

    (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

    Plugin Author codebycarter

    (@codebycarter)

    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
    }

    Plugin Author codebycarter

    (@codebycarter)

    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.

    Plugin Author codebycarter

    (@codebycarter)

    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

    Plugin Author codebycarter

    (@codebycarter)

    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
    codebycarter

    Thanks

    Plugin Author codebycarter

    (@codebycarter)

    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!

    Plugin Author codebycarter

    (@codebycarter)

    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 or codebycarter by skype.

    Thanks

    Plugin Author codebycarter

    (@codebycarter)

    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.

    Plugin Author codebycarter

    (@codebycarter)

    It has been answered many times, one was directly beneath your post: 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.

    Plugin Author codebycarter

    (@codebycarter)

    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.

    Plugin Author codebycarter

    (@codebycarter)

    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

    Thanks

    Plugin Author codebycarter

    (@codebycarter)

    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.

    Plugin Author codebycarter

    (@codebycarter)

    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 so I could take a look?

    Thanks

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