1
Has anyone noticed that when viewing an XOOPS CMS site, there are two obvious differences when viewing it in Internet Explorer or Firefox?
I didn't realize this until I started running flash in some of the sites content.
If you view these sites with Internet Explorer and you click on a link, the "Entire" page reloads (header and all). If you view these sites with Firefox and you click on a link, only the module content reloads and the header or top graphic (Xoops powered by you) appears to not reload.
The best differences can been seen when looking at: (
XoopsDesign.com). In Firefox, the pages change smoothly without ever viewing the dark purple background. In Internet Explorer, it's so obvious the change, it'll make you trash your IE forever.
I've tried to get Internet Explorer (6 & 7) to duplicate the firefox browser by commenting out (admin/preferences/main.php) //$xoopsTpl->clear_all_cache. Turned sessions off/on and I even checked "No" for automatically updating theme html under admin/preferences/General Settings.
This is a big issue for those wishing to run a flash navigational menu on their site or even some dynamic drop downs. The last thing you'd want is these to refresh on each click.
I checked this through different XOOPS 2.2.x compliant & CSS themes and still nothing changes. The only other viable thing I could think of is making a flash navigational menu & header, and then wrap the hole XOOPS CMS in a iFrame. Anyone else have any ideas?