Is there a max of dirs and links in linklist?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
rlauritsen
Regular
Posts: 9
Joined: Sun Apr 02, 2006 12:07 pm

Is there a max of dirs and links in linklist?

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Is there a max of dirs and links in linklist?

Post by garvinhicking »

Hi!

Can you show that to us, either by URL or a screenshot?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
rlauritsen
Regular
Posts: 9
Joined: Sun Apr 02, 2006 12:07 pm

Post by rlauritsen »

Now the folder got right, but the link inside is not a link. I cant click on it.

http://www.rbl.dk
rlauritsen
Regular
Posts: 9
Joined: Sun Apr 02, 2006 12:07 pm

Post 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>
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

Um, are you sure that is the xml you would like to use?

Maybe try this?
<dir name="Test">
<link name="LINK1" link="http://www.visivo.de/shop.php?sid=&cat=63/" />
<link name="LINK2" link="http://www.coop.dk/nettorvet/show_produ ... d=6062367/" />
</dir>
rlauritsen
Regular
Posts: 9
Joined: Sun Apr 02, 2006 12:07 pm

Post 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
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Are you allowed to have a dir and link with the same name? Just a guess.
Judebert
---
Website | Wishlist | PayPal
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post 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...
rlauritsen
Regular
Posts: 9
Joined: Sun Apr 02, 2006 12:07 pm

Post by rlauritsen »

Thank you very much. It was the & to & that did it.
yanksrock777
Posts: 3
Joined: Sun Apr 09, 2006 10:53 pm

problem with images

Post 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. :)
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post 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?
Post Reply