By Josef Wiedring on Tuesday, 04 April 2017
Posted in General
Replies 4
Likes 0
Views 149
Votes 0
i had read the documentation about the Modul positions.

I want have a Geomunnity Map by the startpage of events.
i had used es-general-before-contents and visible only by the link events.
the problem is that i see the map, if i want create a event too.
if i use es-event-before-contents then is the map not on the top, and i see the map too if go in the event.

i want only the map on event start page.
do you have maybe a Module Position only for this page?
You can easily add a new position by modifying the theme file /components/com_easysocial/themes/wireframe/events/default/default.php

[gist]
<?php echo $this->render('module', 'my-custom-position'); ?>
[/gist]
·
Tuesday, 04 April 2017 23:06
·
0 Likes
·
0 Votes
·
0 Comments
·
very great thanks that works well
·
Tuesday, 11 April 2017 23:23
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Josef, have a great evening sir

By the way, do create a template override to avoid your changes getting overwritten in the next update.
·
Tuesday, 11 April 2017 23:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post