In this thread http://drupal.org/node/145018 syscrusher mentions:

"A new feature just added by a contributor allows the site administrator to actually convert these extracted embedded links into regular "related links" in the database."

I'm not seeing how to do this. Also, I'm not totally sure this is what I want. What I'd love is to have embedded links added to the database for management purposes. But I don't really want to change the way my page displays. I don't want to convert them to related links (I use this portion of the module for specific types of links) and I don't want to list them anywhere in the node besides where they're embedded.

Can this module do this? Otherwise, I'm loving the related links portion. Thanks!

Comments

askibinski’s picture

Version: 6.x-1.1 » 6.x-1.2
Component: Code: links_admin.module » Code: links_related.module

I'm also confused whether the related_links.module provides this functionality?

I looked in the code and see some functions which appear to handle this, but I can't get real "a href links" indexed into the links database. I do see them on the Links tab in a node though...

shunting’s picture

"What I'd love is to have embedded links added to the database for management purposes. "

In docs, links_admin.png seems to show this happening. But there seems to be no way to make this happen.

Has anybody gotten this to work?

UPDATE The author wrote:

An additional feature of links_related.module is that it can extract embedded links from within the node content and display them in an endnotes list for convenience of users, and/or on a separate "links" tab when viewing the node. A new feature just added by a contributor allows the site administrator to actually convert these extracted embedded links into regular "related links" in the database.

That's what I want (from 2007). How do I get this to work?

maedi’s picture

I'd also like to be able to list all links that have been entered into the body field on my site. Haven't been able to get this working, does anyone have any ideas?