Hi there, I was just wondering how I would go about creating related links with a teaser of some kind trailing behind for example:

The title as a link

Then 2 or 3 links below
explaining the link but not
linked itself.

Thanks for all the help!
Paul

Comments

Zen’s picture

Status: Active » Fixed

The module uses an overrideable theme function - theme_relatedlinks - to display the links. You could override this and with some regex, parse out the URLs of the links and do the needful.

You will obviously need to know some coding to get this done right.

hth,
-K

Anonymous’s picture

Status: Fixed » Closed (fixed)