codebycarter
Forum Replies Created
-
Hey victorboba,
Would you be able to email me with an admin login so I could take a look at this? It seems to be working fine for me.
My email is me@codebycarter.com
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] No page template is madeAll you have to do YipJien is move wpbb-template.php to your theme folder (the current theme you’re using). You can find wpbb-template.php in the wp-bulletin-board folder. You might want to copy it since if you change the theme it’ll try to copy/move that file to your theme folder itself and if you moved it it won’t exist. If you don’t have a copy, try download the plugin again for the file or create a file in your theme folder and paste in the contents, it’s only a few lines long.
Forum: Plugins
In reply to: [WP Bulletin Board] Difference between "Read" and "View" permissionsNo, giving a role read permissions enables users in that role to be able to read topics and posts in a forum or subforum whereas the view permission just allows them to view inside the forum or subforum but not any topics or posts.
Please let me know if you have any more questions, you can post it here, I’ll just mark this topic as resolved for now.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] Permissions for ForumHey thegreatwhay,
Could you please email me an admin login (me@codebycarter.com) and I’ll take a look at this for you.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] Widgitize!Thanks guys. I had been working on a recent topics/posts feature that people have asked for before Christmas but have been away over the Christmas break so have just come back to it today. There will definitely be a recent topics/posts feature in the next version but I will keep the other ideas in mind for a future version.
Forum: Plugins
In reply to: [WP Bulletin Board] Change the font size?Well you can but there isn’t just one font or one font size that the plugin uses I’m afraid, there are quite a few. If you go to wp-bulletin-board/css/wpbb-light-style.css (or dark depending on your settings) and then find any occurrences of “font-size:”. Change the value after the colon and always make sure there is a “px” for pixels after the value and a semi colon at the end. E.g. it should always look like this, with any value:
font-size:12px; font-size:20px; font-size:5px;etc…
If you look above the font-size you should see a comment, like this:
/* this is a comment if its between these two characters /**/ */ /* comment */ not a comment /* another comment */They should be self-explanatory, so you’ll know what it is exactly that you’re changing.
Let me know if you didn’t understand anything or have any further questions, I’m hoping to have some kind of dashboard editor for this kind of thing in the future but still busy with other things and deciding the best way to do it at the moment.
Thanks
This tells you in what file the error is occurring and at what line. As you see it is caused by the eclipse theme and not WPBB.
It has nothing to do with WPBB (this plugin). If you ever receive an error and you see wp-content/wp-bulletin-board in the path then it is from WPBB, otherwise it’s another plugin/theme. You might want to check wp-bulletin-board/wp-bb.php for the line:
error_reporting(E_ALL);This displays any errors, not just this plugins. Remove this line and any warnings should dissapear but errors such as the one above should be fixed by the theme/plugin author.
Forum: Plugins
In reply to: [WP Bulletin Board] Cannot start a categoryHello,
When you go to create a category is the page blank? The same for the create forum and create subforum pages? I think what might of happened is that the forums table wasn’t created for some reason. Would you be able to email me a login with administration privileges (me@codebycarter.com), I should be able to try and manually create the tables for you and find out why it didn’t do it itself.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] Date Format?Actually you can browse the plugins development log in the Trac: http://plugins.trac.wordpress.org/log/wp-bulletin-board/
The most recent updates being at the top, to view the changes look at the Rev column next to the number is an icon click that and you’ll be taken to a page which’ll show you what files were added/modified/removed.
You can also subscribe to the development log:
http://plugins.trac.wordpress.org/log/wp-bulletin-board?limit=100&mode=stop_on_copy&format=rssI’ll gladly add a list of changed files to the changelog however if you don’t like it for whatever reason.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] can subscribers upload images?Actually this is the WordPress media’s doing, it doesn’t seem to allow subscribers to upload you’re right, unfortunately there doesn’t seem to be a setting to change this either. You might want to open a topic here http://wordpress.org/support/forum/how-to-and-troubleshooting and ask them.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] change permalinksHey heylookitsmewow,
Yep someone has actually asked for this just a few days ago, I’m hoping to add it in this update or the next since it’ll require rewriting a lot of code.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] No page template is madeHey Creatingz,
It sounds like it wasn’t able to create the file wpbb-template.php in your theme folder. All you have to do is move/copy wp-bulletin-board/wpbb-template.php to your current theme folder should work fine then.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] Number of Views ColumnHey Nik_S,
Thanks. It sure is, but since it’s going to require some work I’ll add this as a feature in the next version which should be released in a few days just before christmas.
Another great idea, I’ve added this onto my to do list as well.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] Changing the "Freshness" of TopicsHey,
A good point – I’ll add this as a changeable setting somewhere in the next version. You’re right where the change needs to be made, just change that value (that’s in seconds 43200 = 12 hours). Let me know if there’s anything else I can help you with.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] Is there a way to moderate comments?Not at the moment but I’m adding this as a feature for the next version should be available in the next few days. Let me know if there’s anything else I can help you with.
Thanks