• [MOD] Contact Form 5 0 5 1
Currently:  

Author Topic: [MOD] Contact Form  (Read 369220 times)

0 Members and 2 Guests are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Contact Form
« Reply #195 on: August 20, 2008, 07:20:57 AM »
probably to contact.php
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline shami74

  • Newbie
  • *
  • Posts: 49
    • View Profile
Re: [MOD] Contact Form
« Reply #196 on: September 16, 2008, 10:02:42 AM »
I have put all of the files in the right place and also changed the chomd to 777 for the php template and it's still not sending from the site ..

can some one help please


http://3moonsbuilders.com/nextdimensions/4images/index.php

the link is on the left side labeled help

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Contact Form
« Reply #197 on: September 16, 2008, 12:29:41 PM »
Your "help" link doesn't open conctact.php from this mod.

and your contact.php returns
Quote
Parse error: syntax error, unexpected T_VARIABLE, expecting ')' in /home/<path>/4images/contact.php on line 81
Which indicates you either changed more then you were supposed to or simply made a mistake. Restore backups and try again.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline duanes-photos

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [MOD] Contact Form
« Reply #198 on: January 25, 2009, 01:46:30 AM »
Quote
so, die beiden html dateien legst du in den ordner: template/default/dein_template
und auch in alle anderen aktiven templates, solltest du den useren templates zur auswahl geben!

die datei: email.php legst du in den ordner includes

und die datei contakt.php legst du in den ordner root der galerie bzw. deiner webseite, dort wo die index liegt.  passe vorher die zeilen 74 bis 76(75) an deine seite und deine e-mail-addi an!

danach gibst du die datei home.html mit chmod 777 frei um im acp das template bearbeiten zu können..
ACP >>> Template bearbeiten  >>> Template home.html bearbeiten

suche: <td align="right" width="50%">
        <a href="{url_top_images}"><b>{lang_top_images}</b></a>&nbsp;
        <a href="{url_new_images}"><b>{lang_new_images}</b></a>&nbsp;&nbsp;
</td>

und ersetze es mit:

<td align="right" width="50%">
        <a href="{url_top_images}"><b>{lang_top_images}</b></a>&nbsp;
        <a href="{url_new_images}"><b>{lang_new_images}</b></a>&nbsp;&nbsp;<br><br>
<a href="contact.php"><b>Kontakt</b></a>&nbsp;&nbsp;&nbsp;&nbsp;
<br>
<br>

       </td>

(wäre der link zur kontaktseite in der home.html) zu kannst den link aber auch an anderer stelle z.b. header/footer oder wo auch immer einbauen.

die datei mailform_message.html kommt in den ordner: lang/deutsch/email/

solltest du die datei in englisch haben wollen, so ändere die lang und leg die datei zusätlich in den ordner: lang/english/email/
(den inhalt der datei kannst du frei anpassen!

das war´s! viel spaß mit dem kontaktformular!

bedankt euch bei: vincent kocher (www.foto-kocher.com)

solltet ihr fragen haben zu diesem mod haben: info@thomas-heydel.de oder www.thomas-heydel.de/galerie/


 

This is the ReadMe.txt included in the download.  Could someone please translate this for me?  I assume it states how to add a link to this and some permission related settings, but I can't really say for sure.  Thanks for the help.

Offline alexjones

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: [MOD] Contact Form
« Reply #199 on: January 27, 2009, 12:44:08 PM »
I used google language tools to translate the readme.txt, is simple to implement.

Offline duanes-photos

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [MOD] Contact Form
« Reply #200 on: January 28, 2009, 01:44:25 AM »
Thanks Alex,  that's what I did as well.

Offline Sun

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
Re: [MOD] Contact Form
« Reply #201 on: March 23, 2009, 03:04:03 PM »
I use plugin for Mozilla Firefox for fing errors on the pages. After installing this mod it show me 8 errors on the page contact(after click on the Contact). It is first error:

"Line 175, Column 58: document type does not allow element "FORM" here.

          <FORM name="contactForm" action="" METHOD="POST">

The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error)."


How can I fix it?
Tatyana.
I use 4images v.1.7.6
You can answer me in English and Russian languages.
Sorry, my English is not very good.

Rembrandt

  • Guest
Re: [MOD] Contact Form
« Reply #202 on: March 23, 2009, 03:21:19 PM »
^Hi!

<FORM name="contactForm" action="{url_contact}" METHOD="POST">

mfg Andi

Offline Sun

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
Re: [MOD] Contact Form
« Reply #203 on: March 23, 2009, 04:49:25 PM »
Hi!

I can't change like you say.
When I open contact_mailform.html I see this:
<FORM name="contactForm" action="{url_contact}" METHOD="POST">

but in the Mozilla Firefox i see this html-code:
<FORM name="contactForm" action="" METHOD="POST">

==================

I write new contact_mailform.html and problems are solved.
Thank you.
« Last Edit: March 23, 2009, 05:52:01 PM by Sun »
Tatyana.
I use 4images v.1.7.6
You can answer me in English and Russian languages.
Sorry, my English is not very good.

Offline hotvips

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: [MOD] Contact Form
« Reply #204 on: March 25, 2009, 11:46:54 AM »
http://www.new-angelina-jolie.info/contact.php

Can someone please help me with the errors on the contact page?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Contact Form
« Reply #205 on: March 25, 2009, 03:04:42 PM »
Hello and welcome to 4images forum.

1) Please review our forum rules.
2) what errors? (in the future do not only show link to your site where we supposed to see the errors, but quote the errors in your post)
3) Error messages -> An unexpected error occurred. Please try again later
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Anarchology

  • Jr. Member
  • **
  • Posts: 60
  • I LULZ too much!
    • View Profile
    • Tainted Pix
Re: [MOD] Contact Form
« Reply #206 on: April 23, 2009, 11:20:00 AM »
Hey everyone!

Maybe this was already asked on the other 15 pages, but I'm wondering if anyone has added a drop down option within the Contact Form. I'm looking to add fields to further help the administrators of my site to narrow down the questions and comments provided by users or guests.

For example, a drop down menu like:
- General Comment
- User Support
- Report an Image
- Report Error

How can I incorporate such a drop down menu within this MOD? :?

Thanks in advance!
A personal THANK YOU to all of the great programmers on this site for helping me get my site from something basic to what it is today!

My site: http://taintedpix.com
(warning: some adult content)

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: [MOD] Contact Form
« Reply #207 on: June 12, 2009, 10:59:48 PM »
Hallo,

ich habe mir das Kontaktformular in meine HP Eingebaut.

Daten können auch Eingegeben werden und werden auch Versand.

Aber es kommen die Daten die Versand wurden an die Angegebene Mailadresse nicht an  :?

Läuft das Kontakformular auch unter 1.7.7  :?:

nobby

Rembrandt

  • Guest
Re: [MOD] Contact Form
« Reply #208 on: June 13, 2009, 06:36:55 AM »
Hi!
...
Läuft das Kontakformular auch unter 1.7.7  :?:
...
ja, läuft einwandfrei..wennst meine dateien willst, gib bescheid.

noch was, hast du schon mal im spamordner nachgeschaut, viele spamfilter deklarieren eine email als spam wenn die eingetragene absenderadresse nicht gleich ist mit der tatsächlichen.

mfg Andi

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: [MOD] Contact Form
« Reply #209 on: June 13, 2009, 08:45:21 AM »
hast du schon mal im spamordner nachgeschaut,

Ja, habe ich. Aber auch dort sind die nicht angekommen, also im Nirwana gelandet.

Ich habe Dir eine PN geschickt.

nobby