Quick Question:
You say to do the following:
Quote:
+-------------------------------------------------------------------------------------------------+
| In member.php, replace this code: |
+-------------------------------------------------------------------------------------------------+
include("./global.php");
if ($bbuserinfo[userid]==0 or $permissions['canmodifyprofile']==0) {
+-------------------------------------------------------------------------------------------------+
+-------------------------------------------------------------------------------------------------+
| With this code: |
+-------------------------------------------------------------------------------------------------+
$templatesused .= 'hl_signature_error_wh,hl_signature_error_long,hl_ signature_error_images';
include("./global.php");
if ($bbuserinfo[userid]==0 or $permissions['canmodifyprofile']==0) {
+-------------------------------------------------------------------------------------------------+
|
However, within member.php there are several locations of that code.
I'm curious as to what section it should be installed in.