Quote:
Originally Posted by Icy
I need a little help.
PHP Code:
if (THIS_SCRIPT == 'showthread' AND $vbulletin->options['quickreply'] > 0) { $globaltemplates = array_merge($globaltemplates, array( 'quickreply_addon', )); }
This does catch template only in show thread page. But I need to cache the quickreply_addon template in new thread, new reply, pm reply/forward & infraction window too. What 'll be the code? Waiting for help.
|
This does not even cache the template on showthread for me. Can any one tell me why this is not caching on show thread?

I been working for an hour atleast trying to cache this and it does not seem to work.