Add dynamic URL (or button) to each node in Drupal
Posted
by Bryan Folds
on Stack Overflow
See other posts from Stack Overflow
or by Bryan Folds
Published on 2010-04-23T13:52:29Z
Indexed on
2010/04/23
14:13 UTC
Read the original article
Hit count: 327
I've used CCK to create a 'Travel Offer' content-type which basically just lists the details for a travel package.
My question is how to have a button or link on each node (when the user views it) that will link to a url that includes the title of the current node (eg: example.com/requestQuote/Title_Of_This_Node).
I haven't implemented my system yet so I am free to change the content-type to include a button field or something like that...
© Stack Overflow or respective owner