Elxis CMS Forum

Extensions => Templates => Topic started by: Dennis on October 05, 2009, 16:55:59

Title: 2009 El Grey changing the top banner (SOLVED)
Post by: Dennis on October 05, 2009, 16:55:59
Greetings

I am wondering how I can change the movie1.swf for my own logo.jpg, where do I upload the logo and, which files I have to edit?

Thanks in advance

Dennis
Title: Re: 2009 El Grey changing the top banner
Post by: ks-net on October 05, 2009, 17:43:28
Code: [Select]
<object width="920" height="260" data="http://demo.elxisitalia.com/templates/eigrey/swf/movie1.swf" align="middle" type="application/x-shockwave-flash" title="ei grey" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" >
<param name="allowScriptAccess" value="sameDomain" />

<param name="movie" value=".../templates/eigrey/swf/movie1.swf" />
<param name="quality" value="high" />
<param name="height" value="920" />
<param name="width" value="260" />
<param name="bgcolor" value="#ffffff" />
</object>
http://yoursite/templates/eigrey/swf/movie1.swf
if you want to add your own movie

or
replace odject(code above) with something similar to this:
Code: [Select]
<img src="http://mysite/images/mylogo.jpg" width="920px" height="260px" alt="a desc for the logo" border="0" />
or
with link to your homepage:
Code: [Select]
<a href="http://mysite" title="mysite"><img src="http://mysite/images/mylogo.jpg" width="920px" height="260px" alt="a desc for the logo"  border="0"/></a>
Title: Re: 2009 El Grey changing the top banner
Post by: Dennis on October 05, 2009, 19:29:00

There is one problem, I cannot save those changes in Cpanel nor upload the file,
I assume it is the templates/eigrey/index.php file I need to change?

any idea why?
Title: Re: 2009 El Grey changing the top banner
Post by: ks-net on October 05, 2009, 19:58:34
yes this is the file...

you can download - modify and re-upload it with your ftp client . or...

edit it throught elxis-administrator>>templates manager>>site templates>>check the template radio button and hit "edit-html" button at the right upper corner of the page.
Title: Re: 2009 El Grey changing the top banner
Post by: Dennis on October 05, 2009, 20:11:08
OK, it worked, thank you.

Regards
Dennis