![]() |
nope...doesn't work...
Any other ideas? |
Put it around the Dropdown Call template and it'll work, remove it from the plugin.
|
Quote:
I tried wrapping the code you gave me around the text in the Dropdown Call template. It'll work if there is only one forum listed...but the minute you add another forum, separated by a comma...it fails...giving you a parse error...a malformed conditional. Not being one who is that familiar with nested IF statements...it would seem the code you gave me to use doesn't work. I think I'll have to research nested IF statements. |
Meh, I had the syntax wrong. Here's the right way:
Code:
<if condition="$forum[forumid] != X or $forum[forumid] != Y"> |
Sorry...that's not working, either...
|
Finally got it to work by using this code:
Code:
<!-- post specs_menu --> |
Code:
<if condition="$forum[forumid] != '8'or $forum[forumid] != '56'"> |
Wired1...
Ended up using this code: Code:
<if condition="!in_array($forum['forumid'], array(8,56,58,59,60,61,62,63,64,65,66))"> |
Heh, knew there was a cleaner way, nice work!
|
If I don't want it under the name and above the avatar what do I edit to put it under the avatar?
|
All times are GMT. The time now is 11:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|