I have installed v3 Arcade by John Warwick and are now trying to install this hack.
I have a problem when I get to edit the arcade.php. I cannot find:
Code:
if (!empty($_REQUEST['search']))
{
globalize($_REQUEST, array('search'=>STR_NOHTML));
$searchstring = "&search=$search";
$searchclause = "WHERE (title LIKE '%" . addslashes($search) . "%' OR descr LIKE '%" . addslashes($search) . "%')";
}
Code:
$pagenav = construct_page_nav($g, "arcade.php?$session[sessionurl]do=main$searchstring");
And other parts of code to replace. Has there been a new version released of v3 Arcade since you released this hack?