MattGeri
Forum Replies Created
-
Forum: Plugins
In reply to: [Discussion Board - WordPress Forum Plugin] Comments don’t appearHi there,
This is very likely a theme issue. I’ve taken a look at your site to diagnose the issue and it looks like the plugin is no longer active. Have you deactivated it?
Thanks,
MattForum: Plugins
In reply to: [Discussion Board - WordPress Forum Plugin] Moderators?Hi Khomel,
The moderator would need to be a WordPress admin.
Hope this helps,
MattForum: Plugins
In reply to: [Discussion Board - WordPress Forum Plugin] Can users edit their posts?Hi Khomel,
Currently only admins can edit comments as per WordPress core functionality. We’re looking at introducing a feature where users can edit their own posts inline. This is a feature we’re looking to introduce.
In the meantime, you can use a plugin like https://wordpress.org/plugins/simple-comment-editing/ to allow comment editing by users on the forum.
Cheers,
MattHi there,
Discussion Board uses WordPress for sending emails, so if you’re not getting emails, then there is an issue with WordPress sending emails from your server. there are generally two reasons for mail not being received:
1) The email ended up in a spam folder (did you check the spam folder for the email)
2) Your server is unable to send the emailIf the email is not in your spam folder, I would recommend getting in contact with your Web host and ask why email is not being sent. Otherwise, I would suggest that you use a service like Mailgun (https://www.mailgun.com/) to send email. Mailgun has a WordPress plugin you can install and when setup, you are almost guaranteed that the email will be delivered,
Hope this helps,
MattForum: Plugins
In reply to: [Discussion Board - WordPress Forum Plugin] Adding existing users to forumsHi there,
Yep! Discussion Board uses the WordPress users system so any WordPress users are also Discussion Board users 🙂
Cheers,
MattForum: Plugins
In reply to: [Discussion Board - WordPress Forum Plugin] ERR_TOO_MANY_REDIRECTSHi,
I think you’re looking for WordPress support and not WP Discussion Board support. This forum is for support of WP Discussion Board, a plugin for WordPress.
You can access the WordPress support forum at: https://wordpress.org/support/
Thanks,
MattForum: Plugins
In reply to: [Discussion Board - WordPress Forum Plugin] Removing New Topic ButtonHi,
Yes, you can remove the New Topic button using the
ctdb_new_topic_button_filterfilter. For that specific filter, you would need to just return an empty string.The solution would look something like this:
<?php add_filter( 'ctdb_new_topic_button_filter', function() { return ''; } );Hope this helps 🙂
MattI have the same issue for an Analytics account that was recently transferred to me. The permissions all look correct (as per screenshots above), but I get the same message.
Forum: Plugins
In reply to: [WP Most Popular] Show post view countHi zenial,
WP Most Popular uses a custom table to store post data. This means that to fetch post count data, you’ll need to write a custom query to fetch the data. The table name is
{wp_prefix}_most_popularI’m currently planning the next major version of the plugin which will store the post data in post meta and make it much easier to fetch the counts.
Thanks,
MattForum: Plugins
In reply to: [WP Most Popular] Filter by CategoryHi!
Are you using the widget or custom function?
Thanks,
MattForum: Plugins
In reply to: [WP Most Popular] Exclude CategoriesHi,
Are you referring to the widget or function?
Thanks,
MattForum: Plugins
In reply to: [WP Most Popular] Sorry. No data so far.Marking this thread as resolved
Forum: Plugins
In reply to: [WP Most Popular] Sorry. No data so far.Glad you got it working! 🙂
Forum: Plugins
In reply to: [WP Most Popular] [Plugin: WP Most Popular] Specify post_type in widgetHi There!
This has been added to the future release list 🙂
Thanks!
MattForum: Plugins
In reply to: [WP Most Popular] [Plugin: WP Most Popular] Use php version howto?Hi Burak,
Thanks for the feedback.
In a future I will add an option for choosing JS or PHP logging.
Thanks,
Matt