Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • @jjnetwork

    See my solution for changing the default notification messages here:

    https://www.ads-software.com/support/topic/po-file-english?replies=4

    You create .po files for your English site and make changes to the notifications on there.

    Hope it helps.

    Hi @kbergie

    Your question isn’t stupid at all. I had to learn how to do it too ??

    Here are the steps:

    1. Create the cleanlogin-en_US.po file (just copy from any other language file in the clearlogin lang folder), and use a program like Poedit to edit the .po file. Once you’re happy with your edits, save the .po and save to .mo in Poedit. You can see how it’s done on Youtube.

    2. Access your hosting root directory and add the newly created .po and .mo files to the clearlogin lang folder under Plugins.

    3. Access your wp-config.php file (located in the public-html folder on your hosting server. Open it in Notepad and search for /* That’s all, stop editing! Happy blogging. */.

    4. Add the following code into the wp-config.php file – just above /* That’s all, stop editing! Happy blogging. */

    define ('WPLANG', 'en_US');

    5. Save the wp-config.php file back into the public-html folder and voila, you should be good to go.

    Hope this helps!

    @alberto, great plugin! Would it be possible to include the English .po file in the next update? Otherwise we have to copy our own files into the cleanlogin folder every time there’s an update.

Viewing 2 replies - 1 through 2 (of 2 total)