Hi @all.
I've added the following new plugin for testing:
Hook: global_bootstrap_complete
Content:
Normally this should overwrite the based post time limit for unlimited editing. This works correctly. The one thing which isn't working is the "Enhanced Attachment Uploading". Everytime if i upload a file, on the end comes an error.
The "Normal Attachment Uploader" works. And the "Enhanced Attachment Uploading" works also, if i set the time limit to 0 in the vbulletin settings manuelly.
I can't understand why. Theoretically both (plugin and setting) should have the same effect. But with plugin the enhanced uploder don't work. Is that a bug or i have to go deeper into the code?
Thanks for reading and help me.
king regards
Pander23
I've added the following new plugin for testing:
Hook: global_bootstrap_complete
Content:
PHP Code:
$GLOBALS['vbulletin']->options['edittimelimit'] = 0;
The "Normal Attachment Uploader" works. And the "Enhanced Attachment Uploading" works also, if i set the time limit to 0 in the vbulletin settings manuelly.
I can't understand why. Theoretically both (plugin and setting) should have the same effect. But with plugin the enhanced uploder don't work. Is that a bug or i have to go deeper into the code?
Thanks for reading and help me.

king regards
Pander23
Comment