Forum Replies Created

Viewing 15 replies - 16 through 30 (of 237 total)
  • Plugin Author codebycarter

    (@codebycarter)

    Hey!

    Really appreciate your feedback. I know there are a lot of good forum plugins out there so to have people say it’s as good or better really means a lot. I don’t really like the idea of providing ways of converting other people’s plugins to mine, since I know how much hard work goes into these plugins, especially the free ones. Someone did indeed ask for a bbPress converter in the past and I did think about it. I have been working on rewriting the entire plugin and bringing out a premium and free version of the plugin, since this plugin is difficult to edit and update, especially if custom work has been made, any updates will overwrite the changes so that has been my main focus in the new version so I won’t be bringing out any new features for this version as it would be a waste of time however will think about adding it, if not, someone else I’m sure would be able to do this as you’ll be able to easily create extensions for the plugin and add/remove them from your forum with the click of a button.

    Thanks though, will mark this as resolved but feel free to reply here if you have anything to add!

    Plugin Author codebycarter

    (@codebycarter)

    Hey,

    Thanks for reporting this. To anyone who has the same problem on versions 1.1.2 or less, just update the plugin from the plugin page to version 1.1.3.

    Thank you!

    Plugin Author codebycarter

    (@codebycarter)

    Hey guys / girls!

    Thanks for letting me know, some files weren’t included in the update. Seems I need to manually add them each time 🙁 Instead of having to fix this manually, I have tagged a new version so you will be able to update the plugin and it should then work for you.

    Thanks

    Plugin Author codebycarter

    (@codebycarter)

    Hey,

    Thanks for the screenshot. How are you creating new roles, through a plugin? Could you post a link to the plugin if so?

    Thanks

    Plugin Author codebycarter

    (@codebycarter)

    Hey,

    Sorry, thought you meant you wanted to change the text of the permissions e.g. ‘Edit’ to ‘Editing Perms’ f.e. There isn’t an easy way to change all permissions for a single role, you would have to edit each forum that the role has permissions for. Is that what you were asking?

    Plugin Author codebycarter

    (@codebycarter)

    Hey,

    Please ask your host to chmod your theme folder to 0755, or delete wpbb-template.php from your theme folder, update the plugin, and it should do this for you. It was the plugins fault, do apologize for any inconvenience caused. Should be fixed in 1.1.2.

    Thanks 🙂

    Plugin Author codebycarter

    (@codebycarter)

    Hey Martin,

    Should be fixed in 1.1.2 🙂

    Plugin Author codebycarter

    (@codebycarter)

    Hey, thanks for the feedback, really appreciated.

    Should now work in 1.1.2, please update your forum and let me know 🙂

    Thanks

    Plugin Author codebycarter

    (@codebycarter)

    Should be fixed in 1.1.2, please update, test and let me know! 🙂

    Plugin Author codebycarter

    (@codebycarter)

    Hey,

    This isn’t currently possible in WPBB I’m afraid but that has reminded me that I will try and add this into the rewritten version of the plugin that will be available soon. I am available for custom work if you’re interested but if not hold tight for more information soon! 🙂

    Will mark as resolved, but feel free to reply here if you have any further questions, etc.

    Thanks.

    Plugin Author codebycarter

    (@codebycarter)

    Hey jdflom,

    Cannot replicate this on my end, would you mind setting up an admin account for me so I could take a look and figure out why this is happening? My email is me at codebycarter.com

    Appreciated, thanks!

    Plugin Author codebycarter

    (@codebycarter)

    Hey,

    Are you using the s2 member plugin by any chance? If you are, or aren’t, could you paste the roles that you see when creating/editing a forum here please?

    Thanks!

    Plugin Author codebycarter

    (@codebycarter)

    Hey,

    Are you using the s2 member plugin by any chance? If you are, or aren’t, could you paste the roles that you see when creating/editing a forum here please?

    Thanks!

    Plugin Author codebycarter

    (@codebycarter)

    Hey Bren216,

    To change the actual text of View, Read, Post etc you would need to edit quite a lot of files, unless you translated the plugin (not necessarily to another language, but to how you want the text to be structured, etc) you should be able to do this though I have never done this myself so you may want to ask on the WP support forums for assistance.

    In the premium version of the plugin you will be able to easily edit all the text in one file for those who just want to change the way the text is structured, add/remove any text etc and it will also be easily translated to a different language, too.

    There isn’t a way to hide forums from certain roles yet, but this has been implemented and made much clearer in the premium version. Once it is released, a free version of it will also be available and replace the current plugin (as an update, no manual tinkering will be required).

    I do do custom work, so there’s always that possibility. Since I wanted to rewrite the plugin to make it easier to update and add/remove extensions/sub plugins from, I don’t want to add any new features to the current plugin. I will try my best to fix any bugs however.

    Will mark this as resolved to help keep the support forums clean but you can still reply here if you have any other questions, problems, etc.

    Thanks!

    Plugin Author codebycarter

    (@codebycarter)

    Hey ProGamer,

    I think your post might be confusing to others as it sounds like it doesn’t work with any theme but I’m sure I’ve helped you out in the past and you’ve used other themes. You could’ve said that you’re just having problems with this new theme you installed – just saying! 🙂

    The dark css works best on this theme, yes, once you’ve changed it to the dark theme in your WPBB settings, open wp-bulletin-board/css/wpbb-dark-style.css at around line 67 and replace:

    .wpbb-table th {
            color: #666;
    	font-size: 10px;
    	font-weight: 500;
    	letter-spacing: 0.1em;
    	line-height: 2.6em;
    	text-transform: uppercase;
    	padding: 0px 5px 0px 5px;
    	background-color:#282828;
    }

    with:

    .wpbb-table th {
    	color: white; /* White or Any color you want to use */
    	font-size: 10px;
    	font-weight: 500;
    	letter-spacing: 0.1em;
    	line-height: 2.6em;
    	text-transform: uppercase;
    	padding: 0px 5px 0px 5px;
    	background-color:#282828;
    }

    Then to change the post/topic editor text color you’ll need to open:

    /wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css

    at line 40 and change the color to something different. Since I don’t believe the gamepress uses the WP editor in its theme, by default the WP editor is on a white background so it uses a darker color so you’ll need to change it there. Save and see what you think! Feel free to post if you have any questions, problems, etc!

Viewing 15 replies - 16 through 30 (of 237 total)