The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
I'm trying to add a drop down menu with the forum sections to the mobile template.
I think I've got half way there by copying the code from the quick links at the bottom of the desktop: Code:
<ul> <vb:each from="jumpforumbits" value="data"> <vb:if condition="$data['type'] == 'link'"> <li><a href="{vb:link forum, {vb:raw data.forum}}">{vb:raw data.forum.title_clean}</a></li> </vb:if> </vb:each> </ul> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|