PDA

View Full Version : not cached bbcode - how to?


NLP-er
09-24-2009, 09:59 AM
I want to create bbcode which will be not cached. It means that it will be generated each time when page page is shown. I already have my bbcode created, but now it is cached and when I'm changing URL parameters it doesn't respond till I edit post. What to do get bbcode which will be generated each time (without any cache)?

--------------- Added 1253793217 at 1253793217 ---------------

Ok I have it it is enough to set $parser->options['cachable'] = false; in your external handler :)