-
AuthorPosts
-
February 20, 2011 at 11:18 am #160459
Hello,
where can i edit this line “Please use a REAL email address so that we can get back to you. ” ?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 20, 2011 at 12:06 pm #377537Please 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 message2 users say Thank You to Phill for this useful post
February 20, 2011 at 3:46 pm #377563Thank you, and where can i rename “send email” text that is bellow..?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 20, 2011 at 4:09 pm #377567Try 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 PublishingFebruary 20, 2011 at 4:34 pm #377570It’s not working 🙁
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 20, 2011 at 5:28 pm #377572Hmm, 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.
1 user says Thank You to Phill for this useful post
-
AuthorPosts
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