Hello, I use ckeditor 4* and I dont know how to use pathologic to correct url path if I create in ckeditor anchor url to the place in somewhere to the node.

I mean if is view in full node, all urls correct, but in teaser view I see only baseurl/#anchor instead baseurl/node-title#anchor

Is there any solution about it?

Thx.
Mark

Comments

Garrett Albright’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

Pathologic should work just fine with anchors, and indeed there are tests for this in Pathologic's test file. Is this still a problem?

Sparviero’s picture

i've a similar question.
my theme create some page using multiple content type.
if the normal link "/en/node/12345" should be translated in "/en/sector/category/page", in my theme the url must become "/en/sector/category#page".
with hook _pathologic_alter is not possible to do the replacement and i've not found any documentation to customize the pathologic behaviours.