Support Forums

Old 02-20-2007, 11:05 AM   #1
GSP
Senior Member
 
Join Date: Apr 2006
Posts: 122
Rep Power: 0
GSP is on a distinguished road
Default Changing Contact Owner to Contact Us

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.
GSP is offline   Reply With Quote
Old 02-20-2007, 11:07 AM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,075
Rep Power: 117
Eric Barnes is a jewel in the rough
Default

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
Eric Barnes is offline   Reply With Quote
Old 02-20-2007, 11:15 AM   #3
GSP
Senior Member
 
Join Date: Apr 2006
Posts: 122
Rep Power: 0
GSP is on a distinguished road
Default

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.
GSP is offline   Reply With Quote
Old 02-20-2007, 12:08 PM   #4
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,075
Rep Power: 117
Eric Barnes is a jewel in the rough
Default

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
Eric Barnes is offline   Reply With Quote
Old 02-20-2007, 12:24 PM   #5
GSP
Senior Member
 
Join Date: Apr 2006
Posts: 122
Rep Power: 0
GSP is on a distinguished road
Default

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.
GSP is offline   Reply With Quote
Old 02-20-2007, 12:37 PM   #6
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,075
Rep Power: 117
Eric Barnes is a jewel in the rough
Default

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
Eric Barnes is offline   Reply With Quote
Old 02-20-2007, 12:37 PM   #7
Staff
 
Join Date: Mar 2006
Posts: 410
Rep Power: 22
Blair will become famous soon enough
Default

Hi Tom-

If that's the case, then change:

$mail->AddAddress($to);
to
$mail->AddAddress("[email protected]");
__________________
Blair
68C Staff

68C Downloads | Report a Bug | Knowledge Base
Blair is offline   Reply With Quote
Old 02-20-2007, 12:53 PM   #8
GSP
Senior Member
 
Join Date: Apr 2006
Posts: 122
Rep Power: 0
GSP is on a distinguished road
Default

Thank you and thank you.

Works exactly the way I want it to.
GSP is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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
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


All times are GMT -4. The time now is 05:04 PM.


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