I've just upgraded from g-force2k2's mod, and so far everything seems to be running well..
Just a little thing i picked up on with the upgrade instructions:
Code:
FIND:
---------------------------------
<BR>
$post[warnlink]
---------------------------------
ADD AFTER IT:
---------------------------------
$post[warnlink]
---------------------------------
CLOSE postbit
I'm expecting that should be replace instead of add after, since there'd be no reason for wanting 2 instances of warnlink, and your code seems to add a <br> already.
Also.. I wouldn't recommend doing this step:
Code:
1. OPEN admin/template.php
FIND AND REMOVE:
---------------------------------
// +++++++ Warning Hack 2.0 [ g-force2k2 ] +++++++
$only['warn'] = 'Warning System Hack';
// +++++++ Warning Hack 2.0 [ g-force2k2 ] +++++++
---------------------------------
CLOSE admin/template.php
Since it leaves the templates without a category in the Default templates..
[high]* Oblivion Knight clicks install.[/high]