Page 1 of 1
Is there a max of dirs and links in linklist?
Posted: Wed Apr 05, 2006 2:52 am
by rlauritsen
Hi,
I have created 5 dirs and some links in a linklist, but if I make the 6th dir, it is not like a dir map. It is like a link, but I can click on it.
Is there a max number of entries in the linklist ? or what am I doing wrong?
TIA
Re: Is there a max of dirs and links in linklist?
Posted: Wed Apr 05, 2006 11:30 am
by garvinhicking
Hi!
Can you show that to us, either by URL or a screenshot?
Regards,
Garvin
Posted: Wed Apr 05, 2006 2:36 pm
by rlauritsen
Now the folder got right, but the link inside is not a link. I cant click on it.
http://www.rbl.dk
Posted: Wed Apr 05, 2006 2:48 pm
by rlauritsen
Test at the bottom of the linklist is a dir, but it doesnt appear like a dir. Here's the code:
<dir name="Vejret">
<link name="DMI" link="
http://www.dmi.dk/" />
</dir>
<dir name="Test">
<link name="
http://www.visivo.de/shop.php?sid=&cat=63/" />
<link name="
http://www.coop.dk/nettorvet/show_produ ... d=6062367/" />
</dir>
Posted: Wed Apr 05, 2006 3:41 pm
by garvinhicking
Hi!
But this is just the XML input; can you show us a screenshot or your URL where we can see the output?
Regards,
Garvin
Posted: Wed Apr 05, 2006 4:07 pm
by mgroeninger
Um, are you sure that is the xml you would like to use?
Maybe try this?
Posted: Wed Apr 05, 2006 7:00 pm
by rlauritsen
Hi,
ok, I have looked myself blind at the text. I missed the link name, but it doesnt solve the problem. My XML is now:
<dir name="Laerred">
<link name="Laerred" link="
http://www.visivo.de/shop.php?sid=&cat=63" />
<link name="Ophaeng" link="
http://www.coop.dk/nettorvet/show_produ ... id=6062367" />
</dir>
and you can see the result on
http://www.rbl.dk/
Regards,
rlauritsen
Posted: Wed Apr 05, 2006 7:44 pm
by judebert
Are you allowed to have a dir and link with the same name? Just a guess.
Posted: Wed Apr 05, 2006 8:01 pm
by mgroeninger
I can get this to work:
Code: Select all
<dir name="Laerred">
<link name="Laerred" link="http://www.visivo.de/shop.php?sid=&cat=63" />
<link name="Ophaeng" link="http://www.coop.dk/nettorvet/show_product.aspx?dept_id=183&pf%5Fid=6062367" />
</dir>
So I think the only problem is that you need to encode the ampersand (change & to &)
ok, I have looked myself blind at the text.
I can totally relate to that...
Posted: Wed Apr 05, 2006 11:42 pm
by rlauritsen
Thank you very much. It was the & to & that did it.
problem with images
Posted: Mon Apr 10, 2006 12:00 am
by yanksrock777
I know this doesn't have to do with the topic but i am trying to get my link list working and all that shows up are the links and not the dtree images. Is there anything I should do. And in my plugins list is says linklist v 1.7 and in my event list it says linklist v1.6...everytime i install them.
If you could help me that would be great.

Posted: Mon Apr 10, 2006 1:59 am
by mgroeninger
The version difference is correct. The event plugin and the sidebar plugin are maintained at different version (as bug fixes effect one side or the other, it is easier to just update one of them...)
The image issue... Do you have a url I could see? Or have you looked at the urls for the images? Are you running in a hosted environment?