Derek Heritage Posted November 26, 2021 Report Share Posted November 26, 2021 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 Quote Link to comment Share on other sites More sharing options...
Chris Lloyd Posted November 26, 2021 Report Share Posted November 26, 2021 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. Quote Link to comment Share on other sites More sharing options...
Derek Heritage Posted November 27, 2021 Author Report Share Posted November 27, 2021 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. Quote Link to comment Share on other sites More sharing options...
Derek Heritage Posted November 27, 2021 Author Report Share Posted November 27, 2021 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. Quote Link to comment Share on other sites More sharing options...
theKiwi Posted November 27, 2021 Report Share Posted November 27, 2021 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 Quote Link to comment Share on other sites More sharing options...
Ken Roy Posted November 27, 2021 Report Share Posted November 27, 2021 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"; Quote Link to comment Share on other sites More sharing options...
Rob Roy Posted November 27, 2021 Report Share Posted November 27, 2021 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. Quote Link to comment Share on other sites More sharing options...
Derek Heritage Posted November 30, 2021 Author Report Share Posted November 30, 2021 Thanks for your help. I still can't get it to work. Quote Link to comment Share on other sites More sharing options...
Ken Roy Posted December 1, 2021 Report Share Posted December 1, 2021 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 Quote Link to comment Share on other sites More sharing options...
Derek Heritage Posted December 2, 2021 Author Report Share Posted December 2, 2021 Taken me a while to reply as website crashed - but thanks, Ken, working now. Still sortring site out! Derek Heritage https://ofats.uk/ft/ Quote Link to comment Share on other sites More sharing options...
RickM Posted December 2, 2021 Report Share Posted December 2, 2021 Damn, best of luck with sorting out!!.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.