Quote:
Originally Posted by Alex_
But I like the cache feature...
I tried it with $post_cachable = false within the plugin without success... there must be point when the forum decides to use the cached version.
|
It seems that if
$post['pagetext_html'] exists then it uses that instead of $postbit['pagetext'].
Adding:
$post['pagetext_html'] = "";
to the end of the plugin fixed it for me.
If this solves your problem, I will update the two XML files.