03-25-2012, 09:19 PM
This is a plugin "review" requested by Sama34.
A very simple plugin that merely re-uses MyBB's functionality, applying it to different groups, and it's made pretty much how I'd do it.
Probably the only things I'd mention:
A very simple plugin that merely re-uses MyBB's functionality, applying it to different groups, and it's made pretty much how I'd do it.
Probably the only things I'd mention:
- I would've liked an intval of sorts here, although it's the ACP, and probably not that necessary
PHP Code:$updated_group = array_merge($updated_group, array("maxsigimages" => intval($mybb->input['maxsigimages'])));
- It probably should be mentioned in the description that setting a value of -1 implies "unlimited" images allowed in the signature.