My most important need for an upgrade is to accommodate mobile users. However, I would like to start this off for a particular user groups already set up such as "subscribers" in the system.
I've been told that most mobile apps follow vBulletin forum permissions.
How to implement something like this as a pathway to the flag that activates the mobile app...
Code:
<if condition="in_array($bbuserinfo['usergroupid'], array(5,6,7,9,10,19,20)) then allow mobile app
Looking for ideas.
Maybe simply put in a style?