Can I suggest using the stylevar replacements for the cellpadding and cellspacing inputs by default? I think it'd make more sense for the tables that use "tborder" as their class to have:
HTML Code:
cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspaing]"
as extra values instead of:
HTML Code:
cellpadding="4" cellspacing="0"
.
I also have a question. Does vbPlaza use a script that I can use in a conditional in the form of:
PHP Code:
if (THIS_SCRIPT=='X')
{Y}
? I tried some things but none worked. Does anybody know if it uses such a script on all vbPlaza pages?
Another question: Can I protect a usergroup from theft by default? I know that there's an option in the settings "Protected From Options Usergroups?" but does this also apply on theft? I tried to test it but failed with stealing so many times that I gave up on testing.
Again great work! This is by far the best hack I've ever seen for vB.