Where a page,story etc has been set up to allow input of additional fields and those fields are hidden from the main content variable to allow them to be placed else where on a web page, say in a seperate column, then any url's in the hidden fields are not processed. The fields need to be hidden so they are not output twice.

As I don't know too much about the inner workings of Drupal, I'm not sure whether this is pathologic or the content variable supplied through to the input filter.

Very useful module anyway... thanks!

Comments

Garrett Albright’s picture

Title: Not All URL's are being processed » Not all URLs are being processed
Status: Active » Closed (works as designed)

As Pathologic is an input filter, it can only operate on text which is passed through an input format. Many extra fields won't do this, especially if it's just a field for a URL or something, because it's not expected that the user will enter any text which needs to be formatted in the field. Sorry, but due to the way Pathologic works its magic, there's nothing I can really do to change that.