Plugin Updates Only on Rebuild
Question
I'm using a plugin, and the output does not change when I refresh the page.
Answer
Most Movable Type plugins are static, which means they only change when the templates are rebuilt. If you want something that will change every time your browser refreshes, you need a dynamic solution.
Examples of dynamic solutions are PHP, SSI, and Javascript. If you are using the MySQL backend, you can also use PHP to connect directly to the database.
With the implementation of dynamic publishing in version 3.1 of Movable Type, more and more plugins will be rewritten in PHP, which should alleviate this issue for those plugins.


