![]() |
two things
<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. |
Quote:
|
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)"> |
Thanks. How do I know the ID of the groups? I want it to be viewable to all groups except banned of course.
|
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 |
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 |
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"> |
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.
|
Quote:
HTML Code:
<if condition="is_member_of($bbuserinfo,1)"> edit: you will have to do this for each Style unless it's a Child style using the templates of the parent style. |
Works :) Thank you
|
All times are GMT. The time now is 06:01 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|