Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Replace Reg Date with Event Time in User Panel

Replace Reg Date with Event Time in User Panel 12 years 10 months ago #16731

  • drcrsvp
  • drcrsvp's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Nathan - great component, flexible, powerful!

Using 2.7.7 with Beez5 Joomla template.

I need your help coding this file:
/components/com_dtregister/views/user/tmpl/index.php

Specifically, I want to hide the Registration Date column and display the EVENT_TIME field. Not sure what your internal field code is for the Event Time (DT_TIME?).
There are several references in the php for register_date, registered_date, DT_DATE - can you help with which to comment out or better method?

Thank you!
Doug

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

Replace Reg Date with Event Time in User Panel 12 years 10 months ago #16744

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Hello. Glad you are enjoying DT Register :) You'd enjoy it even more with the current version! 2.7.7 is getting a bit dusty.

For language tags, look in the language file to find whatever tags you need... or add new ones.

The event time is stored in this database table:
jos_dtregister_group_event (of course, the jos_ could be different on your database)

There are 4 fields... dtstart, dtend, dtstarttime, dtendtime. These represent start date, end date, start time and end time... respectively. You'd need to pull in data from these fields to display anywhere else. Thanks.

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

Replace Reg Date with Event Time in User Panel 12 years 10 months ago #16747

  • drcrsvp
  • drcrsvp's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Thank you, Nathan. I mispoke, it is ver 2.7.13.

I still need to know which lines to comment out to hide Registration Date in the User Panel front end display, and the code to display the field jos_dtregister_group_event.

Thank you. Doug

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

  • Page:
  • 1
Time to create page: 0.428 seconds