Gossamer Forum
Home : Products : Links 2.0 : Customization :

Help me , Links 2.0 to Software Download System.

Quote Reply
Help me , Links 2.0 to Software Download System.
I want to change links 2.0 to a Software Download System , but I need nether field only:


%db_def = (
ID => [0, 'numer', 5, 8, 1, '', ''],
Title => [1, 'alpha', 40, 75, 1, '', ''],
Version => [2, 'numer', 10, 10, 1, '', ''],
FileSize => [3, 'numer', 10, 10, 1, '', ''],
URL => [4, 'alpha', 40, 75, 1, 'http://', '^http|news|mailto|ftp'],
Date => [5, 'date', 15, 15, 1, \&get_date, ''],
Category => [6, 'alpha', 0, 150, 1, '', ''],
Description => [7, 'alpha', '40x3', 500, 0, '', ''],
Hits => [8, 'numer', 10, 10, 1, '0', '\d+'],
isNew => [9, 'alpha', 0, 5, 0, 'No', ''],
isPopular => [10, 'alpha', 0, 5, 0, 'No', ''],
Rating => [11, 'numer', 10, 10, 1, 0, '^[\d\.]+$'],
Votes => [12, 'numer', 10, 10, 1, 0, '^\d+$'],
);



Who can help me , What files I will change ? Thanks Smile
Quote Reply
Re: Help me , Links 2.0 to Software Download System. In reply to
 
Quote:
nether field

Huh?? I don't understand your request.

Sorry.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: Help me , Links 2.0 to Software Download System. In reply to
Sorry , change nether to "following"
Quote Reply
Re: Help me , Links 2.0 to Software Download System. In reply to
Still don't understand your request. What are you asking for?

BTW: There is a well written FAQ about adding fields to your links.def file and links.db file in the Resource Center. And this FAQ has been linked MANY times in this forum.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.