Special Pages
07 Jun 2011, 23:12
This little plugin will make your forum load faster by cleaning up your forum cache that never gets cleaned up.
You will need to create a plug-in by going to AdminCP>Plugin & Products>Add New Plugin.
Then follow the following instructions:
1. Product - select vBulletin from the drop down menu
2. Hook Location - cron_script_cleanup_hourly from the drop down menu
3. Execution Order - leave it at 5
4. Plugin PHP Code - Copy and paste the following code in the box:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
5. Plugin is Active - Select Yes
You will need to create a plug-in by going to AdminCP>Plugin & Products>Add New Plugin.
Then follow the following instructions:
1. Product - select vBulletin from the drop down menu
2. Hook Location - cron_script_cleanup_hourly from the drop down menu
3. Execution Order - leave it at 5
4. Plugin PHP Code - Copy and paste the following code in the box:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
5. Plugin is Active - Select Yes