Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • vicius Friend
    #160459

    Hello,

    where can i edit this line “Please use a REAL email address so that we can get back to you. ” ?

    Phill Moderator
    #377537

    Please open language>en-GB>en-GB.mod_jaquickcontact.ini and edit the code in red below.

    MESSAGE REQUIRE = You must input Message.
    CAPTCHA REQUIRE = Wrong Captcha
    EMPTY CAPTCHA = Input your captcha
    NOTICE REQUEST USER REAL EMAIL = Please use a REAL email address so that we can get back to you.
    EMAIL ADDRESS = Email address
    ENTER YOUR NAME = Enter your name
    ENTER YOUR SUBJECT = Enter email's subject
    ENTER YOUR MESSAGE = Enter your message

    vicius Friend
    #377563

    Thank you, and where can i rename “send email” text that is bellow..?

    Phill Moderator
    #377567

    Try language>en-GB>en-GB.com_content.ini

    00081: REGISTER TO READ MORE...=Register to read more...
    00082: READ MORE=Read more: %s
    00083: REGISTERED USERS ONLY=Registered Users Only
    00084: REQUIRED=Required
    00085: REMOVE=Remove
    00086: SEND EMAIL=Send e-mail
    00087: SELECT CATEGORY=Select Category
    00088: SELECT SECTION=Select Section
    00089: SHOW ON FRONT PAGE=Show on Front Page
    00090: SOURCE=Source
    00091: START PUBLISHING=Start Publishing

    vicius Friend
    #377570

    It’s not working 🙁

    Phill Moderator
    #377572

    Hmm, for some reason that language string has been hard coded in the module.

    Open modules>mod_jaquickcontact>tmpl>default.php and adjust the code in red below

    <li>
    <div style="padding-top: 10px;">
    <input type="button" class="button validate" value="Send Email" id="ac-submit" name="bt_submit" />
    </div>
    </li>

    and change to

    <li>
    <div style="padding-top: 10px;">
    <input type="button" class="button validate" value="<?php echo JText::_('SENDMAIL');?>" id="ac-submit" name="bt_submit" />
    </div>
    </li>

    Repeat the above in modules>mod_jaquickcontact>tmpl>ajax_layout.php

    then open language>en-GB>en-GB.mod_jaquickcontact.ini and add the line below to the end of the file

    SENDMAIL = Send Email

    Just make the bit in red whatever you want displayed.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Phill 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum