Hello,
I just installed JEvents to see if it fits my needs for a website I'm making. So far I like it a lot but there's ont thing I don't understand and that the overriding system. I want to override the the JEvents Latest module. I don't want it to display it as a "table" but as a "ul". After a bit of searching I found an article under FAQ (my account is not approved to post links?). However this only talk about how to make an override for one of the themes but I want to override the default one. In that article they say to change for example /mod_jevents_latest/geraint/latest.php
to:
So, for the default one I would expect that editing the /mod_jevents_latest/default/latest.php. However there is only
I tried changing it to:
When I edit something in this page it doesn't seem to change anything. Am I don't something wrong? Help would be really appreciated.
Gr, Thomas
I just installed JEvents to see if it fits my needs for a website I'm making. So far I like it a lot but there's ont thing I don't understand and that the overriding system. I want to override the the JEvents Latest module. I don't want it to display it as a "table" but as a "ul". After a bit of searching I found an article under FAQ (my account is not approved to post links?). However this only talk about how to make an override for one of the themes but I want to override the default one. In that article they say to change for example /mod_jevents_latest/geraint/latest.php
class GeraintModLatestView extends GeraintModLatestView
to:
class OverrrideGeraintModLatestView extends GeraintModLatestView
So, for the default one I would expect that editing the /mod_jevents_latest/default/latest.php. However there is only
class DefaultModLatestView
I tried changing it to:
class OverrideDefaultModLatestView
When I edit something in this page it doesn't seem to change anything. Am I don't something wrong? Help would be really appreciated.
Gr, Thomas