- Compatible XF 1.x versions
- 1.2
- 1.3
- 1.4
- 1.5
This addon adds information on all available variables at the bottom of the page. Notice that it trims the values, because in some variables they are huge. In case you don't need this feel free to edit 'cyberap_debug' template and change this line:
To this:
All the debug information is available only to admins.
Code:
{xen:string wordTrim, {xen:helper dump, $value}, 400}
To this:
Code:
{xen:helper dump, $value}
All the debug information is available only to admins.