- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Some API requests render templates, for example,
To reproduce the issue create any
Code:
The expected outcome is "Hello 0!", the...
/nodes
endpoint renders the content of Page
nodes. If these pages happen to use variables otherwise available in templates, e.g. $xf.visitor
the variables are not available and may also log an error if a method is called, e.g. $xf.visitor.canStartConversation()
.To reproduce the issue create any
Page
node with the following content:Code:
Hello {$xf.visitor.user_id}!
The expected outcome is "Hello 0!", the...