Carma top actors

From TMM Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
CARMA
  Template Functions
CARMA Template Functions
carma_actor_photo_name
carma_comments_display
carma_comments_form
carma_count
carma_favorite
carma_gal_custom
carma_get_extended
carma_list
carma_list_favorites
carma_list_gals
carma_list_third_party_content
carma_list_videos
carma_login_log
carma_most_viewed
carma_newest
carma_news
carma_poll
carma_retrieve_sections
carma_search
carma_actors_search
carma_show_gal
carma_show_video
carma_top_actors
carma_top_rated
carma_upcoming
print_page_numbers
Template Function Aliases
carma_comment_display
carma_display_comment
carma_display_comments
carma_extended
carma_extended_data
carma_get_extended_data
carma_list_all
Common Parameters
assign
assign_prefix
count
data_only
display_on_assign
start
tpl

carma_top_actors

Displays a list of the top rated actors.

Parameters

(Required parameters in bold)

Parameter Description Possible Values Default Value Example
tpl Template used to display output Any valid CARMA template top_actors tpl=my_template
var Place results in this Smarty array Any valid Smarty array name top_actors_results var=my_variable
count Maximum number of results to display (Click link for details) Zero or any whole number greater than zero 10 count=20
start Hide all results lower than this number (Click link for details) Any whole number greater than zero None. (Doesn't hide any results) start=10
member Get top ratings from the current member 1 None. Displays aggregate ratings from all members member=1
data_only Don't display output using the template 1 None. (Displays output using the template) data_only=1
assign Place output in this Smarty array Any valid Smarty array name None. (Output not saved) assign="my_var"
display_on_assign Display the output after storing it with assign 1 None. If the output is assigned, it is not displayed display_on_assign=1

Output

This function displays the count top rated actors. It uses the top_actors template to display this information.

Notes

None.

See Also