You got me interested in adding that bbCode link.Voice4Vision wrote: 16 Aug 2018, 08:38 The BBcode was a bit of a challenge, since it was never fully implemented into phpBB 3.2

Code: Select all
<li <!-- IF not S_USER_LOGGED_IN -->data-skip-responsive="true"<!-- ELSE -->data-last-responsive="true"<!-- ENDIF -->>
<a href="{U_FAQ}" rel="help" role="menuitem">
<i class="icon fa-question-circle fa-fw" aria-hidden="true"></i><span>{L_FAQ}</span>
</a>
</li>
<!-- IF S_BBCODE_ALLOWED -->
<li <!-- IF not S_USER_LOGGED_IN -->data-skip-responsive="true"<!-- ELSE -->data-last-responsive="true"<!-- ENDIF -->>
<a href="./help/bbcode" rel="help" role="menuitem">
<i class="icon fa-code fa-fw" aria-hidden="true"></i><span>{L_BBCODE_GUIDE}</span>
</a>
</li>
<!-- ENDIF -->