Quote:
Originally Posted by obmob
COLOR=red]linkcheck[/COLOR]: No idea
linksize: this is built after link validation, right? so, can it be blank?
linkstatus: to 1? what does it mean?
linkstatusimg: also to 1?
linkdate:  what format is this? i want to put this one after another, if i place the same date and hour, i usually sort them by number or series... so, how do you read this?
|
linkcheck and linkdate are both dates, expressed as seconds since 1.1.1970 (there's a nice calculation for you). Easiest way to get these close to correct is just to add an entry to your database and take a look at the value.
linkstatus and linkstatusimg is one of the following:
LINK_BROKEN = 0;
LINK_OK = 1;
LINK_UPLOAD = 2;
Easiest is to set linkstatus to either 0 or 1. If you use 0, then you can subsequently use LDM/admin/statistics/validate broken to check the entries you've added. Leave linkimgstatus as 0 if you have no thumb image.
linksize is always re-built on access, so leave it at 0
I think that's all