In order for a condition in the template to help, you'd have to have separate submission pages for each type. <IF {LINKTYPE} is x><input type="hidden" name="expire" value="<?php echo time() + 86400*180; ?>"></IF> would then do a 180 day in the future expiry I believe.
I can add a tweak to set expiration defaults by listing type for $50.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Auto Expire just one type
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
Is it possible to have just one type with a 6 month expiry date? Perhaps by some sort of condition put in the suggestlink.tpl?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
In order for a condition in the template to help, you'd have to have separate submission pages for each type. <IF {LINKTYPE} is x><input type="hidden" name="expire" value="<?php echo time() + 86400*180; ?>"></IF> would then do a 180 day in the future expiry I believe.
I can add a tweak to set expiration defaults by listing type for $50.