phlux0r wrote:
Most likely you've missed to include the itemid in the secondary link to the google maps page. Without the itemid, Joomla will take the default one which is the front page and display all your front page modules...
Thanks for your reply. It is, in fact, showing all of the front page modules, with the Google Map iframe in the tiny main content area.
I checked the hyperlink code on the primary 'Directions' page, to the secondary (I created the link using the 'create link' button in the WYSIWYG editor, and chose the article using the section/category/etc drop down menu), and it is as follows:
<a href="index.php?option=com_content&task=view&id=50&Itemid=1" target="_self">click here</a>.
I modified the URL (in HTML mode) to reflect the updated Itemid to the ID of the article, as follows:
<a href="index.php?option=com_content&task=view&id=50&Itemid=50" target="_self">click here</a>.
and this worked beautifully! So I guess my question would be, what is the difference between the two fields in the URL 'id' and 'Itemid,' and what is the appropriate way to create a link to another content item using Joomla's WYSIWYG editor? Out of curiosity, I checked to see what ID=1 was, and it was an unpublished article that was initially installed with the template.
Thanks again for the help!
- William