PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Bug Reports (http://www.photopost.com/forum/classifieds-bug-reports/)
-   -   "No Expiration" Sets Ad Term to 15 Days (http://www.photopost.com/forum/classifieds-bug-reports/143110-no-expiration-sets-ad-term-15-days.html)

TMSBrad June 9th, 2010 10:00 AM

"No Expiration" Sets Ad Term to 15 Days
 
The title pretty much says it all. I've posted two test ads with "How long do you want your ad to run?" set for No Expiration, but it still says there are 14 days left in the auction, and the values in products.enddate are 1277390449 and 1277390946.

Chuck S June 9th, 2010 11:16 AM

There is no no expiration option in our latest code that was removed awhile ago.

TMSBrad June 9th, 2010 01:02 PM

I just bought the software a couple of weeks ago. I'm running PhotoPost Classifieds 4.0 vB3 Enhanced. Where can I get the latest version?

Chuck S June 9th, 2010 01:53 PM

The latest version is 4.02

From what I see we make sure durations can only be numeric from this code.

If you want to allow no expiration you would need to remove this code in uploadproduct.php

Code:

Content visible to verified customers only.

captain-busa October 13th, 2010 11:04 AM

Chuck is there any way to allow certain usergroups to have different times.. We have advertisers that are not very happy that they have to keep coming back to relist ads. Is there any way to manually make a change?

Chuck S October 13th, 2010 01:08 PM

The user would pick the duration that they wish when they place an ad.

If the ad expires they are given the relist option.

If you have modified your code then make sure you have removed or added anything to make it works how you wish.

Ads are suppose to have a duration and expire that is an essential aspect of any classifieds site that the content is temporary.

captain-busa October 13th, 2010 05:01 PM

Quote:

Originally Posted by Chuck S (Post 1277847)
The user would pick the duration that they wish when they place an ad.

If the ad expires they are given the relist option.

If you have modified your code then make sure you have removed or added anything to make it works how you wish.

Ads are suppose to have a duration and expire that is an essential aspect of any classifieds site that the content is temporary.

Okay Okay so that was the intent when you guys wrote it... is there a way to make it where an ad doesnt expire?

At least is there a way to modify ads, I have an advertiser that had a temp enter his ads and they forgot to choose the longest time available. Now they have a lot of time invested entering ads, is there a way I can change the time to the max?

Chuck S October 13th, 2010 05:23 PM

If you want to modify the code you can do so by adding a new number in the checduration like say 9999 in the code above and maybe adding a noexpire option in the duration selectbox for the upload templates but we do not provide product support for code mods.

There are I think mod discussions for no expiration on the forums here.


All times are GMT -5. The time now is 08:12 AM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97