Forum Activity for @danne

alt=
@danne
04/03/14 07:21:50AM
31 posts

JrSeamless will not work


Installation and Configuration

{if isset($_items)}
{foreach from=$_items item="item"}
{if $item.seamless_module_name == "jrVideo"}
{* Show the video details *}
Video Title: {$item.video_title}
{elseif $item.seamless_module_name == "jrYouTube"}
{* Show the youtube details *}
YouTube Title: {$item.youtube_title}
{/if}

This fell out when i copy the code----------------------------------------------

div class="index_video">
alt=
@danne
04/03/14 06:29:03AM
31 posts

JrSeamless will not work


Installation and Configuration

I have past it like this, and t looks like this, http://www.jamron.sofsweden.com/

{if isset($_items)}
{foreach from=$_items item="item"}
{if $item.seamless_module_name == "jrVideo"}
{* Show the video details *}
Video Title: {$item.video_title}
{elseif $item.seamless_module_name == "jrYouTube"}
{* Show the youtube details *}
YouTube Title: {$item.youtube_title}
{/if}



{jrCore_module_function function="jrImage_display" module="jrVideo,jrYouTube" type="video_image" item_id=$item._item_id size="medium" crop="auto" alt=$item.video_title title=$item.video_title width=71}

{/foreach}

{/if}
alt=
@danne
04/03/14 06:07:37AM
31 posts

JrSeamless will not work


Installation and Configuration

Hi again,

I can not make it work, could you help me with code for index_video.tpl, I tried to put the code in diffrent places but it will not work, shit (sorry frustrated)
//Danny
alt=
@danne
04/03/14 04:59:51AM
31 posts

JrSeamless will not work


Installation and Configuration

Hi,
Now it works, but I gave you the wrong template this is the index_video.tpl

{if isset($_items)}
{foreach from=$_items item="item"}

{jrCore_module_function function="jrImage_display" module="jrVideo" type="video_image" item_id=$item._item_id size="medium" crop="auto"
alt=$item.video_title title=$item.video_title width=71}
{/foreach}

{/if}

Where do I put the code you gave me

//Danny
alt=
@danne
04/03/14 04:33:51AM
31 posts

JrSeamless will not work


Installation and Configuration

Hi again,
Sorry but I don´t understand were I shall place the code you have written, I am not so good at this as you understand:)

//Danny
alt=
@danne
04/03/14 04:03:09AM
31 posts

JrSeamless will not work


Installation and Configuration

Hi,
Here it is,
//Danny

{if isset($_items)}
{foreach from=$_items item="item"}

{jrCore_module_function function="jrImage_display" module="jrVideo" type="video_image" item_id=$item._item_id size="small" crop="auto" alt=$item.video_title title=$item.video_title class="top_rank" width=80}
{$item.video_title|truncate:24}
{$item.video_album|truncate:24}


{/foreach}
{/if}
alt=
@danne
04/03/14 03:43:49AM
31 posts

JrSeamless will not work


Installation and Configuration

This is my website http://www.jamron.sofsweden.com/
It´s under "Nya Videos"

//Danny
alt=
@danne
04/03/14 03:42:01AM
31 posts

JrSeamless will not work


Installation and Configuration

Hi,
I have installed jrSeamless but it dosen´t work I have this code,
{jrSeamless_list modules="jrVideo,jrYouTube" order_by="_created DESC" require_image="video_image" limit="16" template="index_video.tpl"}

The videos isn´t found
//Danny
updated by @danne: 05/09/14 05:16:27PM
alt=
@danne
03/28/14 05:38:45AM
31 posts

Design In UjCategories


Archived

a href="{$jamroom_url}/audio/categories"

Sorry the first line fell of where does the above link go to I can´t find it

//Danny
updated by @danne: 03/28/14 05:41:03AM
alt=
@danne
03/28/14 05:34:10AM
31 posts

Design In UjCategories


Archived

Hi Steve,
Thanks for your help, I will try this, but I have a new question
I my header.tpl I can find where the linking goes except for these two:

{jrCore_lang skin="n8Maestro3" id="74" default="Genres"}
AND
{jrCore_lang skin="n8Maestro3" id="74" default="Genres"}

Can you help me please

Best
//Danny
  2