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

TOPIC: Change Text in Registration??

Change Text in Registration?? 13 years 4 months ago #14504

  • Baernie
  • Baernie's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
Hi,

I have maybe a simple question, but im searching know for hours for this problem without success! I want to hide the Brackets for the Date in the Registration header.

http://k3-climbing.at/DT-Register_pic.jpg

Hopefully someone can help me!

Best regards
Bernhard

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

Change Text in Registration?? 13 years 4 months ago #14509

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Hello. We can certainly assist with this, but I'm not seeing that you have a DT Register license associated with this username. Support is accessible through the username associated with your license.

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

Change Text in Registration?? 13 years 4 months ago #14536

  • Baernie
  • Baernie's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
ok, I should have a license now... can you help me now plz?

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

Change Text in Registration?? 13 years 4 months ago #14539

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
1) As you had no license until now, how did you get DT Register previously?

2) To remove the ( ) around the date in the header, go to this file:

/components/com_dtregister/views/event/tmpl/event_header.php

Search for this:
if($event_show_date){
               echo "(".$HeventTable->displaydateheader(' ').")";
			}

Change it to:
if($event_show_date){
               echo $HeventTable->displaydateheader(' ');
			}

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

Change Text in Registration?? 13 years 4 months ago #14544

  • Baernie
  • Baernie's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 7
  • Thank you received: 0
1) ...used firebug in the demo-site. I didn`t expect to find the solution in a php file.It was important for me to see how efficient dth-register works, before I wanted to determine me to buy it.

2) Thanks a lot!

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

Change Text in Registration?? 13 years 3 months ago #14861

  • rick76
  • rick76's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 16
  • Thank you received: 0
I have a question related to this post. My client wants to show the name and date of the event in the registration header, but not the time. It looks like I need to edit the dateheader to make that happen. Where would I find that file?

Thanks

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

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