The BladeForums.com 2024 Traditional Knife is ready to order! See this thread for details:
https://www.bladeforums.com/threads/bladeforums-2024-traditional-knife.2003187/
Price is $300 $250 ea (shipped within CONUS). If you live outside the US, I will contact you after your order for extra shipping charges.
Order here: https://www.bladeforums.com/help/2024-traditional/ - Order as many as you like, we have plenty.
Ok, I've figured out the problem. Now the question is working around it.![]()
Ok, I've figured out the problem. Now the question is working around it.![]()
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 6)">
Previously I had a conditional working where:
Code:<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 6)">
Where usergroup 1= people not logged in, usergroup 2 = Registered Users and 3 = people who need to confirm their email. 6= administrators. So, when you are logged in as a platinum member you'd be in the platinum group, and group 2. Since you are in group 2, you still saw the banner.![]()
if(is_member_of($vbulletin->userinfo, 1, 2) &&
!is_member_of($vbulletin->userinfo, 4, 5, 6 /* any others? */))
Just a good news text and no banner ads, but I don't spend every woken minute on here...
![]()