nats_display_stats_subscription_details

Displays information about a member's subscription to a site.

Alias: display_stats_subscription_details

Parameters

Parameter
Description
Possible Values
Default Value
Example

tpl

Template used to display output

Any valid template

The template, function_display_stats_subscription_details

tpl="mytemplate"

subscriptionid

The subscription ID number to get details of

Any valid subscription ID

None.

subscriptionid="123"

Prefix output variables with this word. (Click link for details)

Any valid Smarty variable name

None. (No prefix is used)

assign_prefix="myvar"

Set variables but don't display the template

1

None. The template is displayed.

data_only=1

Output

A table of information about the subscription. Two arrays are filled with data from the table: $trans_types and $details.

Notes

If the parameter, subscriptionid is not set, the tpl parameter is always set to the template, function_display_stats_join_details.

Last updated

Was this helpful?