Re: IF statement for php file
That indicates that BCSE's mod doesn't pass a category value. You'd have to update the form information to use something such as:
<input type="hidden" name="cat" value="{$current_category.categoryid}">
(presuming that the $current_category.categoryid exists.)
|