

In short a question: where would you place the form "TAF" - at the end of the story or within every chapter?
Code: Select all
$cnt_form['template'] = str_replace('{FORM_URL}', FE_CURRENT_URL, $cnt_form['template']);
Code: Select all
$myarticleurl = $_SERVER['HTTP_REFERER'];
$cnt_form['template'] = str_replace('{MY_ARTICLE_URL}', $myarticleurl, $cnt_form['template']);
Have fun with itHi,
your friend XYZ want you to read this article:
{MY_ARTICLE_URL}
Whispering: what is the other one?Newer releases could use another replacement tag to check if list or article view
claus wrote:...Whispering: what is the other one?...Newer releases could use another replacement tag to check if list or article view
Duck und wech ...changelog wrote:2007-05-18
[ADD] New section tags which can be used to differentiate template in "article listing" and "article detail" mode. Wrap in "<!--IF_LIST_MODE_START//--><!--IF_LIST_MODE_END//-->" and "<!--ELSE_LIST_MODE_START//--><!--ELSE_LIST_MODE_END//-->".