The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
THANK YOU! :up: :up: :up:
--------------- Added [DATE]1399141625[/DATE] at [TIME]1399141625[/TIME] --------------- A change I would need yet. Hoping for your support. I would just need a condition that checks whether the last element is not the 4th item. example: A forum category has only 3 sub-forums. Text "LAST" to be displayed only when the last element is not the fourth. |
#22
|
|||
|
|||
Hello.
I think you have not read my last post (because of double post). Can you tell me please still help with this one thing? If the last element (sub-board) is not the 4th, it is also to be "marked". |
#23
|
|||
|
|||
Well, you have $show['forumbit_ad'] and $show['last_child_forum'], so you should be able to check both if you want. For example:
Code:
<vb:if condition="$show['last_child_forum'] AND !$show['forumbit_ad']">LAST</vb:if> |
#24
|
|||
|
|||
THANK YOU! :up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|