The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
vBCMS - Detect articles in section X
Hello
I would like to use some different style/lang for my articles in section for example X than Y, so i need to separate them, the only way i find was the following code and the problem is that i have to writ the $_GET['r'] == x manually for every each article. I believe that there should be a way to detect all articles in section X instant of writing the numbers manually. Any help would be great. Thank you Code:
if (( $_GET['r'] == x OR $_GET['r'] == xx OR $_GET['r'] == xx) && (THIS_SCRIPT == 'vbcms')) { Do somthing } else { Do somthing } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|