Anthony Etter
Customer
How would I make it so that on selection of a forum category, the subforums display as they do in a popup menu with the arrow? http://unigamia.com/forums/
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<div class="Popup subForumsPopup">
<a href="{xen:link forums, $forum}" rel="Menu" class="cloaked" data-closemenu="true"><span class="dt"><xen:if is="@xb_fa_nodeStats"><i class="fa @xb_fa_nodeStats_subForums Tooltip" title="{xen:phrase sub_forums}"></i><xen:else /><i class="fa fa-folder-open"></i></xen:if></span></a>
<div class="Menu JsOnly subForumsMenu">
<div class="xbTabPopupArrow">
<span class="arrow"><span></span></span>
</div>
<div class="primaryContent menuHeader">
<h3>{$forum.title}</h3>
<div class="muted">{xen:phrase sub_forums}</div>
</div>
<ol class="secondaryContent blockLinksList">
<xen:foreach loop="$renderedChildren" value="$child">
{xen:raw $child}
</xen:foreach>
</ol>
</div>
</div>