Search results for query: *

  • Users: Entriple
  • Content: Threads
  • Order by date
  1. E

    Template Caching

    So here is the basic situation. Today has had a lot of template changes here and there. In one particular case the styleid is being overridden by a plugin for various particular pages. Today, randomly, the entire page showed blank. I disabled vBO and the page worked, I enabled it and it died...
  2. E

    Cron Handling

    When the cron script is executed by a guest (or cronjob) it becomes guest cached. This can be fixed by adding the following to the init_startup plugin. if (THIS_SCRIPT == 'cron') $vbulletin->options['vbo_online'] = false;
Back
Top