XenForo
Administrative
- Thread starter
- Admin
- #1
Hello all! 
Well, I have the following template code:
HTML:
Read more
Read more about this Feed . . .
Well, I have the following template code:
HTML:
Code:
<xf:if is="$xf.visitor.getWhitelistTags() && $xf.visitor.getIsTagWhitelistEnabled()">
<div style="margin-top: 10px;">
<span class="js-tagList">
<xf:foreach loop="$xf.visitor.getWhitelistTags()" value="$t">
<a style="text-decoration...
Read more
Read more about this Feed . . .