Forumlar / Cotonti / Support / Direct Linking

duck101
#14407 2009-07-17 07:14
Alright I replaced
	if ($_SESSION['dl']!=$pag['page_id'])
	{
		header('Location: ' . SED_ABSOLUTE_URL . sed_url('page', 'id='.$pag['page_id']));
		exit;
	}

With the code you gave me, It works what can I say your the best. My only worry is what all will this effect. For Ex. does this only have effect when I use LIST_ROW_DOWNLOAD
"LIST_ROW_DOWNLOAD" => empty($pag['page_url']) ? '' : sed_url('page', 'id='.$pag['page_id'].
or any time I have a download in the download field will it always automatically download instead of going to the page first becuase I only want this to happen w/ list.flash.tpl and list.links.tpl