PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds How do I...?

Classifieds How do I...? Wondering how to do something in Classifieds?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old June 6th, 2006, 08:46 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Posts: 41
How do I make it so respondants can't change their email?

When you respond to a seller's ad, the email address field is pre-populated, but can be changed. Is it possible to make that so you can't change it?
snowbird is offline   Reply With Quote
Old June 7th, 2006, 07:06 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
You could make the change in bold here in contact.tmpl

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 8th, 2006, 05:09 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Posts: 41
Thanks for the quick reply but, that did not change anything
snowbird is offline   Reply With Quote
Old June 8th, 2006, 05:17 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Posts: 41
In case it helps, I have attached a pic showing the area I am referencing.
Attached Images
File Type: gif photopostexample.gif (22.8 KB, 5 views)
snowbird is offline   Reply With Quote
Old June 8th, 2006, 06:55 AM   #5 (permalink)
Member
 
blankoboy's Avatar
 
Join Date: Apr 2006
Posts: 63
Hey snowbird,

Which 'contact.tmpl' file are you editing?

public_html/templates/contact.tmpl
or
public_html/templates/vb3enhanced/contact.tmpl

If you have the latter I believe that is the one you should be editing with the change Chuck suggested. Give it a try...
blankoboy is offline   Reply With Quote
Old June 8th, 2006, 07:04 AM   #6 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Posts: 41
Progress Thanks blankoboy

But there is a problem in that it no creates a blank spot that will likely confuse users. (See attachment) I would like to have it displayed but so the user can not change it (sort of "hard coded").

If that is not possible, maybe I should just remove the "Your email address" alltogether?

My motivation in doing this is that when I previously ran a classified ads script in this domain there were lots of scammers that tried to rip-off users. Giving the ability to change their email like that is only going to invite trouble.
Attached Images
File Type: gif photopostexample2.gif (19.8 KB, 3 views)
snowbird is offline   Reply With Quote
Old June 8th, 2006, 08:36 AM   #7 (permalink)
Member
 
blankoboy's Avatar
 
Join Date: Apr 2006
Posts: 63
My pleasure..glad to be of some help! Try removing (or commenting out) this from the contact.tmpl.

Quote:
<tr>
<td class="{$Style['tddetails']}" width="30%" align="center">{$Globals['pp_lang']['youremail']}</span></td>
<td class="{$Style['tddetails']}" align="left"><input type="text" size="50" name="youremail" value="$fromemail" /></td>
</tr>
I completely agree with you and that is the same reason I want to remove it from mine.
blankoboy is offline   Reply With Quote
Old June 8th, 2006, 09:22 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Posts: 41
Hmm. It seems that can't be commented out. If you do, and then try to contact seller, you get "You have entered an invalid email address, message not sent."
So I am *guessing* that after commenting that block out you would have to insert the input tag somewhere outside the comment tags, but using hidden for type.
snowbird is offline   Reply With Quote
Old June 8th, 2006, 09:27 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
You can not comment it out as its a value that needs to be passed. You can print $friendemail in there again just to show it. Try this

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 8th, 2006, 09:29 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Posts: 41
Yes, I commented out what you suggested blankoboy, then I inserted the following code just after the commented out part, and it works. Thanks both of you.
Quote:
<input type="text" size="50" name="youremail" value="$fromemail" />
snowbird is offline   Reply With Quote
Old June 8th, 2006, 09:30 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Posts: 41
I was typing at the same time as you Chuck. All's good. Thanks again.
snowbird is offline   Reply With Quote
Old June 8th, 2006, 09:35 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Posts: 41
Slightly off topic..... I just noticed with all this testing that the email Subject Line that gets sent says "A message about your ad on". Is there a place to change that either in the cp or a template. I would like to change that to "A message about your ad posted at The Name Of The Site"
snowbird is offline   Reply With Quote
Old June 8th, 2006, 09:50 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
change the string in your emails.php language file in the languages english directory
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 8th, 2006, 10:33 AM   #14 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Posts: 41
That string does not exist in my emails.php file.
snowbird is offline   Reply With Quote
Old June 8th, 2006, 10:54 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,662
english.php in the languages directory then
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old June 8th, 2006, 11:18 AM   #16 (permalink)
Member
Verified Customer
 
Join Date: May 2006
Posts: 41
Yes, there it is. I see the line that says
Code:
Content visible to verified customers only.
which implies the site name should be carried into the subject line of the emails.... but it is not. I have the name entered in the Web site name field of the global options section of the classifieds CP, but it is not carrying through to the email subject line. Any suggestion as to why that might be? Thanks.
snowbird is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change contact email Tre Photopost Pro How Do I...? 1 March 9th, 2006 05:12 PM
Change my Admin Email bogene2020 Photopost Pro How Do I...? 1 January 11th, 2006 01:40 PM
How to make renewal email more descriptive? robferrari Classifieds Bug Reports 1 August 4th, 2005 08:20 AM
change of email address webfort Photopost Pro How Do I...? 1 April 4th, 2005 07:16 AM


All times are GMT -5. The time now is 03:07 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0