The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Shoutbox with user turn off ability
Hi, I have looked for this but I am unable to find this which is compatible with my version of VB, what I am looking for is a shoutbox that gives users the ability to turn it off themselves via the usercp, so that members who do not wish to have the shoutbox can turn it off and users who do wish to have it can leave it on.
Any help is appreciated. Thanks |
#2
|
|||
|
|||
cant you make a joinable public usergroup with permissions to the shoutbox ?
|
#3
|
||||
|
||||
This is a great idea, it will save server resources.
The shoutbox can be turned off by default, and upon registration it informs you on this. |
#4
|
|||
|
|||
Quote:
Thanks |
#5
|
|||
|
|||
Quote:
1. Go to your AdminCP. 2. Add a New User Profile Field with the following settings and Remember the Field Number that it uses: + Profile Field Type: Single-Selection Radio Buttons + Title: Shoutbox + Description: Here you can turm the shoutbox on or off + Options (If you change these, you must also change them in the template edits): Yes, enable. No, disable. + Which Page Displays This Option? Options: Other And add this code in your template Code:
<if condition="$bbuserinfo['fieldX'] == 'Yes, enable.'"> Here your shoutbox code</if> |
#6
|
|||
|
|||
Thanks for that I will give that a try and see how I get on
Where abouts would I actually add the code? where it states in the shoutbox instructions? Thanks again |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|