devu
Forum Replies Created
-
Forum: Plugins
In reply to: [Flamingo] Custom serial_numberThank you @danultimate
Any idea about the table / field where the serial_number is stored?Forum: Plugins
In reply to: [Plugin: WP Super Cache] Is There Any Way I Can Keep A Dynamic Widget…???Hmmm… so, when I install a new widget, I see it in not cached pages, right? If, when not cached, the php writes:
<script type="text/javascript" src="http://www.yourdomain.com/blog/whatever/wp-content/plugins/my-plugin/myplugin.js"></script> <script type="text/javascript"> var url = "http://www.yourdomain.com/blog/whatever/wp-content/plugins/my-plugin/myplugin.php?postId=123somethingelse=abc"; doSomething(url); </script>then when the post is cached, does WP Super Cache store the complete generated html? If so, I could just warn plugin users that once enabled, my widget won’t appear until the cache has been refreshed.
Thanks
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Is There Any Way I Can Keep A Dynamic Widget…???Hi donncha, I have one more question about widgets and WP Super Cache 🙂
I’m moving one of mine on Ajax so that it’s compatible with WP Super Cache. I have just one blog with one wordpress instance and can’t keep on installing/uninstalling the cache for testing on that environment.
I just need to know how does your plugin manage wordpress widget activation in the sidebar. Is there any documentation I can read about this topic?
The widget I am moving on ajax just need to know the directory where the plugin is installed so that it can do the xmlHttp call to the right file.