yourhoast Posted October 16, 2002 Posted October 16, 2002 if you do a search in the admin and then click on one of the listings you will find that the search drops off and you will find that you will get a listing of the entire section..., if you wish to keep the search while you select other items add the following line to the categories.php file... require('includes/application_top.php'); if($_REQUEST['search']!=""){$_SESSION['search']=$_REQUEST['search'];} $HTTP_GET_VARS['search']=$_SESSION['search']; note you will have to think of a way to clear the search urself ... and then email me [email protected] Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.