The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Show To Certain Usergroups & Appear In Certain Forums
Hey Guys,
I am trying to show advertising to certain usergroups, and make it appear in certain forums. It works fine with the way it is set up on vB 3.x.x, but we are trying to get it working on vB 4.1.3 Our coding is as follows: Code:
<vb:if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')"> <vb:if condition="is_member_of($bbuserinfo, 4,7,2,5,1,3,8,25,21,19,16,11,22)"> <vb:if condition="in_array($forum['forumid'], array(8,13,78,175,176,115,32,99,193,86,29,79,245,14,102,23,46,35,186,15,145,141,199,143,154,163,122,47,160,177,178,156,150,148,30,82,198,159,188,24,240,241,242,243,60,111,112,110,137,11,19,95,247,90,180,34,81,96,157,107,248,230,195,197,43,41,234,22,134,120,164,121,255,257,258,259,256,260,261,263,262,267,266,63,51,52,54,53,76,182,213,183,184,185,18,236,62,108,17,91,97,80,92,109,10,16,167,25,106,56,57,55,105,126,125,114,192,61,37,44,101,113))"> Any help would be great Thanks |
#2
|
||||
|
||||
What template are you putting that in? And is the variable you are using registered for use in that template? All variables must be registered for use in a template in vB4.
|
#3
|
|||
|
|||
We are using it in postbit_legacy.
As for registering a variable, I am not sure how to do so... |
#4
|
||||
|
||||
Cellarius wrote a really good article that you may be interested in - [vB4] Rendering templates and registering variables - a short guide
Take a look where the postbit_legacy template is rendered and I believe you will see $forum is not a valid variable to use there. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|