[RSS Feed/News] Calling variable from a script inside a template

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
So I'm trying to call specific variables from a script for a product tour software that I'm using.

The software is able to recognized the property id but it is not recognizing the variable output.

Is there a way I can format this so then the software I use can identify the values?

This is what I have so far:

Code:

Code:
<xf:js>LOU.identify('$xf.visitor.user_id',
    { 
    usergroup: '$xf.visitor.user_group_id',
    username: '$xf.visitor.username',
    url: '$xf.fullUri',
    message_count...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom