All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Low ReOrder and Channel Videos

Luke David 6 Jan 2014 22:22 problem, rejected

Are these two compatible? I'm having an issue with the Low ReOrder tag returning anyting within the {exp:channel_videos:videos} tag. I've checked to make sure that if I switch the reorder tag to a channel entries tag all is fine with the world.

Essentially this doesn't show anything.


{exp:low_reorder:entries set="videos" disable="member_data|category_fields" limit="9"}
{exp:channel_videos:videos entry_id='{entry_id}'}
<div class="ytvideoWrap closed" data-ytid="{video:service_id}" data-width="850" data-height="478" data-video="{video:title}">
<div class="contain960">
<div class="frame"></div>
<div class="ytvideo frame" id="{video:service_id}"></div>
<div class="closeVideo"><i>x</i></div>
</div>
</div>
{/exp:channel_videos:videos}
{/exp:low_reorder:entries}

Replies

  1. Low 7 Jan 2014 08:27

    No reason why it shouldn't be compatible. Especially if it works normally with the channel:entries tag.

    Is the Low Reorder tag returning anything without the channel_videos tag in it? Can you turn on template debugging and copy/paste its contents here?

  2. Luke David 7 Jan 2014 15:13

    Yes it displays the entries as it should, just not the channel videos content.

    Here is the template debugging info:

    Edit: Typical, now it's working. I'm not sure what happened. Not going to complain though. Thanks for the quick response. Had it been a really issue, I'm sure you would have been a great help.

    Thanks!