Is there a max of dirs and links in linklist?
-
rlauritsen
- Regular
- Posts: 9
- Joined: Sun Apr 02, 2006 12:07 pm
Is there a max of dirs and links in linklist?
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
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?
Hi!
Can you show that to us, either by URL or a screenshot?
Regards,
Garvin
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/
# 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
-
rlauritsen
- Regular
- Posts: 9
- Joined: Sun Apr 02, 2006 12:07 pm
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>
<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:
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
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/
# 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:
Um, are you sure that is the xml you would like to use?
Maybe try this?
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>
Matthew (Feeling generous?)
-
rlauritsen
- Regular
- Posts: 9
- Joined: Sun Apr 02, 2006 12:07 pm
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
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
-
mgroeninger
- Regular
- Posts: 546
- Joined: Mon Dec 20, 2004 11:57 pm
- Contact:
I can get this to work:
So I think the only problem is that you need to encode the ampersand (change & to &)
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> I can totally relate to that...ok, I have looked myself blind at the text.
Matthew (Feeling generous?)
-
rlauritsen
- Regular
- Posts: 9
- Joined: Sun Apr 02, 2006 12:07 pm
-
yanksrock777
- Posts: 3
- Joined: Sun Apr 09, 2006 10:53 pm
problem with images
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.
If you could help me that would be great.
-
mgroeninger
- Regular
- Posts: 546
- Joined: Mon Dec 20, 2004 11:57 pm
- Contact:
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?
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?
Matthew (Feeling generous?)