[%* file: rss_reviews_single_thing.tpl this PHP Smarty template provides the HTML formatting that converts an RSS feed for reviews for a SINGLE Item, Member, or Supplier, into a browsable page. if the layout needs to be dependent on the thing type, inspect the alias.thing_type variable and proceed accordingly... BEGIN PRIMARY TEMPLATE ######################################################## *%] [% capture name=max_items %]5[% /capture %] [% capture name=enable_header %]1[% /capture %] [% capture name=enable_header_title %]1[% /capture %] [% capture name=enable_header_image %]1[% /capture %] [% capture name=enable_header_summary %]1[% /capture %] [% capture name=enable_header_summary_label %]1[% /capture %] [% capture name=enable_header_submit_review %]1[% /capture %] [% capture name=enable_report_review %]1[% /capture %] [% capture name=enable_reviewer_byline %]1[% /capture %] [% capture name=enable_average_rating %]1[% /capture %] [% capture name=enable_average_rating_image %]1[% /capture %] [% capture name=enable_average_rating_numeric %]1[% /capture %] [% capture name=enable_attribute_ratings %]1[% /capture %] [% capture name=enable_avatars %]1[% /capture %] [% capture name=enable_pros %]1[% /capture %] [% capture name=enable_cons %]1[% /capture %] [% capture name=enable_review_text %]1[% /capture %] [% capture name=enable_read_more %]1[% /capture %] [% capture name=enable_image_frames %]1[% /capture %] [% if is_numeric($s.in.max_items) && $s.in.max_items %] [% capture name=max_items %][% $s.in.max_items %][% /capture %] [% /if %] [% if is_numeric($s.in.header) && $s.in.header == 0 %] [% capture name=enable_header %]0[% /capture %] [% elseif is_numeric($s.in.header) %] [% capture name=enable_header %]1[% /capture %] [% /if %] [% if is_numeric($s.in.header_title) && $s.in.header_title == 0 %] [% capture name=enable_header_title %]0[% /capture %] [% elseif is_numeric($s.in.header_title) %] [% capture name=enable_header_title %]1[% /capture %] [% /if %] [% if is_numeric($s.in.header_image) && $s.in.header_image == 0 %] [% capture name=enable_header_image %]0[% /capture %] [% elseif is_numeric($s.in.header_image) %] [% capture name=enable_header_image %]1[% /capture %] [% /if %] [% if is_numeric($s.in.header_summary) && $s.in.header_summary == 0 %] [% capture name=enable_header_summary %]0[% /capture %] [% elseif is_numeric($s.in.header_summary) %] [% capture name=enable_header_summary %]1[% /capture %] [% /if %] [% if is_numeric($s.in.header_summary_label) && $s.in.header_summary_label == 0 %] [% capture name=enable_header_summary_label %]0[% /capture %] [% elseif is_numeric($s.in.header_summary_label) %] [% capture name=enable_header_summary_label %]1[% /capture %] [% /if %] [% if is_numeric($s.in.header_submit_review) && $s.in.header_submit_review == 0 %] [% capture name=enable_header_submit_review %]0[% /capture %] [% elseif is_numeric($s.in.header_submit_review) %] [% capture name=enable_header_submit_review %]1[% /capture %] [% /if %] [% if is_numeric($s.in.report_review) && $s.in.report_review == 0 %] [% capture name=enable_report_review %]0[% /capture %] [% elseif is_numeric($s.in.report_review) %] [% capture name=enable_report_review %]1[% /capture %] [% /if %] [% if is_numeric($s.in.reviewer_byline) && $s.in.reviewer_byline == 0 %] [% capture name=enable_reviewer_byline %]0[% /capture %] [% elseif is_numeric($s.in.reviewer_byline) %] [% capture name=enable_reviewer_byline %]1[% /capture %] [% /if %] [% if is_numeric($s.in.average_rating) && $s.in.average_rating == 0 %] [% capture name=enable_average_rating %]0[% /capture %] [% elseif is_numeric($s.in.average_rating) %] [% capture name=enable_average_rating %]1[% /capture %] [% /if %] [% if is_numeric($s.in.average_rating_image) && $s.in.average_rating_image == 0 %] [% capture name=enable_average_rating_image %]0[% /capture %] [% elseif is_numeric($s.in.average_rating_image) %] [% capture name=enable_average_rating_image %]1[% /capture %] [% /if %] [% if is_numeric($s.in.average_rating_numeric) && $s.in.average_rating_numeric == 0 %] [% capture name=enable_average_rating_numeric %]0[% /capture %] [% elseif is_numeric($s.in.average_rating_numeric) %] [% capture name=enable_average_rating_numeric %]1[% /capture %] [% /if %] [% if is_numeric($s.in.attribute_ratings) && $s.in.attribute_ratings == 0 %] [% capture name=enable_attribute_ratings %]0[% /capture %] [% elseif is_numeric($s.in.attribute_ratings) %] [% capture name=enable_attribute_ratings %]1[% /capture %] [% /if %] [% if is_numeric($s.in.avatars) && $s.in.avatars == 0 %] [% capture name=enable_avatars %]1[% /capture %] [% elseif is_numeric($s.in.avatars) %] [% capture name=enable_avatars %]1[% /capture %] [% /if %] [% if is_numeric($s.in.pros) && $s.in.pros == 0 %] [% capture name=enable_pros %]0[% /capture %] [% elseif is_numeric($s.in.pros) %] [% capture name=enable_pros %]1[% /capture %] [% /if %] [% if is_numeric($s.in.cons) && $s.in.cons == 0 %] [% capture name=enable_cons %]0[% /capture %] [% elseif is_numeric($s.in.cons) %] [% capture name=enable_cons %]1[% /capture %] [% /if %] [% if is_numeric($s.in.review_text) && $s.in.review_text == 0 %] [% capture name=enable_review_text %]0[% /capture %] [% elseif is_numeric($s.in.review_text) %] [% capture name=enable_review_text %]1[% /capture %] [% /if %] [% if is_numeric($s.in.read_more) && $s.in.read_more == 0 %] [% capture name=enable_read_more %]0[% /capture %] [% elseif is_numeric($s.in.read_more) %] [% capture name=enable_read_more %]1[% /capture %] [% /if %] [% if is_numeric($s.in.image_frames) && $s.in.image_frames == 0 %] [% capture name=enable_image_frames %]0[% /capture %] [% elseif is_numeric($s.in.image_frames) %] [% capture name=enable_image_frames %]1[% /capture %] [% /if %]
[% if $smarty.capture.enable_header == 1 %] [% /if %]
[% if $smarty.capture.enable_header_title == 1 || $smarty.capture.enable_header_submit_review == 1 %] [% if $smarty.capture.enable_header_title == 1 %] [% /if %] [% if $smarty.capture.enable_header_submit_review == 1 %] [% /if %]
[% $s.rss.channel.title %][% $s.lang.rss_reviews.submit_review %]
[% /if %] [% if $smarty.capture.enable_header_image == 1 && $s.rss.channel.c_thing_info.c_thing_image|@count %]
[% if $s.rss.channel.c_thing_info.c_thing_image|@count && $s.rss.channel.c_thing_info.c_thing_image.c_framed_image|@count %] [% if $smarty.capture.enable_image_frames %] [% capture name=current_image_url %][% $s.rss.channel.c_thing_info.c_thing_image.c_framed_image.c_image_url %][% /capture %] [% capture name=current_image_width %][% $s.rss.channel.c_thing_info.c_thing_image.c_framed_image.c_image_width %][% /capture %] [% capture name=current_image_height %][% $s.rss.channel.c_thing_info.c_thing_image.c_framed_image.c_image_height %][% /capture %] [% include file=framed_image.tpl %] [% else %] [% /if %] [% /if %] [% if $s.rss.channel.c_thing_info.c_thing_image|@count && $s.rss.channel.c_thing_info.c_thing_image.c_non_framed_image|@count %] [% if $smarty.capture.enable_image_frames %] [% capture name=current_image_url %][% $s.rss.channel.c_thing_info.c_thing_image.c_non_framed_image.c_image_url %][% /capture %] [% capture name=current_image_width %][% $s.rss.channel.c_thing_info.c_thing_image.c_non_framed_image.c_image_width %][% /capture %] [% capture name=current_image_height %][% $s.rss.channel.c_thing_info.c_thing_image.c_non_framed_image.c_image_height %][% /capture %] [% include file=framed_image.tpl %] [% else %] [% /if %] [% /if %]
[% /if %] [% if $smarty.capture.enable_header_summary == 1 %]

[% if $s.rss.channel.c_thing_info.c_summary %] [% if $smarty.capture.enable_header_summary_label == 1 %] [% $s.lang.rss_reviews.header_summary %]

[% /if %] [% $s.rss.channel.c_thing_info.c_summary %] [% /if %]

[% /if %]
[% foreach from=$s.rss.channel.item item=item name=item_loop %] [% if $smarty.foreach.item_loop.index < $smarty.capture.max_items %]
[% if ( $smarty.capture.enable_reviewer_byline == 1 && $item.c_review_author.c_nickname ) || ( $smarty.capture.enable_average_rating == 1 ) %] [% /if %]
[% $item.c_review_summary %] [% if $smarty.capture.enable_report_review == 1 && $item.c_report_review_url %] [% $s.lang.rss_reviews.report_review %] [% /if %]
[% if $smarty.capture.enable_reviewer_byline == 1 && $item.c_review_author.c_nickname %] [% $s.lang.rss_reviews.reviewer_byline %] [% $item.c_review_author.c_nickname %] [% /if %] [% if $smarty.capture.enable_reviewer_byline == 1 && $smarty.capture.enable_average_rating == 1 %]   |   [% /if %] [% if $smarty.capture.enable_average_rating == 1 %] [% $s.lang.rss_reviews.average_rating %]   [% if $smarty.capture.enable_average_rating_image == 1 && $item.c_average_rating_image|@count && $item.c_average_rating_image.c_non_framed_image|@count %]   [% /if %] [% if $smarty.capture.enable_average_rating_numeric == 1 %] [% $item.c_average_rating_unit %] [% /if %] [% /if %]
[% if $smarty.capture.enable_attribute_ratings == 1 && $item.c_rating|@count %]
[% foreach from=$item.c_rating item=rating %] [% /foreach %]
[% $rating.c_rating_attribute %]:
[% /if %] [% if ( $smarty.capture.enable_avatars == 1 && $item.c_avatar_image|@count ) || ( $smarty.capture.enable_pros == 1 && $item.c_review_pros ) || ( $smarty.capture.enable_cons == 1 && $item.c_review_cons ) %]
[% if $smarty.capture.enable_avatars == 1 && $item.c_avatar_image|@count %] [% /if %]
[% if $item.c_avatar_image.c_framed_image|@count %] [% if $smarty.capture.enable_image_frames %] [% capture name=current_image_url %][% $item.c_avatar_image.c_framed_image.c_image_url %][% /capture %] [% capture name=current_image_width %][% $item.c_avatar_image.c_framed_image.c_image_width %][% /capture %] [% capture name=current_image_height %][% $item.c_avatar_image.c_framed_image.c_image_height %][% /capture %] [% include file=framed_image.tpl %] [% else %] [% /if %] [% /if %] [% if $item.c_avatar_image.c_non_framed_image|@count %] [% if $smarty.capture.enable_image_frames %] [% capture name=current_image_url %][% $item.c_avatar_image.c_non_framed_image.c_image_url %][% /capture %] [% capture name=current_image_width %][% $item.c_avatar_image.c_non_framed_image.c_image_width %][% /capture %] [% capture name=current_image_height %][% $item.c_avatar_image.c_non_framed_image.c_image_height %][% /capture %] [% include file=framed_image.tpl %] [% else %] [% /if %] [% /if %] [% if $smarty.capture.enable_pros == 1 && $item.c_review_pros %] [% $s.lang.rss_reviews.review_pros %]   [% $item.c_review_pros %] [% /if %] [% if $smarty.capture.enable_cons == 1 && $item.c_review_cons %] [% if $smarty.capture.enable_pros == 1 %]
[% /if %] [% $s.lang.rss_reviews.review_cons %]   [% $item.c_review_cons %] [% /if %]
[% /if %]

[% if $smarty.capture.enable_review_text == 1 %] [% $item.c_review_text %]   [% /if %] [% if $smarty.capture.enable_read_more == 1 %] [% $s.lang.rss_reviews.read_more %] [% /if %]

[% /if %] [% /foreach %]