help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Show event title in the JEM Modul - coming events
Show event title in the JEM Modul - coming events
11 years 4 days ago
Hi all together,
I have a problem.
I use JEM and want to show the event title and not the title of the venue in the JEM Modul for the coming events.
Can somebody help me?
Thanks for your help.
zongo
I have a problem.
I use JEM and want to show the event title and not the title of the venue in the JEM Modul for the coming events.
Can somebody help me?
Thanks for your help.
zongo
Please Log in or Create an account to join the conversation.
Re: Show event title in the JEM Modul - coming events
11 years 4 days ago
Hi Zongo,
open JEM module in backend and in Basic Options set Show Title or Venue to Title instead of Venue.
open JEM module in backend and in Basic Options set Show Title or Venue to Title instead of Venue.
The following user(s) said Thank You: zongo
Please Log in or Create an account to join the conversation.
Re: Show event title in the JEM Modul - coming events
11 years 4 days ago - 11 years 4 days ago
hi Zongo,.
am wondering what you try to achieve.
The teaser module will show the event-title but do you want to remove the link to the venue or something like that?
the code for the link is in mod_jem_teaser/tmpl/default.php
to not show the links that section can be removed but perhaps you want something completely different.
am wondering what you try to achieve.
The teaser module will show the event-title but do you want to remove the link to the venue or something like that?
the code for the link is in mod_jem_teaser/tmpl/default.php
Code:
<div class="venue-title">
<?php if ($item->venuelink) : ?>
<a href="<?php echo $item->venuelink; ?>" title="<?php echo $item->venue; ?>">
<?php endif; ?>
<?php echo $item->venue; ?>
<?php if ($item->venuelink) : ?>
</a>
<?php endif; ?>
</div>
to not show the links that section can be removed but perhaps you want something completely different.
Last edit: 11 years 4 days ago by Bluefox.
The following user(s) said Thank You: zongo
Please Log in or Create an account to join the conversation.
Re: Show event title in the JEM Modul - coming events
11 years 4 days ago
@Bluefox:
I think the problem is simply that the showtitloc param of mod_jem defaults to venue where Zongo would like to see event title instead.
Should we change the default? Is event title a bit more often requested than venue?
I think the problem is simply that the showtitloc param of mod_jem defaults to venue where Zongo would like to see event title instead.
Should we change the default? Is event title a bit more often requested than venue?
Please Log in or Create an account to join the conversation.
Re: Show event title in the JEM Modul - coming events
11 years 4 days ago
was looking at a different module. ah well hopefully your suggestion is doing the trick for zongo. but yes would say that the event-title is more used then the venue.
Please Log in or Create an account to join the conversation.
Time to create page: 0.781 seconds