creating form on marker

More
10 years 5 months ago #3996 by racetech
Replied by racetech on topic creating form on marker
Hi Dima, ok, now I understand better.

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.

More
10 years 5 months ago #3997 by Dima
Replied by Dima on topic creating form on marker
In case of multiline HTML fields - I added editor to this fields, as for simple title, description - yes, you can't enter HTML, and in this case I didn't add editor to this fields

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.

More
10 years 5 months ago #3998 by racetech
Replied by racetech on topic creating form on marker
Hi Dima,

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.

More
10 years 5 months ago #3999 by Dima
Replied by Dima on topic creating form on marker

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.

More
10 years 5 months ago #4000 by racetech
Replied by racetech on topic creating form on marker
Hi Dima,

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.

More
10 years 5 months ago #4001 by Dima
Replied by Dima on topic creating form on marker
You should put it into your php file.
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.

Time to create page: 0.114 seconds

Donate


Go to top