- Posts: 19
- Thank you received: 0
exchanging withe with black for background adaptio
- olafsabatschus
- Topic Author
- Offline
- New Member
Less
More
14 years 2 months ago #5406
by olafsabatschus
exchanging withe with black for background adaptio was created by olafsabatschus
Hi,
I found most places where to replace pictures and a little code for black background color adaption, but one thing is remaining, I can't find where to make changes:
The info if an event is no longer bookable in events details view left to the table is underlayed with white background. How can I change this?
thanks for some hints!
Olaf
I found most places where to replace pictures and a little code for black background color adaption, but one thing is remaining, I can't find where to make changes:
The info if an event is no longer bookable in events details view left to the table is underlayed with white background. How can I change this?
thanks for some hints!
Olaf
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
14 years 2 months ago #5418
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: exchanging withe with black for background adaptio
Hi
I am not sure how you want to modify it, so I can just point you to the code. It is located in the file components/com_eventbooking/views/event/tmpl/default.php, it is the code from line 129 to 135 :
If you just want to hide this message, you can simply go to Configuration of the extension, looks at Theme tab, find the config option Display message for full or expired event and set it to No .
Please let me know if you need more help .
Thanks,
Tuan
I am not sure how you want to modify it, so I can just point you to the code. It is located in the file components/com_eventbooking/views/event/tmpl/default.php, it is the code from line 129 to 135 :
Code:
<?php
if (!$canRegister && $item->regisration_type != 3 && $this->config->display_full_event_message) {
?>
<div class="eb_notice_table" style="margin-top: 10px;"><?php echo JText::_('EB_NO_LONGER_ACCEPT_REGISTRATION') ; ?></div>
<?php
}
?>
If you just want to hide this message, you can simply go to Configuration of the extension, looks at Theme tab, find the config option Display message for full or expired event and set it to No .
Please let me know if you need more help .
Thanks,
Tuan
Please Log in or Create an account to join the conversation.
- olafsabatschus
- Topic Author
- Offline
- New Member
Less
More
- Posts: 19
- Thank you received: 0
14 years 2 months ago #5420
by olafsabatschus
Replied by olafsabatschus on topic Re: exchanging withe with black for background adaptio
Hm - I could give it black font color, but better would be to change the background - where can I find the style attributes for the eb_notice_table (which file would it be?)
thanks a lot, Olaf
thanks a lot, Olaf
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 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.