[RSS Feed/News] Tags / token-input / I want to apply new tags via JavaScript

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello all! :)

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 . . .
 
Status
Not open for further replies.
Back
Top Bottom