- Posts: 9
- Thank you received: 0
creating form on marker
- racetech
- Offline
- New Member
So the editors in Markers and Paths do not work as editors in Joomla articles?
Ok, I'll try as you indicated to me now and then tell you the results here.
Thank you and best regards,
Fernando
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- racetech
- Offline
- New Member
- Posts: 9
- Thank you received: 0
3 - call this file in iframe, in this case your code will be added into content
How should I call the file in iframe with php?
Thanks,
Fernando
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- racetech
- Offline
- New Member
- Posts: 9
- Thank you received: 0
What folder do I put the file with this code?
$id = $this->getState('map.id');
$db = JFactory::getDBO();
$query = $db->getQuery(true);
$query->select('h.*, c.title as category ')
->from('#__zhgooglemaps_paths as h')
->leftJoin('#__categories as c ON h.catid=c.id')
->where('h.published=1 and h.mapid='.(int)$id);
$db->setQuery($query);
// Paths
if (!$this->paths = $db->loadObjectList())
{
$this->setError($db->getError());
}
Thanks,
Fernando
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
And call that file in iframe
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.