How to change the script of a module - Joomla! Forum - community, help and support
hi guys, got tip in previous post change module script , able change opacity issue on graphic on website. problem still same photo "highlighted" when mouse hovers on , want highlighted whole time. speach bubble on bottom left of ie-academy.com
anyway.... advice given change module script in module manager , "<img alt="" title="special offer" src="/images/showtopnews_thumbs/466063655-210x117.jpg" style="float:left;/* opacity:0.5; */filter:alpha(opacity=50);clear:left!important;" hspace="10" vspace="5">"
the problem though have no idea how locate script in module manager. how possible , find it?
anyway.... advice given change module script in module manager , "<img alt="" title="special offer" src="/images/showtopnews_thumbs/466063655-210x117.jpg" style="float:left;/* opacity:0.5; */filter:alpha(opacity=50);clear:left!important;" hspace="10" vspace="5">"
the problem though have no idea how locate script in module manager. how possible , find it?
it not in module manager, in code.. need ftp access , of course name of module..
if know module is, go find file modules/mod_whatevermodule/tmpl/default.php
usually holds bulk of css of module.. <img.....
copy file template: templates/yourtemplate/html/mod_whatevermodule/
(have same name of original module foldername in html folder.)
now can make changes default.php file..
now have created own template override!
if know module is, go find file modules/mod_whatevermodule/tmpl/default.php
usually holds bulk of css of module.. <img.....
copy file template: templates/yourtemplate/html/mod_whatevermodule/
(have same name of original module foldername in html folder.)
now can make changes default.php file..
now have created own template override!
Comments
Post a Comment