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?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | relatedlinks2.patch | 1.15 KB | satori1984 |
| #3 | relatedlinks.patch | 1.15 KB | satori1984 |
Comments
Comment #1
Zen commentedYou can probably try setting the relatedlinks module's weight to be higher than that of the filter module in question.
Comment #2
(not verified) commentedComment #3
satori1984 commentedAdjusting 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.
Comment #4
satori1984 commentedOnly a single line of code, and still I forget the semicolon...
Comment #5
Zen commentedAmended patch committed to D5. Thanks.
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.