I figured out how to add custom cache sizes to the zpBootstrap theme. But......
How do i add the word "_thumb" or "_admin" to the generated file name? Using the code below from the zpBootstrap theme options file.
`cacheManager::addCacheSize($me, NULL,NULL, 135, NULL, NULL, NULL, NULL, NULL, $img_wmk, $img_effect, false);`
As you say I am missing some admin sizes, can you direct me to the file that set/handles the "admin" sizes.
Or is it possible to just ad my "admin" sizes to the theme options page for the time being.
After some testing, my site can require 10 sizes total and the theme options currently is generating a full image size that is not used.