Quote:
Originally Posted by Lionel
Am I missing something? Do I need to apply that fix? I am able to delete comments, events no problems, so I am not sure if I should do it or not....
|
that problem occurs when you have only one comment in an event, So I recommend anyone who installed this hack apply the fix.
SIGNATURE FIX: in calendar.php FIND:
PHP Code:
$eventcomment['evecombody'] = fetch_censored_text($eventcomment['evecombody']);
ADD BELOW (actually it's possible to add above ^^):
PHP Code:
$eventcomment['signature'] = parse_bbcode($eventcomment['signature'], 0, 1);
zip updated.