Author Topic: shift zoom  (Read 6437 times)

0 Members and 1 Guest are viewing this topic.

Offline mzawdi

  • Newbie
  • *
  • Posts: 15
    • View Profile
shift zoom
« on: May 02, 2009, 05:23:48 AM »
   
plz how can add shift zoom

exp :

http://www.netzgesta.de/shiftzoom

Rembrandt

  • Guest
Re: shift zoom
« Reply #1 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

Offline softxgame

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: shift zoom
« Reply #2 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
Links from my profile were removed and I'm about to get banned for spam.
One more stupid post and I'm gone. Ops, I did it again..."thank you for the subject" - what kind of reply is this? now I'm banned for sure.

Offline mzawdi

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: shift zoom
« Reply #3 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