subscribed_nodes_count
Summary
Fetches the number of nodes that the current user has subscribed to.Usage
fetch( 'notification', 'subscribed_nodes_count' )
Returns
The number of nodes that the current user has subscribed to (as an integer).
Description
This function fetches and returns the number of nodes that the current user has subsribed to.
Examples
Example 1
{def $node_count=fetch( 'notification', 'subscribed_node_count' )} The current user has subscribed to {$node_count} number of nodes.
Outputs the number of nodes that the current user has subscribed to.
Balazs Halasy (04/04/2005 9:39 am)
Balazs Halasy (04/04/2005 10:34 am)
Comments
There are no comments.