Thanks for posting a new version, but it doesnt solve my main problem - which is that
IE6 cannot display the page when Joomulus is published.
I dont have access to IE6 except by proxy browsing, so bit hard to test stuff, but...
In another flash module (that I created myself) I was having the exact same problem. I removed the code:
codebase="
download.macromedia.com/pub/shockwave/
ca...ab#version=9,0,124,0
and the problem was resolved.
I tried to find similar code in Joomulus, but could not find anything resembling it.
I wonder if this helps anyone to troubleshoot the IE6 problems?
On a slightly different problem -
tag links incorrect when sh404sef is used. This was very easy to fix... but I didnt comment my code & having trouble finding what I did, but will post it when I find it. I think it had to do with the URL ... ah! here it is:
in helper.php, change
| Code: |
$tagcloud .= "<a href='index.php?
option=com_search&searchword=".utf8_encode($k).
|
to
| Code: |
$tagcloud .= "<a href='/index.php?
option=com_search&searchword=".
|
(just add a "/" to make the URL site relative.)
I did this twice - one for FF & one for IE6/7, (straight underneath it.)