WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors List] making regular post titleCan you send over the URL to the page where the authors list is being displayed?
Do you have the “Let Admin Subscribe” option set to “Yes” (in WP admin > StCR > Options)?
By default as an admin you won’t see the option to subscribe when you’re leaving a comment. You only see a link to manage the subscribers for that post.
If you enable that option you will see the checkbox (or dropdown) that allows you to subscribe when leaving a comment.
Forum: Plugins
In reply to: [Cool Tag Cloud] Translating the ‘title’ displayed for Categories and TagsHi @rodandar
Thanks for sharing the solution.
A bit more info on that can be found over at https://wpml.org/documentation/getting-started-guide/translating-widgets/
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Tip for the plugin adminHi @steve92
Thanks for the suggestion, will add that to the list.
No, sorry. The management page for our plugin needs to be on it’s own page.
Sorry, I’m not sure I understand, what do you mean by “ABO”?
Forum: Plugins
In reply to: [Simple Basic Contact Form] PHP DeprecationHi @titsmaker
Thanks for bringing it to our attention, we’ll get that fixed.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] PHP 8.0 problemYou’re welcome.
I’ll add the multi-language issue to the list for testing/fixing.
Forum: Plugins
In reply to: [Cool Tag Cloud] How to show tags with post numbers >= 50You’re welcome.
Forum: Plugins
In reply to: [Cool Tag Cloud] How to show tags with post numbers >= 50There’s no option at the moment to limit the tags based on the amount of posts they have. We’ll add that to the to do list.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] PHP 8.0 problemHi @bikegremlin
You’re welcome.
Can you share a bit more info? Did it fix the issue with those errors shown at the top of the page, but you’re experiencing other issues with PHP 8 and the Litespeed object cache?
Sorry, having a bit of trouble figuring out what exactly happens.
Forum: Plugins
In reply to: [Social Sharing Plugin - Kiwi] wp-admin Warning: failed to open streamHi @robwatsondz
Thanks for letting us know. Will pass that on to the developer and we’ll release an update in the next few days. Most likely on Monday.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] PHP 8.0 problemHi,
Can you try this:
- Go to WP Admin > StCR > Management Page
- Set “Virtual management page” to “No” and save changes
- Go to WP admin > Pages > Add New and create a page called “Comment subscriptions”, the permalink should be comment-subscriptions
- For the content of the page add
[stcr_management_page]
- This reply was modified 4 years, 4 months ago by WPKube.
The subscriptions are stored in
wp_postmetabut the info about subscribers is stored inwp_subscribe_reloaded_subscribers.When they subscribe again they’ll be added to
wp_subscribe_reloaded_subscribersand the subscriptions will work normally.But without the connection between
wp_subscribe_reloaded_subscribersand the data inwp_postmetanot everything is going to work. For example the deleted subscribers won’t be able to manage their subscriptions.Also the subscribers that are missing should still be getting the notifications and in the email there are links to unsubscribe, but they won’t work.
Hi @f1news
Which table’s records did you delete? Is it
wp_subscribe_reloaded_subscribers? That one is needed for the system.