Video of the day attempt 2

I made a post on September 24th asking Could someone please tell me where and how to change the video of the day

thanks
I received this reply back: module manager/videos of the day

I then replied: Can please provide me a step by step path to reaching that area because I don’t see that in my admin area

Thanks you
But I still have no reply as to how to find this information above, while in the admin panel I cannot find this path could you please explain how to get to this information I really want to change the video of the Day
Thank you.

4 answers

Profile photo of JA Developer 0.00 $tone September 26, 2009
Public

Hi dawnaperry4317

For this case, please open app\design\frontend\default\jm_leadtemplate\callo utsright_col.phtml, at the end of file, you will find this code section:

HTML Code:

<div class="box">
		<div class="head">
			<h4>Video of the day</h4>
		</div>
		<object height="210" width="280" data="http://vimeo.com/moogaloop.swf?clip_id=1917761&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash">
			<param value="280" name="width"/>
			<param value="210" name="height"/>
			<param value="always" name="allowscriptaccess"/>
			<param value="true" name="allowfullscreen"/>
			<param value="http://vimeo.com/moogaloop.swf?clip_id=1917761&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" name="src"/>
		</object>
		<p><a href="http://vimeo.com/1917761">Fashion</a> from <a href="http://vimeo.com/razfocus">Anton Melnik</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
</div>

You can change this code to your idea.

#1
Profile photo of Ron Federico 0.00 $tone April 4, 2010
Public

hello

I am new and I am trying to change the video of the day. I have the jm_lead template, and I see the code above, but I do not know exactly what lines I need to edit. can you please explain exactly where in the above code would I place the code to change it to a youtube video ? Lets say I want to replace it with this video;
http://www.youtube.com/watch?v=yX-Bq3ipWcg Thank you in advance. Ron

#3

This question is now closed

Written By

Comments