Hi Mary,
I posted this in here because it seems to be a more friendly thread than the one over in 3.8.
They seem to be a little harsh over there.
Concerning whether photo limits are per user or per add.
Quote:
Originally Posted by from poster in another thread
nope... it's per overall. I just verified it ... .........
TO FIX:... in Classifieds.php, around line 425
CHANGE:
Code:
WHERE userid=$userid");
TO:
Code:
WHERE classifieds_photos.id = ".$adid);
|
The default code does indeed to be per user. at least that is how it works for me.
But when I changed code as shown above, it seemed to fix it,
but actually did not. While that code change will allow photos per ad to be set, when you go back and edit ad, you can upload another set of photo's, and if you edit and upload again and again, you can post as many photo's as you want. It completely bypasses all limits, as it only seems to deal with number of photo's uploaded
per instance, and not per ad. So I am going back to default of per user total until you can find a way to make it per ad for us.
Per ad would be ideal Mary.
Both per ad and a seperate total overall for group/user would be even better.
If you make this change, please post notice here for us.
We sure ask a lot of you coders considering your product is free, don't we?
Thank you for your time and efforts.
I appreciate both.