Quote:
Originally Posted by Lynne
This is interesting. I don't have other languages on my sites, so I haven't seen this happen. What does the url to the additional_css.css file look like in the situation where it isn't working?
I also modified this a bit for myself. I created another file additional_css2.css also. I use additional_css for css that I want in all my styles (so I 'fill' it in the parent style) and then use additional_css2 to make small changes to the child styles. Is anyone interested in that version of this?
|
i dont have the forum on public accessible location, so cant give you the direct link, anyway
i have two language (1 and 2), and my styleid is 24.
when i install this, and my default language is 2, i have
/forum/css.php?styleid=24&langid=2&d=&sheet=additional_cs s.css
it only shows
PHP Code:
@charset "UTF-8";
/* Additional CSS */
when i change to language 1, or set direct link to langid=1, i see the additional CSS that i added to the template.
forum/css.php?styleid=24&langid=1&d=&sheet=additional_cs s.css
if i remove the langid, it also show the template correctly
forum/css.php?styleid=24&d=&sheet=additional_css.css