- Posts: 7
- Thank you received: 0
Editing the upcoming event module
- nobuko kemmotsu
- Topic Author
- Offline
- New Member
-
Less
More
9 years 6 months ago #88044
by nobuko kemmotsu
Editing the upcoming event module was created by nobuko kemmotsu
Hello, I would like to show upcoming event module on my top page, which I was able to do, but I would like to change a few things. I would like to try out the following.
(1) I would like to be able to NOT have the title link to the event detail page
(2) If i were to link the title to the detail page, then I would like to open a new window.
(3) Or, instead of going to the event detail page, I would like to have a link to the calendar list page so that the visitor can see all the events available instead of the detail of one event.
How can I accomplish this?
(1) I would like to be able to NOT have the title link to the event detail page
(2) If i were to link the title to the detail page, then I would like to open a new window.
(3) Or, instead of going to the event detail page, I would like to have a link to the calendar list page so that the visitor can see all the events available instead of the detail of one event.
How can I accomplish this?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
9 years 6 months ago #88060
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Editing the upcoming event module
Hi nobuko
Look at one of the two files below, you should be able to make the modification easily;
modules/mod_eb_events/tmpl/default.php
Or
modules/mod_eb_events/tmpl/improved.php
Regards,
Tuan
Look at one of the two files below, you should be able to make the modification easily;
modules/mod_eb_events/tmpl/default.php
Or
modules/mod_eb_events/tmpl/improved.php
Regards,
Tuan
The following user(s) said Thank You: nobuko kemmotsu
Please Log in or Create an account to join the conversation.
- nobuko kemmotsu
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
9 years 6 months ago #88071
by nobuko kemmotsu
Replied by nobuko kemmotsu on topic Editing the upcoming event module
Hi!
One more question- How can I change the color of the box when I used the "improved" view? Right now it shows in navy color but I wanted to change it.
Thank you!
One more question- How can I change the color of the box when I used the "improved" view? Right now it shows in navy color but I wanted to change it.
Thank you!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
9 years 5 months ago #88085
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Editing the upcoming event module
You can send us the link to the page and we will guide you. Or if you want, submit a support ticket sending us the link to the page and tell us how you want to change the color, I can have my template developer look at it and implement the change for you
Regards,
Tuan
Regards,
Tuan
The following user(s) said Thank You: nobuko kemmotsu
Please Log in or Create an account to join the conversation.
- nobuko kemmotsu
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
9 years 5 months ago #88132
by nobuko kemmotsu
Replied by nobuko kemmotsu on topic Editing the upcoming event module
Hello, sure, I'd much rather learn how to do it instead of having someone do it so that in the future I can do it on my own 
Here is the webpage.
www.davidwhitmanmusic.com/
Right now the boxes that the dates are shown are in navy blue. I would like to be able change the color.
Nobuko
Here is the webpage.
www.davidwhitmanmusic.com/
Right now the boxes that the dates are shown are in navy blue. I would like to be able change the color.
Nobuko
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
9 years 5 months ago #88145
by James Riley
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Replied by James Riley on topic Editing the upcoming event module
These types of changes are done via CSS. Just add the following to /media/com_eventbooking/assets/css/custom.css, and adjust the color value to whatever you'd like (the #fe5e22 value that I've used below is the orange used on your site's buttons).
I recorded a quick little video showing the steps I took to determine what CSS selector needed to be referenced for the top blue month box. i mentioned only the background color and not the border, nor the date box below, but the video should hopefully give you a reference point for making future changes to your site's layout.
Code:
span.event-date span.month {
background: #fe5e22;
border: 1px solid #fe5e22;
}
span.event-date span.day {
border: 1px solid #fe5e22;
color: #fe5e22;
}
I recorded a quick little video showing the steps I took to determine what CSS selector needed to be referenced for the top blue month box. i mentioned only the background color and not the border, nor the date box below, but the video should hopefully give you a reference point for making future changes to your site's layout.
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
The following user(s) said Thank You: Tuan Pham Ngoc, nobuko kemmotsu
Please Log in or Create an account to join the conversation.
- nobuko kemmotsu
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
9 years 5 months ago #88220
by nobuko kemmotsu
Replied by nobuko kemmotsu on topic Editing the upcoming event module
Hello,
I changed the custom css file, and I believe I waited long enough to see the change but the color is still the same. I guess the work around is to just modify the default.css file, but I thought I'd let you know and see if this should be happening.
I changed the custom css file, and I believe I waited long enough to see the change but the color is still the same. I guess the work around is to just modify the default.css file, but I thought I'd let you know and see if this should be happening.
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
9 years 5 months ago - 9 years 5 months ago #88224
by James Riley
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Replied by James Riley on topic Editing the upcoming event module
Hmmm.... /media/com_eventbooking/assets/css/custom.css doesn't appear to be loading on your home page but does load on your sub-pages.
You can edit the default.css file, but you will loose the changes when you update the extension. You could also add the block to your template's CSS file (or your template's CSS interface if it has one).
@Tuan --- What would prevent the custom.css file from loading? Would this happen if the Calendar was displaying inserted within an article instead of being inserted into the layout as a stand-alone module?
You can edit the default.css file, but you will loose the changes when you update the extension. You could also add the block to your template's CSS file (or your template's CSS interface if it has one).
@Tuan --- What would prevent the custom.css file from loading? Would this happen if the Calendar was displaying inserted within an article instead of being inserted into the layout as a stand-alone module?
James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Last edit: 9 years 5 months ago by James Riley.
Please Log in or Create an account to join the conversation.
- nobuko kemmotsu
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
9 years 5 months ago #88226
by nobuko kemmotsu
Replied by nobuko kemmotsu on topic Editing the upcoming event module
Hi James,
Thank you so much- I was able to accomplish this by adding the changes to the template's CSS.
Nobuko
Thank you so much- I was able to accomplish this by adding the changes to the template's CSS.
Nobuko
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
9 years 5 months ago #88250
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Editing the upcoming event module
Hi James & Nobuko
Before, the custom.css file is only loaded in the component, not in the modules. I just updated download package this afternoon which allow loading custom css file on modules as well. So if you want to put the change into custom css file (to prevent it being load lost when update to future releases of the extension), you should download latest version, upgrade it to your site
Then put the css into custom.css file which James mentioned
Regards,
Tuan
Before, the custom.css file is only loaded in the component, not in the modules. I just updated download package this afternoon which allow loading custom css file on modules as well. So if you want to put the change into custom css file (to prevent it being load lost when update to future releases of the extension), you should download latest version, upgrade it to your site
Then put the css into custom.css file which James mentioned
Regards,
Tuan
The following user(s) said Thank You: nobuko kemmotsu
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.