Quote:
Originally Posted by testbot
i'm not sure if i'm getting you or not. the clientscript/ame.js is in the <head> tags which can cause problems on some mobile phones that can't handle javascript.
|
I can't claim to know all about mobile phone browsers, however if you look at the js file, it is one function that toggles the hiding/unhiding of the media based on usergroup permissons. Simply edit the ame_output template of your mobile style to be:
<a href="$ameinfo[url]" />$ameinfo[title]</a>
And there will be nothing for the js to do. If you do that, I would edit the mobiles ame_container template and delete all the HTML in it (so its an empty template)
That should do you fine.