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

TOPIC: [SOLVED] Remove "Registration" from Title

[SOLVED] Remove "Registration" from Title 8 years 9 months ago #25690

  • skata
  • skata's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Hi Everyone,

I'm trying to remove "Registration" from the title of each event. Anyone have any ideas? I don't want people to get the wrong idea when they fill out the form, that it is not a registration form, but rather a less committed interest form. Thanks


Rendering Error in layout Attachment/Item: Property "protected" is not defined. Please enable debug mode for more information.
Attachments:

  • Rendering Error in layout Attachment/Item: Property "protected" is not defined. Please enable debug mode for more information.

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

Last Edit: by skata.

Remove "Registration" from Title 8 years 9 months ago #25693

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Hello! There are two answers for this...

1) To just change the text "Registration" to something else... or even make it blank, edit the language file:

/language/en-GB/en-GB.com_dtregister.ini

Find DT_REGISTRATION and update the translation entry as desired.

2) To remove that text and the following colon (:), you'll need to edit this PHP file:

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

Towards the top of the file, find this:
<h2><?php echo JText::_( 'DT_REGISTRATION' );?>:

Simply change it to:
<h2>

Hope that helps!

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

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .

Remove "Registration" from Title 8 years 9 months ago #25701

  • skata
  • skata's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Thanks, it worked out. I commented it out and added <h2> like so:

<!-- ( <h2><?php echo JText::_( 'DT_REGISTRATION' );?>: ) -->
<h2>

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

[SOLVED] Remove "Registration" from Title 8 years 8 months ago #25801

  • samsmom
  • samsmom's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
This worked well for me, but now I'm wondering how to remove "User Information" at the top of the registration form. I can't find it...

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

[SOLVED] Remove "Registration" from Title 8 years 8 months ago #25820

  • skata
  • skata's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
@Samsmom, Go to the same file and use the find command (Ctrl+F) to look for User Information.

user_information="USER INFORMATION"


change it so that there is nothing inside of the quotations.

user_information=""


There is another topic I created that might give you a better idea.

Look at the second post

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

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