Delete link after expiration After expiration delete link instead of hiding
This thread is closed, so you cannot post a reply.
Comments on Delete link after expiration
Beginner
Usergroup: Customer
Joined: Apr 27, 2005
Total Topics: 1
Total Comments: 1
When a link is expired (after X days) in WSN Links, the link will automatically be hidden in the directory.
Is it possible to automatically delete expired links, instead of set them to "hidden"? How?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Not automatically, though a DELETE FROM wsnlinks_links WHERE hide=1; query will delete all hidden links.
Forum Regular
Usergroup: Customer
Joined: Sep 22, 2004
Location: Wake Forest, NC
Total Topics: 23
Total Comments: 161
Is this done directly to mysql using something like myPHPadmin, or is it done from the Advanced Options page in WSN Links?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
A query is a query is a query. There are a million scripts which could let you execute one.