i experiment with a youtube video plugin placed in the description area of marker. with preview in the editor i am able to see the youtube embedded video but when i click on marker it only displays the actual code i write in the description instead of giving me the video.
Any hints on how i can actually display the video instead?
plugin in description
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: plugin in description
Hi, you can display content plugins inside the different descriptions parts:
https://www.phoca.cz/documents/16-jooml ... t-articles
But the problem is, the description inside the map is located inside javascript, so there is a conflict between the plugin and the javascript. So this needs to be somehow customized. As default, there is no such option
Jan
https://www.phoca.cz/documents/16-jooml ... t-articles
But the problem is, the description inside the map is located inside javascript, so there is a conflict between the plugin and the javascript. So this needs to be somehow customized. As default, there is no such option
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 13
- Joined: 18 Oct 2018, 14:51
Re: plugin in description
Could you tell me the location of the files where I can modify the codes for the marker description? I have not been able to pinpoint it yet.
given that there are so many plugins tools in the universe, it would be super cool that we can incorporate them in one big happy family in some way, don't you think?
given that there are so many plugins tools in the universe, it would be super cool that we can incorporate them in one big happy family in some way, don't you think?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: plugin in description
Hi, the description is set here:
components\com_phocamaps\views\map\tmpl\default.php
or
components\com_phocamaps\views\map\tmpl\default_osm.php
search for $markerV->description
Jan
components\com_phocamaps\views\map\tmpl\default.php
or
components\com_phocamaps\views\map\tmpl\default_osm.php
search for $markerV->description
Jan
If you find Phoca extensions useful, please support the project