- Posts: 146
- Thank you received: 11
SOLVED: How can I remove or change the small icon in the Calendar View?
- Stephan Hodges
- Topic Author
- Offline
- Premium Member
-
Less
More
8 years 3 months ago #107729
by Stephan Hodges
How can I remove or change the small icon in the Calendar View? was created by Stephan Hodges
I would like to know how to remove or change to my own icon on the individual calendar entry.
Attachment not found
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
8 years 3 months ago #107734
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How can I remove or change the small icon in the Calendar View?
Hello
You will need to modify code if you want to remove the icon. Look at the file components/com_eventbooking/view/common/tmpl/calendar.php, find this line of code and remove it
Regards,
Tuan
You will need to modify code if you want to remove the icon. Look at the file components/com_eventbooking/view/common/tmpl/calendar.php, find this line of code and remove it
Code:
<img border="0" align="top" title="<?php echo $event->title; ?>" src="<?php echo $thumbSource; ?>" />
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Stephan Hodges
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 146
- Thank you received: 11
8 years 3 months ago #107737
by Stephan Hodges
Replied by Stephan Hodges on topic How can I remove or change the small icon in the Calendar View?
I would have to change this after each release, correct?
Would it be easier to just rename/remove the small (16x16) "calendar_event.png" file from asset\images?
Please consider adding a feature to change this in the settings in a future release. Then, I could either change to "empty" or something else.
Also, I would like to ask for a feature to change the icon PER category, in the same way that we can change the background colors per category.
Thanks for the code suggestion.
Would it be easier to just rename/remove the small (16x16) "calendar_event.png" file from asset\images?
Please consider adding a feature to change this in the settings in a future release. Then, I could either change to "empty" or something else.
Also, I would like to ask for a feature to change the icon PER category, in the same way that we can change the background colors per category.
Thanks for the code suggestion.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
8 years 3 months ago #107738
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How can I remove or change the small icon in the Calendar View?
You can move the file to PATH_TO_TEMPLATE/html/com_eventbooking/common folder and it won't be lost when you update to future releases of the extension
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Stephan Hodges
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 146
- Thank you received: 11
8 years 3 months ago #107749
by Stephan Hodges
Replied by Stephan Hodges on topic SOLVED: How can I remove or change the small icon in the Calendar View?
Thanks, that works great!
Although I understand what overrides are in Joomla, I can never get the actual paths right in the 'html' folder - haha.
Hope you can add this as a feature in the future. Looks like it would be easy to modify that code to get the image from the category definition.
Although I understand what overrides are in Joomla, I can never get the actual paths right in the 'html' folder - haha.
Hope you can add this as a feature in the future. Looks like it would be easy to modify that code to get the image from the category definition.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
8 years 3 months ago #107758
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic SOLVED: How can I remove or change the small icon in the Calendar View?
That would end up in too many config options to the extension. I will leave your requests open here, if there are more customers requesting for it, I will add support for it in future releases of the extension
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- LMKweb
- Offline
- Senior Member
-
Less
More
- Posts: 79
- Thank you received: 1
7 years 1 month ago #122636
by LMKweb
Replied by LMKweb on topic SOLVED: How can I remove or change the small icon in the Calendar View?
I would like the option to remove the icon built-in to the config options, rather than via an override. I'll use the code here to create one though, but just want to add another voice to the discussion!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
7 years 1 month ago #122638
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic SOLVED: How can I remove or change the small icon in the Calendar View?
Okay. I will add a new parameter to the menu item to allow controlling it. I will update you when it's implemented so that you can update and use it (maybe we will have it today)
Tuan
Tuan
The following user(s) said Thank You: LMKweb
Please Log in or Create an account to join the conversation.
- LMKweb
- Offline
- Senior Member
-
Less
More
- Posts: 79
- Thank you received: 1
7 years 1 month ago #122647
by LMKweb
Replied by LMKweb on topic SOLVED: How can I remove or change the small icon in the Calendar View?
Thank you! Also want to add for anyone else that might read this - I found an easier way to remove the icon by using CSS:
Code:
.regpro-calendarDay .eb_event_link img {
display: none;
}
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
7 years 1 month ago #122648
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic SOLVED: How can I remove or change the small icon in the Calendar View?
Yes. That could be a workaround.
Tuan
Tuan
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.