Jump to content
TNG Community

Christening to Baptism


Derek Heritage

Recommended Posts

Derek Heritage

Is there a way to change the wording on the person page from Christening to Baptism?

Please don't tell me they mean the same. I just want t know if you can do it and if so, how.

Thanks.

Derek Heritage

Link to comment
Share on other sites

You will probably find that in the language files on the server - easiest way to access is using FTP.

For example in the English UTF* admintext.php

 

You use the cust_text file to make the changes that you want so they don't get overwritten in an upgrade.

Link to comment
Share on other sites

Derek Heritage
13 hours ago, Chris Lloyd said:

You will probably find that in the language files on the server - easiest way to access is using FTP.

For example in the English UTF* admintext.php

 

You use the cust_text file to make the changes that you want so they don't get overwritten in an upgrade.

 

Link to comment
Share on other sites

Derek Heritage

I may be missing something here, but the only reference I can find in admintext.php is to Adult Christening, However Christening appears in nearly all the other php's in that section.

Looks like I'll have to live with it, as I don't know what to put in cust_text.

Link to comment
Share on other sites

It's in the file alltext.php.

Copy this line

$admtext['CHR'] = "Christening";

and paste it into the file cust_text.php in your English, and English-UTF8 folders, then replace the word Christening with Baptism, so

$admtext['CHR'] = "Baptism";

should do what you want.

Roger

Link to comment
Share on other sites

I use the following overrides in my English-UTF-8/cust_text.php

//  Overrides for Christenings
		$text['borchr'] = "Birth/Baptism - Death/Burial";
		$text['altbirthplace'] = "Place Baptized";
		$text['altbirthdatetr'] = "Year Baptized";
		$text['altbirthdate'] = "Date Baptized";
$text['bornchr'] = "Born/Baptized";  //from search
$text['christened'] = "Baptized";
$admtext['CHR'] = "Baptism";

 

Link to comment
Share on other sites

Not an answer, but how I do it.  If the child is christened/baptized as a child, I use the christening field.  If as they were baptized after childhood, I have created a Baptized as an Adult event.

Link to comment
Share on other sites

1 hour ago, Derek Heritage said:

Thanks for your help. I still can't get it to work.

Did you try the solution, I posted in

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...