to have it so the other smilie page shows no permission to simply change
PHP Code:
// ############################### start show smilies ###############################
if ($action=="showsmilies") {
$templatesused = "smiliebit,smilies";
include("./global.php");
$smiliebits="";
to
PHP Code:
// ############################### start show smilies ###############################
if ($action=="showsmilies") {
$templatesused = "smiliebit,smilies";
include("./global.php");
if ($bbuserinfo[userid]==0){show_nopermission();}
$smiliebits="";