PDA

View Full Version : How would I go about... : Advanced Usergroups


aleheroix
10-16-2013, 11:57 PM
Im trying to grasp the user groups options fully to create an online version of what happens through paperwork now.

Users will be assigned a membership number in a custom profile field, which will be unchangeable/hidden. They will pay a 12 month subscription to view the forums, once it expires, access will be restricted to the store and the general news index.php (not forum).

Users will also have access privileges based on their user group. There will be moderators who will promote users via a search option (name/membership number). The primary display user group will override the previous user group, though the 12 month one would still need to override by function only, delegating them to the unpaid member group.

A shopping cart system would be ideal, but i'm taking it step by step as i'm new to web design in general, i'm a sound engineer! :o

How would I best go about starting off learning/building? What parts should I be concentrating on first to build my foundations on?

XGC Paravain
10-17-2013, 01:47 AM
Create usergroup, create paid subscription via admincp/paid subscription, add usergroup and forums to that subscription and set forum permissions.

You won't really need a shopping cart you can just put a upgrade button in the NavBar link it to the payment screen.

You can also make forum viewable and when members click on the forum it will redirect they to the payment screen, see this link. https://vborg.vbsupport.ru/showthread.php?p=2453187#post2453187

aleheroix
10-18-2013, 06:36 PM
Create usergroup, create paid subscription via admincp/paid subscription, add usergroup and forums to that subscription and set forum permissions.

You won't really need a shopping cart you can just put a upgrade button in the NavBar link it to the payment screen.

You can also make forum viewable and when members click on the forum it will redirect they to the payment screen, see this link. https://vborg.vbsupport.ru/showthread.php?p=2453187#post2453187

Good stuff, thanks! :up:

In the future we will need of a shopping cart for products as well as the usergroup upgrades. Any tips on coding that/trusted paid add-ons that will facilitate that?