Carma list third party content

From TMM Wiki
Jump to navigationJump to search
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_third_party_content

Display third party content. The list may be limited by several criteria.

Parameters

(Required parameters in bold)

Parameter Description Possible Values Default Value Example
thirdid List of feed content provider I.D. numbers with content you want to display Any valid I.D. number none (Displays content from all feed content providers) thirdid="123,456,789"
not_thirdid List of feed content provider I.D. numbers with content you don't want to display Any valid I.D. number none (Displays content form all feed content providers) not_thirdid="123,456,789"
third List of feed content provider shortname with content you want to display Any valid shortname none (Displays content from all feed content providers) thirdid="SlickFeeds,Porn2Go"
not_third List of feed content provider shortnames with content you don't want to display Any valid shortname none (Displays content form all feed content providers) not_thirdid="SlickFeeds,Porn2Go"
key_field List of feed I.D.s with content you want to display Any valid feed I.D. none (Displays content from all enabled feeds) third="aa,bb,cc"
not_key_field List of feed I.D.s with content you don't want to display Any valid feed I.D. none (Displays content from all enabled feeds) not_third="dd,ee,ff"
all_third_parties Show all third parties. Warning: also shows third parties that you haven't set up 0 or 1 (exclusive) 0 (does not show all third parties) all_third_parties=1
disabled Show even disabled feeds in the output 0 or 1 (exclusive) 0 (disabled) disabled=1

Output

Displays your selection using the list_third_party_content template.

Notes

The I.D. and shortname of the feed content provider is displayed in the Third Party Admin. The I.D. of the feed is displayed on the Feeds page for each provider.

See Also