Quote:
Originally Posted by ozzy47
Those mods you mentioned work a bit different when checking permissions. They use something like:
PHP Code:
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']))
While the mod in the first post uses something like this:
PHP Code:
if (is_member_of($vbulletin->userinfo, explode(',', $vbulletin->options['default_online_groups'])))
Two totally different ways of checking, and both are legit, it just depends on how the coder who wrote the mod decided to do it.
|
Yes but WHY do they work different? they should work the same and take into account the additional usergroup by choosing YES out of the Yes No confliction to work as ALL other modifications do. This is my point or you should state in the selling page on your site that it does not work with additional users or change the modification so that Admins can add these features as an extra.
Im no expert by far but I know how mods work and this is the first mod I have used that does not take this into account with the additional usergroup.
Downloads II is the same.
on my site
Zero posters cannot download.
Zero posters + forum supporter can. It looks at the addtional usergroup and chooses yes out of the yes no conflict.