Quote:
Originally Posted by gpc10347
Rut roh..
I'm in the initial stages of diagnosing a slight problem but, admittedly, I have several mods installed:
I lost the ability to Save any changes made within User Manager. I'm not sure that I lost it when the security patch was released and honestly, I'm not sure I had it prior to installing the CIS mod but, here's the tricky part:
If I go to the Plugin & Product area and locate Product : Comprehensive Ignore System...
Uncheck: Add clear ignored thread button to useradmin
Everything is fine.
Anyone else experience anything of the sort and - what might I need to change to turn the option back on?
Thanks!!
|
Got that same problem here.
Here's what we're disabling:
PHP Code:
###hack
if ($user['userid']) {
print_table_break('', $INNERTABLEWIDTH);
print_table_header($vbphrase['cis_permissions']);
construct_hidden_code('userid', $vbulletin->GPC['userid']);
print_description_row('<div align="center"><input type="submit" class="button" value="Clear Ignored Threads" name="clearit" tabindex="1" /></div>');
print_description_row('<div align="center"><input type="submit" class="button" value="Clear Ignored Forums" name="clearit_forum" tabindex="1" /></div>');
print_table_footer();
}
###
But I have no idea where the
useradmin_edit_column2 hook is located. I can't find it in a template search