I'm trying to use weblinks as an input filter per the format of the previous module, but at present, this does not appear to work. Any suggestions?

Comments

syscrusher’s picture

Assigned: Unassigned » syscrusher

links_weblink.module is a successor to the old weblink.module, but not a direct descendant.

You should be able to add an entry of the form [weblink:node_id|text], where "text" is the text of the link, or [weblink:node_id/link_id]. It's been a while since I touched that part of the code, but if I recall correctly the first form (with no link_id) chooses the first link found in the database.

If it's not working, we need to turn this into a bug report. Please try it with the text and let me know. I'm in the middle of moving multiple web domains to a new server this week, so I can't promise immediate response, but I will look into it as soon as I can.

Syscrusher