Author Archive
Aug
10
vB4 Template Variables
Posted by: | CommentsThis might not be the right place to ask or it might be, what I am trying to do is limit a widget to only be viewed by someone not apart of a usergroup, we will say for purposes that the usergroup id is 22.
I understand the variable
<vb:if condition="is_member_of($bbuserinfo, 1, 2, 3)">
Do something here for group 1,2,3 but not 22
</vb:if>
Problem comes into play when someone is apart of grou 1 or 2 or 3 and also apart of group 22.
since the member is apart of group 22 the condition shouldn't apply to them.
How can i accomplish this
there used to be a command
<if condition="$bbuserinfo['usergroupid'] !=22">
Show some stuff to all groups but 22
</if>
help please? this is for a widget i am using template to accomplish this.
I understand the variable
<vb:if condition="is_member_of($bbuserinfo, 1, 2, 3)">
Do something here for group 1,2,3 but not 22
</vb:if>
Problem comes into play when someone is apart of grou 1 or 2 or 3 and also apart of group 22.
since the member is apart of group 22 the condition shouldn't apply to them.
How can i accomplish this
there used to be a command
<if condition="$bbuserinfo['usergroupid'] !=22">
Show some stuff to all groups but 22
</if>
help please? this is for a widget i am using template to accomplish this.
Aug
04
vB4 StyleVar (CMS/Breadcrumbs)
Posted by: | CommentsI am trying to figure out which stylevar this is or which CSS file it's located in I searched the forums but didn't see it.
and the documentation doesn't properly list some things as this one I would have thought would be connected to pagetitle like the other one but it isn't.
Also if you could tell me the stylevar for the roll over over it as well.
Attachment 46830
and the documentation doesn't properly list some things as this one I would have thought would be connected to pagetitle like the other one but it isn't.
Also if you could tell me the stylevar for the roll over over it as well.
Attachment 46830
Aug
03
vB4 Vbulletin CMS & Vbulletin Forum Fixed Width
Posted by: | CommentsI must have missed something because I have made the changes to Doc_width and Doc_Margin and the forum width changes (which is great) but the CMS width does not change at all it stays fluid which is not what I want because I am creating a theme that will require it to be fluid.
Someone please tell me the proper stylevar that are needed for properly changing the CMS width.
I've also fiddled with Doc_maxwidth & doc_minwidth, Neither one of them make any change to the cms, it's almost as if the CMS is running on it's on CSS if it is which CSS is the proper one to edit and what is the name of the div that it's using.
Someone please tell me the proper stylevar that are needed for properly changing the CMS width.
I've also fiddled with Doc_maxwidth & doc_minwidth, Neither one of them make any change to the cms, it's almost as if the CMS is running on it's on CSS if it is which CSS is the proper one to edit and what is the name of the div that it's using.
