Convert PHP file for use in Smarty template
Jamroom Developers
in jr3 there was {debug}. in jr6 there is still {debug}, its still just as useful. Really useful.
Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug
Put that into any template you want to know what variables are available for.
$_user array is all the stuff of the user looking at the screen
$_post array is all the stuff coming in from the address bar or POST
$_profile array is sometimes avaliable depending on the template, but usually available when looking at a profile.
No, there are no file system files created.
JR6 has a thing called DATASTORES which are key => value database tables and are super useful.
Docs: "datastores"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1023/datastores
Any user can have multiple profiles and any profile can have multilple users managing it, so there is no 1:1 relationship.