|
|
#1 |
|
Senior Member
Join Date: Apr 2006
Posts: 122
Rep Power: 0 ![]() |
Hi,
What would be the best (or easiest) way to change the Contact The Owner form on the Viewlistings page to Contact Us. I know it sounds a little strange but for this particular script use I would prefer if the customer could only contact the site administrator. |
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,075
Rep Power: 117 ![]() |
It would probably be easiest to just remove the contact the owner through the usergroups then they could use the contactus.php file.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Apr 2006
Posts: 122
Rep Power: 0 ![]() |
Hi Eric,
When a customer Contacts The Owner the owner receives an email outlining the ad details of which the customer is enquiring about. Ideally, I would like the same sent to me. I don't trust the person enquiring about a particular ad to provide the exact ad details and I don't want to have to write back asking which exactly they are Contacting Us about. |
|
|
|
|
|
#4 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,075
Rep Power: 117 ![]() |
Gotcha,
Try this. Open contact.php and locate this line: $mail->AddAddress($to); Just below it add: $mail->AddBCC("[email protected]");
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Apr 2006
Posts: 122
Rep Power: 0 ![]() |
Thanks Eric,
Would this not send the Contact The Owner email to both the owner and myself? If that's the case that's not quite what I'm looking to do. I don't want any emails to be sent to the owner and instead I want all to be sent solely to me. |
|
|
|
|
|
#6 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,075
Rep Power: 117 ![]() |
Ok then change this:
$mail->AddAddress($to); To: $mail->AddAddress("[email protected]"); Then it will be only sent to that email.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#7 |
|
Staff
Join Date: Mar 2006
Posts: 410
Rep Power: 22 ![]() |
Hi Tom-
If that's the case, then change: $mail->AddAddress($to); to $mail->AddAddress("[email protected]"); |
|
|
|
|
|
#8 |
|
Senior Member
Join Date: Apr 2006
Posts: 122
Rep Power: 0 ![]() |
Thank you and thank you.
Works exactly the way I want it to. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Contact The Owner | gppromano | v3.1 Modules & Modifications | 1 | 01-19-2007 10:11 AM |
| Contact Owner Form | SteM | v3.1 Questions & Support | 2 | 01-02-2007 09:47 AM |
| After Contact Owner | CB | v3.1 Questions & Support | 3 | 09-09-2006 04:13 AM |
| Contact the Owner - make form optional | fjarabeck | v3.1 Modules & Modifications | 2 | 05-14-2006 10:17 PM |
| Contact the Owner | Don | v3.0 Questions & Support | 11 | 04-25-2006 11:32 AM |