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

TOPIC: delete registration dates in title?

delete registration dates in title? 15 years 9 months ago #3680

  • wbhendrix
  • wbhendrix's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 14
  • Thank you received: 0
right now the title of my registration page says \"Registration: 2009 Contact Football (Aug 17, 2009 - Nov 14, 2009)\"

can i somehow not show the date in the title?

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

delete registration dates in title? 15 years 9 months ago #3769

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
The date is added on purpose as this has been requested by so many people. Many have events with the same name and the date is what distinguishes it. You\'ll have to edit the dtregister.php file to remove the date. The file is here:

/components/com_dtregister/dtregister.php

Look are lines 942-946, 7172-7176, 8982-8986 for code similar to this:

$adminmsg.= $groupname . \' \' . DT_ADMIN_MESSAGE . \' \' . $eventName . \' (\' . mosFormatDate($eventBegin, \"%b %d, %Y\", true) . \').<br><br>\';

This is actually the code from 7172. $eventName pulls in the event name (believe it or not) then you can see the ( ) with the date being pulled in. Remove the date portion of the code and you should be set. If you need further help with these changes, let us know.

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

delete registration dates in title? 15 years 9 months ago #3785

  • levant
  • levant's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 0
Thank you :)

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

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