Hey Delphiprogrammi,
when the warning system makes a post on a defined forum It's supose to Close/Lock the Thread, But everytime it postes it leaves it open/unlocked. Any ideas what could be going on?
EDIT--
Nm I fixed it I had to change
Code:
$threaddm->set('open',1);
anyway I have two other small bugs first when I do a complete removable of a warning from the admicp It removes the warning but this errors shows on top of the page
Quote:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /admincp/admin_warn.php on line 1933
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /admincp/admin_warn.php on line 1933
|
and in the MEMBER INFO and POSTBIT page when someone is banned because of exceeding the warning it should show
Quote:
Warnings: 1
Warning Level : 3
Warning Bans: 1
|
Im lucky if I even see it the first time cause once you refresh the page it then shows
Quote:
Warnings: 1
Warning Level : 3
|
even though the user is still banned. I dont get why it disappears once you refresh the page and wont show in niether Member Info or PostBit's
Any Ideas on both bugs?
Thanks