It would be very useful, if we could do some token-replacement on the url (and maybe on the title too), so we can have an url dependent on the node shown.
That way, we could i.e. build a link to a view having an argument, and we pass the current node-id ...

replacing could be done by using the optional 'token' module, or some simple mapping like '%nid' -> node if, '%uid' -> user id, ...

Comments

quicksketch’s picture

Status: Active » Fixed

Token replacement has finally landed (dependent on the token module). It will be available in the official release for link.module 1.6.

Anonymous’s picture

Status: Fixed » Closed (fixed)