your missing your $Cat variable which is developed for the sidebar in the sidebarpal.php in these lines<br /><br /> if ($Cat && !$configpal['forcepublic']) {<br /> $CatArray = split(",",$Cat);<br /> $CatSize = count($CatArray);<br /> $catonly = "AND (Bo_Cat = '";<br /> for ($i=0; $i<$CatSize; $i++) {<br /> if (!preg_match("/[0-9]/",$CatArray[$i])) { continue; };<br /> if ($i >= 1) {<br /> $catonly .= "' OR Bo_Cat = '";<br /> }<br /> $catonly .= "$CatArray[$i]";<br /> }<br /> $catonly .= "')";<br /> }<br /> else {<br /> $CatArray[0] = "0";<br /> $CatSize = 1;<br /> $catonly = "";<br /> }<br /><br /><br />try turning force public on/off
_________________________
Couchtomatoe -
www.couch-tomatoe.ccMy abilities are for hire for installs, upgrades, custom themes and custom modifications.