oj.dupuis
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Varnish Purges] Purging varnish doesn't seem to be workingHello,
about the warning I think it is due to the fact that when a post has been modified the Varnish Purger tries to purge all the tag pages where the post is present. But I didn’t take the case where no tag is defined into account. I will correct that but it is not a real problem.
Also once admins have logged in on their site (which run’s under the domain mapping plugin) and you view the site its still loading from varnish (no admin bar at the top)
I think you are using the vcl file provided in the plugins. As on our platform we use custom cookies I think that I understand the problem could you try to replace :
# ################## # 98)Logged in used # ################## if ( req.http.Cookie ~ "wordpressuser=") { set req.http.Domaine = regsub(req.http.Cookie,"wordpressuser=([^;]+)","\1"); if (req.http.Domaine == regsub(req.http.Host,"^([^\.]+)\.","\1")){ return (pass); } }
by
# ################## # 98)Logged in used # ################## if ( req.http.Cookie ~ "wordpress_[^=]+=") { return (pass); } }
Could you tell me if that solves your problem ?
Thanks
Olivier
Forum: Plugins
In reply to: [Plugin Varnish Purges] Purging varnish doesn't seem to be workinghello,
I corrected it in version 0.92, sorry about that it was a regression I didn’t pay attention about.
I decided today to move this configuration from a per blog basis to a site wide configuration.
I just uploaded the V0.93 that solves your problem. It should be soon be available through www.remarpro.comThanks for your feedback.
Olivier
PS: This plugin will be used professionnaly by the end of the month. So IT WILL work !
Forum: Plugins
In reply to: [FAQ Manager] InternationalizationNorcross,
I created a zip files containing the modified files for internationalization support. The zip contains a readme file with a detailed changelog so that you know what has been added/modified.
In few words :
– Added a languages directory for po and mo files.
– added a loadtext_domain in faq-manager.php
– modified each __(), _x() and _e() added a textdomain
– enclosed certain parts/sentences with _e().I uploaded a zip on megaupload :