Which section should this go under? I put it under the start modify options section.
Code:
if ($enableHTMLEdit == 1) {
if ($bbuserinfo[enablewysiwyg]) {
$enablewysiwygchecked="checked";
$enablewysiwygnotchecked="";
} else {
$enablewysiwygchecked="";
$enablewysiwygnotchecked="checked";
}
eval ("\$wysiwyg_option .= \"".gettemplate("wysiwyg_modifyoption")."\";");
} else {
$wysiwyg_option="";
}
There are 4 sections in there with:
Code:
if ($bbuserinfo[userid]==0 or $permissions['canmodifyprofile']==0) {
show_nopermission();
}
Quote:
Originally posted by Birdie501
just use this part from the original instruction file
|