Working with stream pay variables .

alt=
duke
@musamensa
7 years ago
248 posts
I noticed that stream pay logs each individual stream , is there a variable to call the total streams generated by a profile ?
updated by @musamensa: 02/09/18 02:25:28PM
douglas
@douglas
7 years ago
2,767 posts
duke:
I noticed that stream pay logs each individual stream , is there a variable to call the total streams generated by a profile ?

There are one of two ways to find out if there is a variable available, use the debug function, in the template you want to use the variable in, to find out if said variable is available in said template.

Docs on debug
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug

Or search your database using the database admin tool found in your ACP > Developer > Developer Tools > Tools tab.
yoursite.com/developer/admin/tools

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
michael
@michael
7 years ago
7,692 posts
Different variables are available on different pages, best to look in the DB and see if what you want is stored there in either a datastore or a table, if it is then there will be a way to get it.
alt=
lets go
@devcentricbeats
7 years ago
118 posts
This works for the profile index: {$profile_balance}

Tags