Page 1 of 1

[solved]Contact form - where to get it?

PostPosted: Wed Jan 17, 2007 6:49 pm
Author: richiebgood
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

it is on the mod demo site here: http://integrmod.com/mod_demo/viewtopic.php?t=5

I cant see where to get it. link please?

Re: Contact form - where to get it?

PostPosted: Wed Jan 17, 2007 8:07 pm
Author: Helter

PostPosted: Thu Jan 18, 2007 4:02 am
Author: richiebgood
there is no link there. DL is not hyperlinked.

Re: Contact form - where to get it?

PostPosted: Thu Jan 18, 2007 9:02 am
Author: Helter
sorry, i did not update dl permissions. You should be able to see it now

PostPosted: Thu Jan 18, 2007 10:03 am
Author: richiebgood
cheers man, got it

Re: [solved]Contact form - where to get it?

PostPosted: Thu Jan 18, 2007 4:34 pm
Author: JohnnyTheOne
Do not overwrite the lang_contact.php!
Code: Select all
 # #-----[ OPEN ]------------------------------------------ #  language/lang_xxxx/lang_contact.php  ##-----[ FIND ]------------------------------------------ #  ?>  ##-----[ BEFORE, ADD ]------------------------------------------ #  //// contact_form_1.1.0//$lang['Eadmin'] = 'Contact Admin';$lang['Esuccess'] = 'Your Message was sent successfully';$lang['EYour_Name'] = 'An error occurred sending your Message.';$lang['EYour_Name'] = 'Your Name';$lang['EYour_Email'] = 'Your Email';$lang['EForum_Username'] = 'Forum Username';$lang['EQuest_Comms'] = 'Questions or Comments';$lang['Edenotes_field'] = 'denotes required field';$lang['EAuth'] = 'Contact form written by';$lang['EYour_IP'] = 'Your IP';$lang['ERecorded'] = 'Has been recorded in case of fraud and security purposes';  $lang['EEnquiry'] = 'Your Enquiry';$lang['EPlease_Select'] = 'Please Select One';  $lang['EOption_One_Text'] = 'Login Trouble with Forum';$lang['EOption_Two_Text'] = 'Regarding Moderation';$lang['EOption_Three_Text'] = 'Problems Registering';$lang['EOption_Four_Text'] = 'General Questions or Feedback';  $lang['EClear'] = 'Clear Form';$lang['ESubmit'] = 'Submit';$lang['EEmail_username'] = 's forum username is';$lang['EEmail_mailname'] = 's email is';$lang['EEmail_sendersip'] = 'Sender's ip address is';$lang['EEmail_lookupip'] = 'Lookup ip';$lang['EEmail_xmailer'] = 'phpBB Mail';$lang['EEmail_enquiry'] = 'Enquiry';  $lang['ESubject'] = '[Question or Comment from your Website]';$lang['ERequired_error'] = 'Please fill out all required fields.<br><br><a>Back to Form</a>';$lang['EEmail_error'] = 'Your email address does not appear valid. Please verify it.<br><br><a>Back to Form</a>';$lang['ESuccessfully'] = 'Your Message was sent successfully';$lang['EMain_error'] = 'An Error has occured<br>Admin has not set a recipient email address in contact_form.php.<br><br>Please <a>try again</a>';  $lang['code_wrong'] = 'Image verification failed.<br><br><a>Back to Form</a>';//// contact_form_1.1.0//  # #-----[ SAVE/CLOSE ]-----------------------------------#  

PostPosted: Wed Jan 24, 2007 4:21 pm
Author: richiebgood
cheers, works like a charm

Re: [solved]Contact form - where to get it?

PostPosted: Tue Mar 11, 2008 2:44 am
Author: BitingMonkey
The above links referencing this form seem to be dead. I believe that [url=http]this[/url] is the same form that is referred to on this thread. Added a link because someone asked me where I got the form on my site. Hope this helps someone. If this is incorrect and not the same or incompatible then just delete this post please. Cheers.