How do u do this part, the other steps are easier to do but I do not think I see this in my Admin.c/panel or at server area.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
STEP 1: - Run A DB Query
Run this query via your ACP, change "vb3_" to your table prefix.
------------------------
alter table vb3_usergroup
add `attachrequire` int(15) not null default '0';
------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Got it Config has to be edit back & forth
|