Joomla mouseover image URLs - Joomla! Forum - community, help and support
i can create links content items other pages eg index.php?option=com_content&task=view&id=71&itemid=129.
joomla has sense put right prefix in front of this: on pc development system generates http://localhost/sitename/index.....
and when site goes live automatically changes http://www.sitename/ind........
but mouseover images mouseover , mouseout urls stored , displayed http://localhost/sitename/images/stories/pic.jpg.
when move site it's permanent host have change these urls hand.
is bug?
does have tool automatically update these urls?
jb
joomla has sense put right prefix in front of this: on pc development system generates http://localhost/sitename/index.....
and when site goes live automatically changes http://www.sitename/ind........
but mouseover images mouseover , mouseout urls stored , displayed http://localhost/sitename/images/stories/pic.jpg.
when move site it's permanent host have change these urls hand.
is bug?
does have tool automatically update these urls?
jb
yes, truncate urls when put them in place ala:
./images/mouseover/yourimg.gif
that way, won't break when go live.
article or component urls should truncated to:
index.php?option=com_content&task=view&id=17
hope helps.
./images/mouseover/yourimg.gif
that way, won't break when go live.
article or component urls should truncated to:
index.php?option=com_content&task=view&id=17
hope helps.
Comments
Post a Comment