adding pictures to links in links list?

Creating and modifying plugins.
Post Reply
shack
Posts: 2
Joined: Thu Aug 11, 2005 10:19 pm

adding pictures to links in links list?

Post by shack »

i cant seem to figure this out and it might be a limitation of the plug, but how do i add an image to a link? using XML a link looks like this and it works nice.

<link name="Shack's Blog" link="http://www.3sisterscreations.com/shack" />

Instead of it having a link name is there a way to make it an image?
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

That is a limitation of the plugin, I think.. The plugin uses dtree to display the link table, which I assume might have some problems.

Does the tree just not get displayed or do you see other behavior?

this isn't something I have ever tried... I might have to try it though....

I am working on a version which supports displaying the tree in full css. It isn't anywhere near ready, but I might be able to get it moving sometime in the next two weeks... I would not see any reason why using images would not work in this version (but I can't really promise anything)
shack
Posts: 2
Joined: Thu Aug 11, 2005 10:19 pm

Post by shack »

Great! Thanks for the fast answer.
mgroeninger
Regular
Posts: 546
Joined: Mon Dec 20, 2004 11:57 pm
Contact:

Post by mgroeninger »

Actually, the problem seems to not be in dtree, but in the parser portion of the plugin somewhere....

While I work on the new version I will take a look at this and see if I can figure it out. I can't guarantee that dtree will present names with html tags correctly, but at least I can get the data into dtree (I hope)...

Matt
Post Reply