ISkin4 Lightbox - video support
Design and Skin Customization
Hey Nate,
Does the lightbox in iSkin4 support video?
updated by @the-patria-company: 11/15/16 04:25:44PM
{xxClonediSkin4_feedback_action_buttons module="jrAction" item=$item}
<table class="page_content"></table> // I know this is the tabs, but how does it get called?
<div class="block">
<div class="block_content">
{if $item.comment_parent_id == "something"}
{jrCore_module_url module="jrComment" assign="murl"}
// select each comment in the array
{foreach $_items as $item}
// set the item_id as the parent_id to be used later -- !! This is the part I have wrong !! --
{$_item._item_id = $parent_id}
// code that displays the top portion of the comment
{$a_flag = false}
{if (isset($_items) && is_array($_items))}
{foreach $_items as $item}
{if $item.comment_parent_id == $parent_id} // here is where I need to have the outer param
{$a_flag = true}
{/if}
{/foreach}
{/if}
{if $a_flag}
Show Replies
{/if}