Hi,
This post is mostly being directed towards the developers of Trombinoscope.
I'm using your module to show the staff of a local high school's athletic coaching staff. A part of this is showing the staff of an individual sport on the page dedicated to that sport. To do this, I load a module (using {loadposition ...} into a tab on the sport's page. Since I have about 20 sports, I wanted to use the articles that I use for each in an overall coaching staff page, so I use Articles Anywhere to pull these articles, which are pulling the module positions.
Here's the issue: On the overall staff page, the Trombinoscope Extended module is loaded about 20 times. This causes the css at the beginning of the trobinoscope module to load over and over. This makes it so the Internet Explorer 31 stylesheet limit is blown, which causes the page to then lose my template theme css because it gets bumped off the bottom of the css list.
I have resolved this by enabling the css minify and compress option in the T3 framework, but I'd like to have this act "correctly".
I originally thought it was an issue with the Articles Anywhere plugin, but it turns out to be this CSS limitation. I reported the issue to the author of Articles Anywhere and they said that the module should not load the css over and over, instead telling Joomla what css should be loaded and that Joomla should dictate that the css only be loaded once. You can see this response here:
www.nonumber.nl/forum/ArticlesAnywherePR...ternet-Explorer#8074.
If you are interested, here's a short screencast of what happens in Internet Explorer when all these css files are loaded: screencast.com/t/HJSpceG6THD
Is there anything else I can do here to resolve this issue besides enableing the minify and compress of the css?
Thoughts?