The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
<a href="http://www.talkjesus.com/index.php?" target="_blank">http://www.talkjesus.com/index.php?</a>
I would like to reduce the font size on the right column but not sure what section it would be in main css. Could someone please tell me? The shoutbox...how can I make it so that it only appears to registered logged in users and not to guest visitors? Thank you. |
#2
|
||||
|
||||
![]() Quote:
|
#3
|
||||
|
||||
![]()
with a conditional you can make it so your shoutbox is viewable to members.
HTML Code:
<if condition="is_member_of($bbuserinfo,X,Y,Z)"> Shoutbox code </if> |
#4
|
||||
|
||||
![]()
Thanks. How do I know the ID of the groups? I want it to be viewable to all groups except banned of course.
|
#5
|
||||
|
||||
![]() Quote:
AdminCP > Usergroups > Usergroup Manager But the vBull defaults are 6 For admins 5 For Super Mods 7 For Mods 2 For Registered Non Registered / COPPA 4 For COPPA 1 For Unregistered/Not Logged in 3 For Users Awaiting Email Confirmation |
#6
|
||||
|
||||
![]()
weird..it works but half/half. I am the admin of course, and I cannot see the conditional field (text input field of shoutbox) even though I am in fact logged in.
It works for those who are not logged in though which is good but why not me? <if condition="is_member_of($bbuserinfo,2,3,4,5,6,7)"> Admin is ID 6 so it shoudl work |
#7
|
||||
|
||||
![]()
Are you using additional usergroups for people as well?
those usergroupid's will need to be included. edit: is that shoutbox anything posted on this site? or is it a separate script? You could always try the other conditional. HTML Code:
<if condition="$bbuserinfo[usergroupid] == X OR $bbuserinfo[usergroupid] == Y">
|
#8
|
||||
|
||||
![]()
i excluded only banned usergroup and unregistered/not logged in because I do not want these two groups to be able to post in the shoutbox.
|
#9
|
||||
|
||||
![]() Quote:
HTML Code:
<if condition="is_member_of($bbuserinfo,1)"> You must be registered to use the shoutbox <else /> Shoutbox Code </if> edit: you will have to do this for each Style unless it's a Child style using the templates of the parent style. |
#10
|
||||
|
||||
![]()
Works
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|