This has thrown me for a loop. I have tried various combinations of "store style sheet in" and the value of parse_css_file. The little dude in my head tells me parse_css_files should be set to true, and then that requires the "store style sheet" to be set to "database", as it should be. Browsing through the cache, I find
Code: Select all
$data = array (
'name' => 'theme-name',
'copyright' => '© JD, 2008',
'version' => '3.0.1',
'parse_css_file' => true,
'filetime' => 1214363781,
);
So I know parse_css_file is being parsed, yet none of the values in the theme are being parsed, since in the output, firebug tells me the background value of various spans for buttons is still {IMG_BUTTON_TOPIC_REPLY_SRC}. SO I try purging the cache on general tab in the acp, I try deleting /cache manually and I try deleting/reinstalling the style and its components (this is after many refreshes of theme/imageset/template, too). STILL, I cannot get those silly little values in the css to correctly output anything. Which brings me back to my first sentence, is this me? Am I going bananas, or is this an outstanding feature of phpbb that has eluded no one but I?
At this point anything you could give/direct me to would be highly appreciated.