xenforo script

xenforo script |1| TabCode.Net, Programming, Database, Networks, Hacking, System Security, Operating Systems, Applications, Softwares ...
  1. Collapsible Node Categories in XenForo

    Collapsible Node Categories in XenForo Just Replace Full template node_list_category with : <xf:macro name="depth1" arg-node="!" arg-extras="!" arg-children="!" arg-childExtras="!" arg-depth="1"> <div class="block block--category block--category{$node.node_id} collapsible-nodes">...
  2. Display Part of notice only on single page XenForo

    Admin CP -> Appearance -> Templates -> EXTRA.css Add this code: .indexOnly { display: none; } .forum_list .indexOnly { display: block; } Then edit your notice and surround the conditional content with a div: <div class="indexOnly"> </div>
Back
Top