Closed (fixed)
Project:
Admin Tools
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2011 at 15:53 UTC
Updated:
11 Jan 2012 at 21:40 UTC
Idea:
On a rather large magazine web site we find ourselves deleting the Boost Cache (from Boost Module) quite often.
I have hardcoded a link to that page in the admin tools module but it would be a nice idea if the module could check the existence of the Boost module and if it exists in an installation, add a Link to admin/settings/performance/boost for faster navigation - maybe even implement the actual deletion of all boost caches!
Comments
Comment #1
bocaj commentedThere is now a hook (hook_admin_tools_links) in the latest dev release (available in the next 12 hours) where you can accomplish this exact functionality inside a custom module. Please see admin_tools.module file for proper structure.
Please note that this is for the Drupal 7 release only!