6
try adding this code to the function freecontent_search in /modules/freecontent/includes/search.inc.php
after:
le="color: #000000"><?php $sql = 'SELECT id, title, `comment`, image FROM '.$xoopsDB->prefix('freecontent').' WHERE hide=0 ';
add:
le="color: #000000"><?php if ( $userid != 1 ) { return false; }