1
Hi, I currently use Smartsection 2.1 RC2, and it works fine.
I do however want to have a warning page appear, so that when someone clicks on a item with a catagory, it displays a warning message of my choice, and the person has to accecpt or deny before the item will be displayed etc.
I have been told to edit the item.php and insert
if(!isset($_GET['warning']) || $_GET['warning'] != 'ok']{
$itemid = $_GET['itemid'];
header("location: warning page.php?itemid=$itemid");
}
Which I have done, but I need help in writing a file called warning.php, I have been told I need to code this file, but do not know what to put into it.
Can anyone help?
Regards
Chris