Forums / Setup & design / Tip a friend and content cache problem
laurent le cadet
Thursday 18 December 2003 2:13:42 am
Hi,
I'm using the "Tip a friend" functionnality but it works for on action. If I want to re-use it again the url is just .../content/view/full/No node ID.
I must clear the content cache manually if I want it to work again.Is there another solution than to turn the content cache disabled ?
Laurent.
Renaud Patrick
Thursday 12 April 2007 2:04:16 am
Three and a half years later, the same problem arose. ;)Guess you've solved your problem, but for others, let's say you may use this link to call the tip a friend template
<a href={concat('/content/tipafriend/', $module_result.node_id)|ezurl}>
instead of
<a href={concat('/content/tipafriend/', $node.node_id)|ezurl}>