When I'm using Context Links module, the Relatedlinks does not caches links resulted from contextlinks. Is it possible to search the node body for links after applying all filters to it?

CommentFileSizeAuthor
#4 relatedlinks2.patch1.15 KBsatori1984
#3 relatedlinks.patch1.15 KBsatori1984

Comments

Zen’s picture

Category: feature » support
Status: Active » Fixed

You can probably try setting the relatedlinks module's weight to be higher than that of the filter module in question.

Anonymous’s picture

Status: Fixed » Closed (fixed)
satori1984’s picture

Version: 5.x-1.0-beta » 5.x-1.0
Category: support » bug
Priority: Normal » Critical
Status: Closed (fixed) » Needs review
StatusFileSize
new1.15 KB

Adjusting the module's weight doesn't do the trick.

$node->body needs to be ran through check_markup() to ensure proper matching of URL's.

Related links has alot of potential, but exponentially more when used in conjunction with wiki-markup filters, so please review ASAP.

satori1984’s picture

StatusFileSize
new1.15 KB

Only a single line of code, and still I forget the semicolon...

Zen’s picture

Status: Needs review » Fixed

Amended patch committed to D5. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.