Page 1 of 2

how can i Display Phoca Maps whit sp page builder?

Posted: 03 Nov 2021, 13:34
by mcavero
hi guys, how can i Display Phoca Maps whit sp page builder?
i tried to do it in article but just shows the code and not the map, i tried to do it in a module and its the same, just code and not the map, its php version? ours php version its 7.4 and jooomla version its ‎3.9.28
Sorry for the bad English, I'm from Latin America, thanks

Re: how can i Display Phoca Maps whit sp page builder?

Posted: 03 Nov 2021, 14:39
by Jan
Hi, see similar posts in this forum, when the plugin is not rendered, only the code displayed, this mostly mean:

- plugin is not installed
- plugin is not enabled
- plugin is used in place which does not accept content plugins.

Which version of Phoca Maps content plugin do you use, which version of component?

Jan

Re: how can i Display Phoca Maps whit sp page builder?

Posted: 03 Nov 2021, 14:50
by mcavero
Jan wrote: 03 Nov 2021, 14:39 Hi, see similar posts in this forum, when the plugin is not rendered, only the code displayed, this mostly mean:

- plugin is not installed
- plugin is not enabled
- plugin is used in place which does not accept content plugins.

Which version of Phoca Maps content plugin do you use, which version of component?

Jan
hi jan.

-plugin is installed, its 3.0.12 version.
-i dont know if sp builder accepts phoca maps, but i enabled phoca map as extension but i dont see it in pluguins,
will be that?

Re: how can i Display Phoca Maps whit sp page builder?

Posted: 03 Nov 2021, 15:20
by Jan
Did you install both - component and plugin?

Jan

Re: how can i Display Phoca Maps whit sp page builder?

Posted: 03 Nov 2021, 16:53
by mcavero
Jan wrote: 03 Nov 2021, 15:20 Did you install both - component and plugin?

Jan
i forgot do that, i intalled and enable but still not working, i put in a module and jus show the code, where can i put the code? in the joomla editor? i put the code in the article and nothing works, i totaly new in this, i really need help haha. thank you.

Re: how can i Display Phoca Maps whit sp page builder?

Posted: 03 Nov 2021, 20:42
by Jan
In modules, e.g. in custom module, you need to enable the option to use the content plugins (prepare content parameter).

First of all, try to display the map with help of the component. Then when you will know, the map is displayed correctly, try to add the plugin code to article.

Jan

Re: how can i Display Phoca Maps whit sp page builder?

Posted: 03 Nov 2021, 20:57
by mcavero
Jan wrote: 03 Nov 2021, 20:42 In modules, e.g. in custom module, you need to enable the option to use the content plugins (prepare content parameter).

First of all, try to display the map with help of the component. Then when you will know, the map is displayed correctly, try to add the plugin code to article.

Jan
thanks a lot jan you save me, that was the solution, i just needed to enable the option to use content plugins in the module.
thanks a lot.

Re: how can i Display Phoca Maps whit sp page builder?

Posted: 04 Nov 2021, 18:49
by Jan
Ok, great to hear it.

Jan

Re: how can i Display Phoca Maps whit sp page builder?

Posted: 29 Nov 2021, 09:05
by gopinath
mcavero wrote: 03 Nov 2021, 20:57
Jan wrote: 03 Nov 2021, 20:42 In modules, e.g. in custom module, you need to enable the option to use the content plugins (prepare content parameter).

First of all, try to display the map with help of the component. Then when you will know, the map is displayed correctly, try to add the plugin code to article.

Jan
thanks a lot jan you save me, that was the solution, i just needed to enable the option to use content plugins in the module.
thanks a lot.
HI, I am beginner on Joomla, Kindly help me step by step to implement your solutions with screenshots if possible. Thanks in Advance.

Re: how can i Display Phoca Maps whit sp page builder?

Posted: 30 Nov 2021, 01:56
by Jan
Hi, prepare content parameter is a part of Joomla system and you can find more detailed information about this feature in Joomla documentation. It is not a part of Phoca plugin, etc. It is general module feature.

Jan