Raam Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [Comet Cache] Lighttpd@alejandroartmm There is no special configuration necessary. As long as you get
mod_rewriteworking for WordPress core (so that Permalinks work properly), Comet Cache should just work. πForum: Plugins
In reply to: [Comet Cache] Clear cache when scheduled post is published@tomrice Are you saying that the cache does not get cleared when a scheduled post gets published? If so, then that sounds like it might be a bug that we need to look into. Does the cache clear fine if you publish a post without scheduling it (i.e., publish immediately)?
Forum: Reviews
In reply to: [Comet Cache] Really good work!@torko Thank you very much for the 5-star review! π
Forum: Reviews
In reply to: [Comet Cache] I like it very much@glaeskewpr Thanks so much for the 5-star review! π
Forum: Plugins
In reply to: [Comment Mail] SparkPost and asynchronous mailis it really that smooth moving from StCR?
Yes, and the nice thing is that Comment Mail doesn’t touch your StCR database at allβit just imports all of your subscribers and leaves the StCR data in place. That way you can verify that the subscriptions imported properly, disable StCR (but not delete it), and if you discover a problem with Comment Mail (or decide you don’t like it), you can just disable Comment Mail, re-enable StCR, and things will be back to the way they were.
Comment Mail imports many StCR settings (see Subscribe to Comments Reloaded (StCR); Settings Imported by Comment Mail Upon Plugin Activation), but it’s still a good idea to go through the Comment Mail settings to become familiar with what’s available.
Also, are you suggesting that WP-Mail-SMTP plug-in would be a better option than the SparkPost plug-in?https://ww.wp.xz.cn/plugins/sparkpost/
No, I’m just more familiar with WP-Mail-SMTP; SparkPost should work just fine.
can RVE be turned off
Certainly. And it’s disabled by default. The RVE feature is something that depends on your audience. Some site owners love the idea because it makes things easier for commenters. Others would rather have visitors coming to their website to leave a comment so that they expose them to other things on the site. You don’t have to use the feature if you don’t want to. π
Forum: Plugins
In reply to: [Comment Mail] Problem with hotmail.comThis issue has been fixed in the dev branch and the fix will go out with the next release: https://github.com/websharks/comment-mail/issues/259#issuecomment-219488455
@philippe-pierre Thank you very much for the review and the great feedback! This is a new project for us so we appreciate the patience while we work on polishing things!
I’ve opened a GitHub issue to look into and fix the issue with Postman-SMTP; see https://github.com/websharks/comment-mail/issues/271
Also, we have a KB Article that we’re drafting to help explain where translation files should go; I’ve added a link to your post above to that KB Article draft so that we can answer the question about where to put translation files for the Pro version.
Regarding shortcode tags and simplified email template modification: Have you seen the Simple templates, or were you looking at the Advanced templates? The Simple templates do indeed have shortcodes and even a simplified conditional system to make the templates quite easy to edit (see screenshot here: https://cloudup.com/c6bfvfW8Bji). The Advanced templates allow you to dig into the PHP and HTML and get very fine control over the templates, but the Simple templates are what are enabled by default.
Forum: Plugins
In reply to: [Comment Mail] SparkPost and asynchronous mail@bobinoz Yes, Comment Mail includes a queue processor that handles large numbers of outgoing emails. Comment Mail Pro includes the ability to control the queue processor (see screenshot of Queue Processor Adjustments), so that sounds like it would solve your issue quite nicely.
Basically, if you have a lot of outgoing notifications generated by Comment Mail, the queue processor handles those to control how quickly they get sent out (according to your settings). In Comment Mail Lite (the free version available here on ww.wp.xz.cn), the queue processor uses the settings shown in the screenshot above, however those settings can’t be tweaked in the free version.
Regarding SparkPost: Outgoing emails can certainly be configured to use whatever SMTP email service you like (Comment Mail Pro includes a panel that allows you to configure the SMTP server used by WordPress for outgoing emails; otherwise you can use any other plugin such as WP-Mail-SMTP).
Also worth mentioning regarding SparkPost: Comment Mail Pro includes a feature that allows your subscribers to reply directly to comment notification emails to add new replies to their comments (instead of using the comment form on the post)βwe call this feature Replies Via Email (RVE). We’re working on adding SparkPost support for RVE; see https://github.com/websharks/comment-mail/issues/265
Forum: Plugins
In reply to: [Comet Cache] Disabled Comet Cache Plugin@dblinks That would explain it. If Comet Cache can’t update your
wp-config.phpfile then it won’t be able to enable/disable the cache.Forum: Reviews
In reply to: [Comet Cache] OUTSTANDING !@johnnyrc Thanks so much for the 5-star review! π
Forum: Plugins
In reply to: [Comet Cache] Disabled Comet Cache Plugin@dblinks Two things control all WordPress caching plugins:
define('WP_CACHE', TRUE);in yourwp-config.phpfile and thewp-content/advanced-cache.phpfile.When you deactivate Comet Cache, both of those are removed (that is, unless Comet Cache is unable to remove them for some reason). I suggest double-checking that those two things have been removed.
See also: How do I uninstall Comet Cache?
Forum: Plugins
In reply to: [Comet Cache] powerpress (podcast) issue@franzblog I’m not aware of any other reports of issues with PowerPress + Comet Cache and I can’t think of any reason Comet Cache would cause the behavior you described. Keep us posted after you try MIke’s suggestion and if it’s a problem that seems specific to Comet Cache I’m happy to take a closer look.
Forum: Plugins
In reply to: [Comet Cache] unable to activate@bomietoor If you leave the Plugin Deletion Safeguards enabled, then the ZenCache settings stored in the database won’t be deleted when uninstalling and when you install Comet Cache, it will detect the ZenCache settings in the database and import those.
Forum: Plugins
In reply to: [Comet Cache] unable to activate@bomietoor Did you try completely uninstalling both ZenCache and Comet Cache and then trying again?
If you still get a fatal error, I suggest enabling WordPress debugging to see if you can get some more information about what the error is: https://codex.ww.wp.xz.cn/Debugging_in_WordPress
Forum: Plugins
In reply to: [Comet Cache] website slow when user login@gunnu I’m sorry, I don’t have any recommendations. You might try posting on the main WordPress support forum.