exchanging withe with black for background adaptio

  • olafsabatschus
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 2 months ago #5406 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

Please Log in or Create an account to join the conversation.

More
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 :
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
  • New Member
More
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

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc