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

TOPIC: Edit Individual/Group Registration Radio Text

Edit Individual/Group Registration Radio Text 14 years 8 months ago #7444

  • grysunshine
  • grysunshine's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Can someone please tell me where to find the code to edit the text "I am registering as an individual" and "I am registering as part of a group"? I know it is right in front of me and I keep missing it. Thank you so much.

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

Edit Individual/Group Registration Radio Text 14 years 8 months ago #7452

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
All text is modified in the language files, which are located with all other component language files:

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

Thanks!

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

Edit Individual/Group Registration Radio Text 14 years 8 months ago #7534

  • chappy
  • chappy's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Can you please be more specific (basic) in your explanation about changing language files? I am a user of Joomla/DTRegister without any programming knowledge. I have seen several posts that say to 'just change the language files' but I don't know what this means.

I have copied and pasted the above and added it to my url...and I see the file you are referring to but I don't know how to edit or save any of the changes I make to it....

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

Edit Individual/Group Registration Radio Text 14 years 8 months ago #7535

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Language files for all Joomla components, plugins, etc are stored in the same place. In the location of your top-level Joomla folders (components, plugins, images, etc) you will see a folder "language". Inside this folder will be a folder representing your language, or multiple languages that you have setup for your site. Inside that next folder are the actual files. So for DT Register, it is (for English):
/language/en-GB/en-GB.com_dtregister.ini

You can modify these language files a couple different ways:

1) Use FTP. With a program like WS_FTP, CuteFTP, FileZilla, etc... you can login to your hosting account to gain access to the files. Your web host would provide the login info needed for this. Then you'd see your local computer files stacked up next to the server files for your website. Pull the language file to your local computer so you can edit it using any text editor like Notepad, WordPad, etc. Personally, I like to use PSPad. After making the change, transfer it back to the hosting account using the FTP program.

2) Use a file management component like extPlorer or NinjaXplorer. They are free Joomla components that work like a FTP program, just all within Joomla. That may be easier for you if FTP is a foreign thing to you. Same deal though... go to the file, edit, save.

So what exactly do you change??

In the language file, you will see a long list of language tags that look something like this:

DT_GROUP_REGISTRATION=Group Registration

This means that the code creating what you see on the page does not have hard-coded the text you actually see. It just has "DT_GROUP_REGISTRATION". Then if you change the language file, every place in the component that uses that tag will change... instead of having to change multiple places. So instead of "Group Registration", what if you want to say "Team Registration"? Just change that one line in the language file...

DT_GROUP_REGISTRATION=Team Registration

Edit whatever lines you want/need to, save, reload the modified file to your site and you're set! If you need to change anything on the backend administrator side, there is another set of language files:

/administrator/language/en-GB/

Hope that helps!

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

Edit Individual/Group Registration Radio Text 14 years 8 months ago #7536

  • chappy
  • chappy's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Nathan your patience and dedication to customer service continues to impress me - Of COURSE this helps - it is even more than I could have hoped for.

'Thanks again!

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

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