Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Peaces

Pages: [1] 2
1
Mods & Plugins (Releases & Support) / Re: [MOD] Contact Form
« on: April 07, 2010, 01:16:32 PM »
Thanks for all the help. the issue was in my server settings.

All works great.

Here's a Thank You to you!

2
Installation, Update & Configuration / New Install - No Email
« on: April 05, 2010, 11:35:57 PM »
I have just done a full new install. I have not chosen SMTP for email as I have not needed it in the past with 4images install.

The site all functions except the new registriant does not receive an email nor does the admin. The screen says that an email was sent.

After sending an email from the control panel is says it sent but the receipients do not receive them. I have made no mods to this install.

I checked local spam filters and the emails are not there either.

I have had... on the same server and domain a 4images site for the past 9 months without this issue. SMTP was not needed.

What trouble shooting can I do to determine the problem?

http://PhotoPeaces.com


Issue fixed. Problem with server.

3
Mods & Plugins (Releases & Support) / Re: [MOD] Contact Form
« on: March 31, 2010, 04:21:52 PM »
Thank you for your suggestion.
Are there any specific docs/files I should try to replace before I scrap and reinstall?

4
Mods & Plugins (Releases & Support) / Re: [MOD] Contact Form
« on: March 31, 2010, 02:37:18 PM »
The emails have worked just fine for a year now until I upgraded from 1.6 to 1.7 and started adding this mod.

5
Mods & Plugins (Releases & Support) / Re: [MOD] Contact Form
« on: March 31, 2010, 02:14:31 PM »
My email address is there in the ACP. However, I must have another issue. I just realized that I am not receiving any emails for registrations either.
Maybe I have some other issue going on. Any suggestions as to where to start looking?
Vielen Dank im Voraus!

6
Mods & Plugins (Releases & Support) / Re: [MOD] Contact Form
« on: March 30, 2010, 08:02:30 PM »
I realize this probably has an obvious answer but where do I set "my email" address for the contact form to send me the submission? Thanks.

7
Programming / Re: Add Contact Page
« on: June 04, 2009, 05:00:24 PM »
Thanks for your willingness to try and help me.

Here is the contact page (contact scripting)... http://PhotoPeaces.com/contactus.php
Here is the Template page... http://www.photopeaces.com/templates/default/contact.html

I would like the contact page to show up in the body of the Template when opening contactus.php.

My attempts so far have failed.

If you have a simpler contact script that I should be using, that's fine as well. I have been using this contact scripting for my other websites.

8
Programming / Re: Add Contact Page
« on: June 02, 2009, 05:30:29 PM »
Sorry for the immaturity here.

I have created a contact.php  -  I have created a contact.html (Template)
The contact.php does call the Template and views properly.

Do I apply the Contact Form script to the Template page or the .php page?

I have tried applying the script to either page. When I apply it to the .html, the form works but it takes away the fonts and other formatting from the Template. When applying to the .php page, I get a Fatal error for the line I added the Form script.

Here is the Form script.

Code: [Select]
<form action="" method="post" name="emailContact" onsubmit="WAValidateRQ(document.emailContact.Contact_Name,'- Please enter your name',document.emailContact.Contact_Name,0,false,'text');WAValidateEM(document.emailContact.Email_address,document.emailContact.Email_address.value,'- Please enter your email address',document.emailContact.Email_address,0,true);WAValidateRQ(document.emailContact.Comments,'- Please provide a comment so that we know how best to assist you',document.emailContact.Comments,0,true,'textarea');WAValidateRQ(document.emailContact.Security_code,'- Please enter the text as it appears in the image above',document.emailContact.Security_code,0,false,'text');WAValidateRQ(document.emailContact.Security_question,'- Please answer the question to ensure a human is filling out this form.',document.emailContact.Security_question,0,false,'text');WAAlertErrors('The following errors were found','Correct invalid entries to continue',true,false);return document.MM_returnValue">
        <div style="width:100%">
          <label for="Contact_Name" >Your name:</label>
          <br />
          <input name="Contact_Name" type="text" id="Contact_Name" class="inputValue" value="<?php echo(ValidatedField("contact","Contact_Name")) ?>" />
          <input name="addblock" type="text" id="addblock" style="display:none" value="" />
          <br />
            <?php
if (ValidatedField("contact","contact"))  {
  if ((
strpos((",".ValidatedField("contact","contact").","), "," "1" ",") !== false || "1" == ""))  {
    if (!(
false))  {
?>

             
          <p class="emailFormError">* Please provide your name.</p>
          <?php //WAFV_Conditional contact.php contact(1:)
    
}
  }
}
?>

          <br />
          <label for="Email_address" >E-mail address:</label>
          <br />
          <input name="Email_address" type="text" class="inputValue" id="Email_address" value="<?php echo(ValidatedField("contact","Email_address")) ?>" />
          <input name="seconddblock" id="seconddblock" type="text" style="display:none" value="">
          <br />
            <?php
if (ValidatedField("contact","contact"))  {
  if ((
strpos((",".ValidatedField("contact","contact").","), "," "2" ",") !== false || "2" == ""))  {
    if (!(
false))  {
?>

             
          <p class="emailFormError">* Please provide your email addess so we can get back in touch with you.</p>
  <?php //WAFV_Conditional contact.php contact(2:)
    
}
  }
}
?>

          <br />
         
          <label for="Comments" >Comments:</label>
          <br />
          <textarea name="Comments" id="Comments" class="inputText" ><?php echo(ValidatedField("contact","Comments")) ?></textarea>
          <br />
          <?php
if (ValidatedField("contact","contact"))  {
  if ((
strpos((",".ValidatedField("contact","contact").","), "," "3" ",") !== false || "3" == ""))  {
    if (!(
false))  {
?>

            <p class="emailFormError">* Please let us know how we can assist you.</p>
            <br />
            <?php //WAFV_Conditional contact.php contact(3:)
    
}
  }
}
?>

           
            <br />
            <input name="addblock2" type="text" id="addblock2" style="display:none" value="" />
          <br />
          <label for="Security_code" >type this Security code in the box below:</label>
          <br />
          <img src="WA_ValidationToolkit/WAVT_CaptchaSecurityImages.php?noisecolor=<?php echo $WAGLOBAL_Captcha_Noise?>&bgcolor=<?php echo $WAGLOBAL_Captcha_BG?>" alt="security code" /> <span class="style1"> NOT case sensitive.</span> <br  />
          <input name="Security_code" type="text" id="Security_code" class="inputValue" maxlength="40" />
          <br />
          <?php
if (ValidatedField("contact","contact"))  {
  if ((
strpos((",".ValidatedField("contact","contact").","), "," "4" ",") !== false || "4" == ""))  {
    if (!(
false))  {
?>

            <p class="emailFormError">* Your security code entry did not match the image.</p>
            <?php //WAFV_Conditional contact.php contact(4:)
    
}
  }
}
?>

          <br />
          <label for="Security_code" ><br />
          <label for="Security_question" >Please answer:</label>
          <?php require_once("WA_ValidationToolkit/WAVT_CaptchaSecurityQuestion.php"); ?></label>
          <br />
          <input name="Security_question" type="text" id="Security_question" class="inputValue" maxlength="40" />
          <br />
            <?php
if (ValidatedField("contact","contact"))  {
  if ((
strpos((",".ValidatedField("contact","contact").","), "," "5" ",") !== false || "5" == ""))  {
    if (!(
false))  {
?>

            <p class="emailFormError">* Your answer was not correct.</p>
            <?php //WAFV_Conditional contact.php contact(4:)
    
}
  }
}
?>

<br />
          <input type="submit" value="Submit" class="inputButton"/>
        </div>
      </form>

9
Programming / Re: Add Contact Page
« on: June 02, 2009, 04:50:22 PM »
Thanks!

Now off to give it a try....

10
Programming / Add Contact Page
« on: June 02, 2009, 04:31:35 PM »
I have read through the posts and watched the video as to creating a new Template page. I have successfully done so. I am wanting to make that additional page into a Contact page. The Contact scripting that I have requires the page to be .php.

When I create the new Template page it is .html. I have tried pasting the form contents from the Contact script into the html Template page but this obviously does not work.

Any suggestions as to how I need to make this work? Or other suggestions for creating a Contact page that has spam security and not use the one I have?

I am open to any suggestions.

11
Discussion & Troubleshooting / Re: Batch Comments
« on: May 18, 2009, 08:43:46 PM »
Done!
Thank you very much.

12
Discussion & Troubleshooting / Re: Batch Descriptions and Keywords
« on: May 18, 2009, 08:22:37 PM »
OK, I took rinaldos recommendation:

UPDATE 4images_images
SET
`image_description` = 'your description',
`image_keywords` = 'your keywordst'
WHERE `cat_id` = 'your category id';

And went to myphpadmin on my Host site and ran the script. It works perfectly.

13
Discussion & Troubleshooting / Re: Batch Comments
« on: May 18, 2009, 05:28:11 PM »
OK, I understnd choosing all images in a category. The only issue is not seeing the same screen (batch)  as what is in your post.

14
Discussion & Troubleshooting / Re: Batch Comments
« on: May 18, 2009, 05:23:48 PM »
OK, Sorry for my ignoance... I selected the Category... not sure how to select all the photos other than I know how many are in the category and change the number in "results per page".

Do I select a "Quick Edit" choice?  ex... Description? That does not get me to a screen like what you show.

Am I missing a step in getting to the Batch screen like your screen prints?

15
Discussion & Troubleshooting / Re: Batch Comments
« on: May 18, 2009, 05:14:47 PM »
AWESOME! I will go try it.

Pages: [1] 2