4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: mzawdi on May 02, 2009, 05:23:48 AM

Title: shift zoom
Post by: mzawdi on May 02, 2009, 05:23:48 AM
   
plz how can add shift zoom

exp :

http://www.netzgesta.de/shiftzoom
Title: Re: shift zoom
Post by: Rembrandt on May 02, 2009, 07:35:30 PM
Hi!
ist easy :)

1.) copy "shiftzoom.js" in your root.

2.)in header.html search
Quote
{if has_rss}
insert above:
Quote
<script type="text/javascript" src="shiftzoom.js"></script>

3.) search  in templates/yourTemplates/media/jpg.html
Quote
<img   src="{media_src}"  border="1" alt="{image_name}" {width_height} ><br>
and replace
Quote
<img  onLoad="shiftzoom.add(this,{showcoords:true,zoom:100});" src="{media_src}"  border="1" alt="{image_name}" width="450" height="300" ><br>

mfg Andi
Title: Re: shift zoom
Post by: softxgame on May 06, 2009, 06:03:13 AM
Hi!
ist easy :)

1.) copy "shiftzoom.js" in your root.

2.)in header.html search
Quote
{if has_rss}
insert above:
Quote
<script type="text/javascript" src="shiftzoom.js"></script>

3.) search  in templates/yourTemplates/media/jpg.html
Quote
<img   src="{media_src}"  border="1" alt="{image_name}" {width_height} ><br>
and replace
Quote
<img  onLoad="shiftzoom.add(this,{showcoords:true,zoom:100});" src="{media_src}"  border="1" alt="{image_name}" width="450" height="300" ><br>

mfg Andi


Thank you for help
Title: Re: shift zoom
Post by: mzawdi on May 07, 2009, 03:11:03 AM

thnks  :D

plz how can add ajax slide menu exp N° 9 in my home.html

http://www.byscripts.info/scripts/javascript-dynamic-accordion-menu