- add public events to home page
- now you have
in top menu of the block"Upcoming · Featured · Recently Added · Top · Popular"
how can i remove "Featured" for example?
how can i remove "Featured" for example? | |||||||||
Go to the function that generates that block. You will see a list, remove the ones you don't want to show. Geeks, making the world a better place | |||||||||
Thanks, I hoped for a more general/settings solution. That would be modules/boonex/events/classes/BxEventsModule.php:398 | |||||||||
Thanks, I hoped for a more general/settings solution. That would be modules/boonex/events/classes/BxEventsModule.php:398 Yes, maybe a future update. I am not sure of any module that offers settings for the top menu. It would have to be changed in the code and a place in the database to store the current settings. Then the module would have to check the database settings to see which menu items to include. Geeks, making the world a better place |