×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Remove notab

Remove notab 11 years 3 months ago #19080

  • Erwin de Wolff
  • Erwin de Wolff's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 74
  • Thank you received: 0
Hi there,

I've been setting up Matukio today and everything works fine so far! Really a nice component!

One question came up, where can I remove the sem_notab in the eventlist-overview? It's at the beginning of the table but I can't find it back in the views\eventlist\tmpl\default.php

And in the detailled event, is it possible to remove the header? (COM_MATUKIO_DESCRIPTION). I've been looking for this in views\event\tmpl\default.php and found that it is definied in
$html = MatukioHelperUtilsEvents::getTableHeader(4);
but is it possible to remove the description at the top? This because for me the event-description will be the title-description of the event, so all the events will have unique names.

Thank you,
Kind Regards,

Erwin

Remove notab 11 years 3 months ago #19081

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Erwin,

One question came up, where can I remove the sem_notab in the eventlist-overview? It's at the beginning of the table but I can't find it back in the views\eventlist\tmpl\default.php


You can find it in administrator/components/com_matukio/helper/util_events.php in the getEventlistHeader(..) function - starting at line 221 or you could out comment $knopfunten = MatukioHelperUtilsEvents::getEventlistHeader(($this->art + 1)); in the eventlist/tmpl/default.php

And in the detailled event, is it possible to remove the header? (COM_MATUKIO_DESCRIPTION). I've been looking for this in views\event\tmpl\default.php and found that it is definied in
$html = MatukioHelperUtilsEvents::getTableHeader(4);
but is it possible to remove the description at the top? This because for me the event-description will be the title-description of the event, so all the events will have unique names.


Hmm you use the modern template also, perhaps this would be a bit more suitable for you. In the old (default) template it is somewhere near line 348 (MatukioHelperUtilsEvents::printHeading($this->ueberschrift[0], $this->ueberschrift[1]);

Best regards,

Yves

P.S.: If you have any other questions or need some more detailed help, you could also add me on Skype (yves.hoppe).

Remove notab 11 years 3 months ago #19087

  • Erwin de Wolff
  • Erwin de Wolff's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 74
  • Thank you received: 0
Hi Yves,

Thank you for your fast reaction which helped me solving the problem. :)

Kind Regards,

Erwin
  • Page:
  • 1
Time to create page: 0.118 seconds