Is it possible to include links in the title or to use html in the title? I would like to use this module to create and use breadcrumbs as titles. Is this possible?

Comments

baff’s picture

subscribe

e.g. If you have contet profile nodes and want to "redirect" to profile page when you click the content profile node title

automatic node title like: a href="http://www.sample.com/user/[author-uid]">[author-name]

Utkarsh_Mishra’s picture

Issue summary: View changes
Status: Active » Needs review

evaluate php in pattern and return a string something like this
return '<a href="url">Text which is to be linked</a>';

gaurav.kapoor’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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