Punbb
From Documentation
The following is instructions for setting up 68 Classifieds to share users with punbb. Please note you must first have a running copy of punbb and also have purchased the module.
The punbb module performs two functions.
- If someone registers through your classifieds site they are automatically registered for your forums.
- If they are already registered for your forums and try to login it copies their username,password, and email and inserts into the user table.
Instructions
This mod does require some manual changes and the steps below will give you instructions on what to change.
- Open usershare_punbb/settings.php
- Change the variables to match your punbb database details.
- Change $data['punbb_usergroup_id'] to the user group you want users to be a member of. In punbb usergroup 4 is the default members group.
- Change $data['classifieds_user_level'] to the user group you want users who are already registered in the forums to become a member of.