Forum Replies Created

Viewing 15 replies - 61 through 75 (of 237 total)
  • Plugin Author codebycarter

    (@codebycarter)

    Hey acquariusoft,

    Sounds like you’re editing a category. You can only enter/edit a name and order for a category. You’ll need to create forums inside the category. With forums and sub forums you’ll be able to enter/edit permissions and descriptions. If you go to your admin dashboard -> WPBB you’ll see all your categories, forums and subforums and it will show you what type it is as well for example:

    Name         Category       Forum        Subforum
    CategoryName   Yes          No           No
    ForumName      No           Yes          No
    SubforumName   No           No           Yes

    But instead of ‘Yes’ and ‘No’ check boxes are used.

    Plugin Author codebycarter

    (@codebycarter)

    Sorry forgot to include that in my post. It’s me@codebycarter.com.

    Thanks.

    Plugin Author codebycarter

    (@codebycarter)

    Ah, it’s a premium theme. I’m afraid I don’t have a copy. Would you be ok with setting up an admin account for me so that I could take a look at your website and try find out why this is happening? If not, your best bet is to try and get a hold of the theme author and see if there’s anything they can do, reference this topic if you like.

    Thanks again.

    Plugin Author codebycarter

    (@codebycarter)

    Sounds like it could have something to do with the theme then, are you able to use a different theme? What’s the name of the theme it’s not working on please?

    Thanks

    Plugin Author codebycarter

    (@codebycarter)

    Sorry to hear that. Feel free to post here if you ever change your mind, me or someone else may be able to help you.

    All you’ll have to do though is delete wp-content/themes/your_theme/wpbb-template.php

    That’s the only thing WPBB doesn’t remove when you delete it, will fix that in the next update since it should do this.

    Thanks.

    Plugin Author codebycarter

    (@codebycarter)

    Just updated the plugin since there were quite a lot of strings that weren’t setup for translation in that file, that has been fixed a long time ago in the latest version which isn’t quite ready yet but have just fixed a few bugs and fixed those strings. Please download http://downloads.wordpress.org/plugin/wp-bulletin-board.1.1.1.zip to your computer then upload the wp-bulletin-board/php/admin/wpbb-admin-settings.php to your wp-bulletin-board/php/admin/ websites folder.

    Please let me know if you find any more, will update the plugin if there are a lot of changes to be made or post the solution here, will update plugin if necessary when it’s working for you.

    Thanks again.

    Plugin Author codebycarter

    (@codebycarter)

    That’s great. No one has sent a finished translation to me so that’s why there aren’t any. I can see why those strings aren’t being translated, that’s my fault. Please open wp-bulletin-board/php/wpbb-view-forum.php around line 139 to 144 find:

    <th><?php _e('Status'); ?></th>
    			<th><?php _e('Topic'); ?></th>
    			<th><?php _e('Author'); ?></th>
    			<th><?php _e('Posts'); ?></th>
    			<th><?php _e('Last Reply'); ?></th>
    			<th><?php _e('Action'); ?></th>

    Change to:

    <th><?php _e('Status'); ?></th>
    			<th><?php _e('Topic', 'wp-bb'); ?></th>
    			<th><?php _e('Author' 'wp-bb'); ?></th>
    			<th><?php _e('Posts' 'wp-bb'); ?></th>
    			<th><?php _e('Last Reply' 'wp-bb'); ?></th>
    			<th><?php _e('Action' 'wp-bb'); ?></th>

    Let me know if you find anymore, will fix it ASAP.

    Thanks again.

    Plugin Author codebycarter

    (@codebycarter)

    I remember gleb.svechnikov (http://wordpress.org/support/topic/plugin-wp-bulletin-board-language-how-to-switch-to-another-one?replies=9) was working on a russian translation. I remember that he had most of the text translated on his website and emailed me because a few strings weren’t translating properly but that was fixed and I assumed that he got it working, haven’t heard from him since.

    Could you try sending me the .mo file please, I’ll try to find out why it’s not working. My email is me@codebycarter.com if you prefer to send it that way.

    Thanks again for your patience.

    Plugin Author codebycarter

    (@codebycarter)

    Ok. You definitely have a file called “wp-bb-nl_NL.mo” in wp-bulletin-board/languages/?

    Plugin Author codebycarter

    (@codebycarter)

    Is your WordPress site in dutch by the way? Open wp-config.php in your wordpress folder and find:

    define('WPLANG', '');

    Should be:

    define('WPLANG', 'nl_NL');
    Plugin Author codebycarter

    (@codebycarter)

    Did you save it as wp-bb-nl_NL.mo and place it in your websites wp-content/plugins/wp-bulletin-board/languages/ folder? Also that seems like you translated the file really quickly, did you translate all of the 300+ strings to dutch and validated and saved the file and received a .mo file?

    Plugin Author codebycarter

    (@codebycarter)

    Super let me know if you have any luck with rsspect, will still be able to do this for you regardless. I can make it display the latest topics and/or posts with a limit or display topics and posts that have yet to be read by the user. Please let me know which works best.

    Thanks again.

    Plugin Author codebycarter

    (@codebycarter)

    Please download http://downloads.wordpress.org/plugin/wp-bulletin-board.1.1.1.zip to your computer. I’ve added the .pot file to the plugin, it’s in wp-bulletin-board/languages/translator/wp-bulletin-board.pot. Then use something like poedit (http://www.poedit.net/download.php) to open the file and to translate the strings to dutch, validate, upload .mo file to your website (make sure you put it in the wp-bulletin-board/languages folder) and it should be called “wp-bb-nl_NL.mo”.

    Please post here again if you have any questions or problems.

    Thanks.

    Plugin Author codebycarter

    (@codebycarter)

    Hey guys,

    I think Paul meant that one of our plugins didn’t display its page on the menu in the admin dashboard. Like Franky they worked fine for me locally, I think when you activated another plugin our two menu positions conflicted. Could you please open wp-bulletin-board/wp-bb.php at line 345:

    add_menu_page('WPBB Overview', 'WPBB', 'manage_options', 'wpbb_admin', 'wpbb_admin_display', '', 27.7);

    Change to:

    add_object_page('WPBB Overview', 'WPBB', 'manage_options', 'wpbb_admin', 'wpbb_admin_display', '');

    Then save. Kudos to Franky for using that, I had been looking for a way to add it to the end of a menu but hadn’t got around to fixing it.

    Just in case it still doesn’t work for you, try:

    add_menu_page('WPBB Overview', 'WPBB', 'manage_options', 'wpbb_admin', 'wpbb_admin_display', '', '27.0');

    Thanks

    Plugin Author codebycarter

    (@codebycarter)

    I may have misunderstood you but there isn’t a dutch translation that you can use, you’ll need to translate the strings yourself. I’d recommend using http://www.poedit.net/download.php. Open the .pot file from wp-bulletin-board/languaged/translators, translate all the strings to dutch, validate it and it should create a .mo file that you need to place in your wp-bulletin-board/languages folder (save as or rename to wp-bb-nl_NL.mo).

    Please let me know if you need any further help.

    Thanks.

Viewing 15 replies - 61 through 75 (of 237 total)