Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#2120 No title in the module

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by pouchki on Thursday, 12 May 2016 09:36 UTC

pouchki
 hello there,

i just want to get rid of the title in the module. I can't find in which file i can change that.

By Title i mean the galleries titles not the module title itself of course.

Thanks for your reply.

sbluege
I guess there is no option. You can use plain CSS to remove what you don't need. If you're stuck please send me a screenshot and mark the things you want to hide. Don't forget a link to this site.

pouchki
Sorry Sven the CSS is not the rgiht way -> the code is right her in your script in

/modules/mod_eventgallery_events/tmpl/default.php :

 <h4 class="header"><a href="https://www.svenbluege.de/<?php echo JRoute::_(EventgalleryHelpersRoute::createEventRoute($folder->getFolderName(), $folder->getTags(), $folder->getCategoryId(), $params->get('menuitemid', null))) ?>"><?php echo $folder->getDisplayName(); ?></a></h4>


But it's a bit strange because if I comment this the title still remain.

Thanks for your help

sbluege
Did you cleared the cache? Those modules are cached by default.

pouchki
Sorry Sven You're damn right. All is ok now. I'm a dumb ;-)

Regards,