Hmm... anyone has an idea on how to add multiple entries to LDM, i want to upload a series of images, and i'l lazy to add one by one, since it is the same data, only the file changes
I used to do this using CVS files, but i can't make XML work, I tried making a XML file like:
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<LDM>
<links>
<link linkid="365"...
</links>
</LDM>
When it is supposed to read the link, i get error while importing the file, and i just saw there is no category attached directly to the linkid, so it seems i'd have to add also something related to "linkcats" and "ltoc"
Either way, do you know an easy way to add multiple entries?
Still running 2.2.9
thanks!