the drop down template selector side bar isn't working with Beta 3. Perhaps I should say erratically. Neither Firefox or IE6 could get it to go, it just reload the same theme. But when I came back from the administration page, it went to what I had selected.
Of course this may be a problem with the template chooser event plugin...
Drop-down template sidebar
-
Col. Kurtz
- Regular
- Posts: 450
- Joined: Thu May 26, 2005 10:43 am
- Location: Bonn, Germany
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Firefox and IE sometimes cache the CSS stylesheet (which they should do). If you change the theme, the CSS file will not be recognized by IE/Firefox as changed until you hit reload.
There's not much for us to do apart frmo disabling CSS caching, but that would suck!
Regards,
Garvin
There's not much for us to do apart frmo disabling CSS caching, but that would suck!
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
i tried to solve this with brute force:
works in ie, but firefox still chaching
so i named any css file of any used template different and modified css loading in index.tpl
now i get my themes switched.
Code: Select all
<meta http-equiv="expires" content="0">so i named any css file of any used template different and modified css loading in index.tpl
Code: Select all
<link rel="stylesheet" type="text/css" href="templates/bg/style_bg.css" />