It was posted in forumdisplay
Thanks |
Hello all. Firstly thanks for the list. It 'should' help me with what I'd like to do... but I need to ask for a bit of help here.
I'm trying to show the "Style Chooser" in the footer to ONLY certain user groups. I just can't figure where to place the code in the footer. Below is the portion of the footer code I think I should be working with: Code:
<vb:if condition="$show['quickchooser']"> Code:
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">Show this to user group 1, 2, and 3</vb:if> Thanx |
Since there's already a conditional, you should just add it to the existing conditional using an "AND" :
Code:
<vb:if condition="$show['quickchooser'] AND is_member_of($bbuserinfo, 1,2,3)"> You understand however any user could still change their style via their User CP options whether or not the quick-chooser is actually shown on every page. |
Quote:
I did however figure another way around this. I set the option to change styles to yes, but only have the main theme I want the members to see selected in the "Style Manager." Seems I, as the admin, can see the other themes, but the regular members cannot. |
That's true, the way to keep users from selecting styles is to uncheck them in the style manager. Only admins will have access to all styles (including unchecked styles.
|
What is Conditional tag for post count!
If (post count XXX) do this 1 else this 2? |
Quote:
Code:
<vb:if condition="$post['posts'] >= XXX"> Code:
<vb:if condition="$bbuserinfo['posts'] >= XXX"> |
actually, that usually will not work if the post count is over 1000 since it is a formatted number, ie. 1,000
|
Quote:
On the plus side, usually when you're testing for post counts is some minimal number, 5, or 10, or even 100 which shouldn't be affected. |
Quote:
|
All times are GMT. The time now is 11:26 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|