codebycarter
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Bulletin Board] WordPress database error:Thanks for reporting this. I just finished working on an update to fix these issues. Please update your plugin.
Forum: Plugins
In reply to: [WP Bulletin Board] Posts Not RedirectingHey,
I probably wasn’t clear in the changelog but what it does is add a link to the message “Thank you for posting x in x” which will take you to that topic or post (only when creating a topic or using the reply topic feature as you can see your new post when quick replying). I know what you mean though and will try and add this in a future update.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] Last Post Info Won't UpdateHey DustinRyan,
I’ve just released an update to fix this and a couple other bugs, please update your plugin.
Thanks again
Forum: Plugins
In reply to: [WP Bulletin Board] Collecting Subscribers DataHey jawaymusic,
I’ll have to look into this to see how it works. WPBB doesn’t yet save any information about the facebook user except an access token which is currently unused but is for this purpose.
Forum: Plugins
In reply to: [WP Bulletin Board] Issues After 1.1.0 UpdateGreat stuff!
Feel free to open another topic or email me if you run into any more problems. Will mark this as resolved.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] Issues After 1.1.0 UpdateNo you can safely deactivate the plugin at any time it will save all your data. It will only delete your data if you deactivate and then delete the plugin completely 🙂
Forum: Plugins
In reply to: [WP Bulletin Board] Issues After 1.1.0 UpdateTry deactivating then activating again that should create the table for you, it’s possible with the muddle with the updates that something was missing and it didn’t create itself.
If that doesn’t work, would you be able to email me with an admin login? I’ll be able to add some code to try and create the table from wordpress and see what if any the errors are. My email is me@codebycarter.com
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] Admin WP User Can't Do Anything?Hey Lee,
Could you email me with temporary admin account login details? Never heard of anyone having this trouble even after using the update roles tool so will be interesting to see what’s causing this. My email is me@codebycarter.com
Thanks again
Forum: Plugins
In reply to: [WP Bulletin Board] Issues After 1.1.0 UpdateDustinRyan,
Sorry about that. I see the problem, didn’t see it myself as I’m using the default permalink settings at the moment.
Open wp-bulletin-board/php/wpbb-forum.php line 409.
Change
require_once('wpbb--index.php');To
require_once('wpbb-index.php');Sorry to hear that akalatheory. I haven’t yet received an email from you. Let me know if you change your mind.
Thanks.
Forum: Plugins
In reply to: [WP Bulletin Board] Issues After 1.1.0 UpdateWould you be able to setup a temporary admin account for me so I could take a look at this? My email’s me@codebycarter.com
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] Issues After 1.1.0 UpdateYou might have updated with the first invalid update which used different filenames, you could try deleting and reinstalling that should do it.
If not add this line to wp-bulletin-board/wp-bb.php between <?php and ?>
error_reporting(E_ALL);That should then display a message on the forum page, copy and paste that here. It is likely it’s using an incorrect filename in your theme folder / wpbb-template.php or wpbb-template.php doesn’t exist.
Forum: Plugins
In reply to: [WP Bulletin Board] Issues After 1.1.0 UpdateHey akalatheory,
Sorry about that, problems with subversion. Please download the plugin again and overwrite the files manually or deactivate and delete the plugin then reinstall but only if you don’t need to save anything as doing it this way will erase all your data.
Let me know if you need any help with this I can manually overwrite the files for you without you losing any data.
Thanks
Forum: Plugins
In reply to: [WP Bulletin Board] Admin WP User Can't Do Anything?Hey Lee,
Sounds like you need to update your roles with WPBB. Goto your admin dashboard -> WPBB -> Tools -> Refresh Roles.
In the next version it’ll let you know if you need to update your roles.
Thanks!
Forum: Plugins
In reply to: [WP Bulletin Board] are topic titles limited to 25 chars?Thanks someone else did have the same problem and it is fixed in the next version.
If possible could you send me an email (me at codebycarter.com) with a link to your wordpress site and with temporary admin account login details? I’ll be able to add some temporary code to update your database tables.
Thanks
Thanks for reminding me about this I’m actually thinking of doing this as a separate plugin. Will be releasing a big update sometime in the next few days so will try and start working on it after then 🙂