I have my cache disabled but every time I refresh, new lang cache files appear.
Language cache doesn't turn off
« on June 12th, 2013, 05:47 AM »
It might have been nice if this had been mentioned sooner, I wouldn't have wasted time adding it to the admin panel :P
That would imply typing my pw to access the admin area, because only Opera supports this in its wand.
Maybe, if we rewrote the admin login to ask for the user name as well..? Then it'd be supported by Chrome's auto-fill... :^^;:
You mean like this? (10 minutes work)
OK, it isn't pretty, it doesn't have a magic language string or anything for the menu item but that's probably for the best...
$items['admin']['sub_items'] = array_merge(
$items['admin']['sub_items'],
array(
'',
'langcache' => array(
'title' => 'Flush Lang Cache', // Don't need to load something every page just for this!
'href' => '<URL>?action=langcache;' . $context['session_query'],
'show' => we::$is_admin,
)
)
);