![]() |
Quote:
|
Quote:
Mr. Delphi, how was your weekend? Any progress? :D |
Quote:
|
Quote:
This is horrible news... :( |
Oh NO !!
Switching to the infraction system is such a great loss :( |
Delphi, welcome back.
The protected user groups should work fine, the check is made near the top of Warn.php in the function check_user. The function itself is located in functions_warning.php. |
hi,
I'll be honest here.I just cannot understand how the new profile pages work i mean there is some explanation here but it's still not clear to me and aws that .... |
Now you know why I hate the new coding scheme that vB is using these days?
Sorry buddy, I wish I could help. However, I think there are ways around it. Maybe you can add a block at the end of profile page with the warning buttons and the warning information. I do not know. It seems that vB is trying to make our lives more difficult, rather than facilitating coders. |
Quote:
I have recently noticed old warnings are not getting removed automatically via Cron. EDIT: Manually executing the cron job: kill_warns, shows that warningype table doesn't exist. Looking over mysql, the table is named warningtype. So I edited kill_warns.php: Code:
LEFT JOIN " . TABLE_PREFIX . "warningype wt ON(wt.warningtypeid = w.warned_warning_id) Code:
LEFT JOIN " . TABLE_PREFIX . "warningtype wt ON(wt.warningtypeid = w.warned_warning_id) Code:
AWS - Kill warnings Code:
$user = array_merge($user,convert_array_to_bits($user['options'],$vbulletin->bf_misc_useroptions)); |
Unless DelphiProgramming has changed the names of the tables, the name for the Warning Types table should be "warning_types".
If that's not the case, I would suggest you contact Delphi. As for the unvalid function call, at the top of the kill_warns.php file you have to see the following lines: Code:
require_once('./global.php'); That part of the code you quote (the one with convert_array_to_bits) doesn't exist in my code. |
All times are GMT. The time now is 11:46 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|