 | |  | | | Classifieds Suggestions Have an idea to make Classifieds even better? |
February 1st, 2013, 09:00 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: May 2003 Location: Spring Branch, Texas
Posts: 391
| Mailing Features
PP Classifieds needs mailing features. The kind of thing that would let an admin send group emails to everyone that has a current ad in the product.
It could be used to create a newsletter.
I could be used to send all sellers a scammer warning
Similar to the VB mailing features.
It would be good for admin to be able to communicate with every seller all at once. But it must be protected so scammers can't hijack the system and group mail sellers.
|
| |
February 1st, 2013, 09:39 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
I would have to look at my vb to see what you mean I do not remember seeing some special mailing section in my admin panel. |
| |
February 1st, 2013, 09:58 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: May 2003 Location: Spring Branch, Texas
Posts: 391
|
In VB you can create a mailing list -- it's in the Users section > Generate Mailing List.
You can create any delimiter you wish. Then the list of users generated can be used with a mail client on your desktop or a 3rd party mailing service.
But it would be great if we could mail everyone with an ad directly with some notice or warning.
Before upgrading to 5.23 we had a lot of scammers doing this. They could send an email to everyone in out classifieds, and slug in the item title into the email. They could do it... but we couldn't.
That seems to be prevented by the captcha in 5.23 on the email contact process.
|
| |
February 1st, 2013, 10:23 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
Yes the captcha does seem to catch alot of spammers but will never catch a spammer who is a real live person. |
| |
February 9th, 2013, 12:48 PM
|
#5 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
FYI in the standalone product you can email a user or all users. That option is under the edit users portion of classifieds admin panel that only appears if it is a standalone. Otherwise when your integrated with another product and all the users are in that product any user management is done in the forum where the users come from.
|
| |
February 9th, 2013, 12:57 PM
|
#6 (permalink)
| | Member Verified Customer
Join Date: May 2003 Location: Spring Branch, Texas
Posts: 391
|
I think you misunderstand. I'm asking for the ability to email all users with a current ad in Classifieds via the admin panel. Or to be able to export the email address of members with a current ad.
I have 92,000 members. Only 420 of them have ads in Classifieds at this moment. I don't want to email 92,000 people to warn the 420 people with current classified ads that a scammer is operating in the Classifieds today. Or for any other problem that just effects the Classifieds.
It would be an important addition to the Classifieds.
|
| |
February 9th, 2013, 01:01 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
Your looking for a very specific target availability and your looking for it to exist in a place where the users do not exist meaning your users come from a forum not our product right?
I do not think something like that would be theoretically possible to be some standard inclusion in a forum integration. Your talking about we would have to query the products table group the results by userid and then issue a query for every user to get there email from the forum database. That means in your case 420 extra queries. That is because the forum and gallery products do not need to exist in the same database.
The only way to do it for it would be something included in our product is for it to be one query and I can definately create an addition case to email users whom have an ad in the standalone classifieds mailer. That would be easy.
Do you understand what I am saying here? I am not going to code something in the application that would take 400 or 1000 queries to complete. Talk about bringing a server to its knees.
Last edited by Chuck S; February 9th, 2013 at 01:10 PM.
|
| |
February 9th, 2013, 01:08 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: May 2003 Location: Spring Branch, Texas
Posts: 391
|
Yes, I realize that. But the Classifieds can display all of the members currently with ads (when you click on the memberlist in classifieds, it only shows members with a current ad. It doesn't show all 90,000 members). So, the info contained in their profiles should also be available via the application should it not?
|
| |
February 9th, 2013, 01:13 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
We can do that because a users username and userid exist on the ad table not there forum profile stuff |
| |
February 9th, 2013, 01:15 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: May 2003 Location: Spring Branch, Texas
Posts: 391
|
Doesn't having the userid make it possible to pull their email address? The application does so all the time in the "Contact Seller" routine.
|
| |
February 9th, 2013, 01:15 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: May 2003 Location: Spring Branch, Texas
Posts: 391
|
It would be a "contact all sellers" kind of Admin function.
|
| |
February 9th, 2013, 01:25 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
You misunderstand what I am saying. We know we can pull the information I said we could. What I am saying as my reply clearly stated in my last reply was to do something like you want since the user info exists on the forum. You first have to issue a query to only get userids in the products table and then issue a query on the forum database to get there email.
That in your case is 421 queries for that function. See in a standalone classifieds where everything is in one database I can issue one query to the products table with a left join on the users table to get the email. See what I mean now.
I can do the same thing even with the forum user table if things existed in the same database. However the forum tables is not always in the same database as the classifieds tables and the query to left join whatever forum user table would be different in every last integration there is.
What I am saying is I can not include something in the application as standard if:
1. It would not work for everbody
2. It would create too much server overhead.
I can do something like you want for a standalone classifieds thats easy. If I can think of a way to do it for forum integrations I will see but do not expect some answer for 5.3 |
| |
February 9th, 2013, 01:30 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: May 2003 Location: Spring Branch, Texas
Posts: 391
|
OK, thanks. I was hopping a "contact all sellers" would be something possible to add. If you can find of a practical way it would be another great addition to the program.
|
| |
February 9th, 2013, 01:33 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,947
|
Yes keep the ideas coming. If I can think of a way to do it we shall see I just can not add something that intensive without being able to do it with one or two queries. |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | Features I can't get? | camarosource | ReviewPost How do I...? | 5 | May 6th, 2011 08:01 AM | | Features | mikemcc | Before You Buy | 0 | April 3rd, 2008 05:17 PM | | Features | kevinliles | Before You Buy | 3 | March 9th, 2007 03:07 PM | | Mailing List? | donnacha | Before You Buy | 10 | September 19th, 2005 08:53 AM | All times are GMT -5. The time now is 10:27 PM. | |