Total Users Online: 160 üye, 2 guest | Tarih/Saat: 2024-05-01 21:50
Lytebox v3.22 İmage Resizer

Lytebox v3.22 İmage Resizer

Vb 'de gördüm Seditio'ya uyarladım.. Vb Kullanıyoda Seditio neden kullanmasın


Eklenti Adı : Lytebox v3.22 İmage Resizer
Eklenti Yapımcısı : http://dolem.com/lytebox/
Seditio Uyarlayan: Kaan
Demo : http://dolem.com/lytebox/
Seditio Versionu: Tüm Versionlar

Kurulum..
Eklentiyi İndirdikden sonra Kurulumunu yapın.
Kurulum bittikden sonra system/fonksiyon.php yi açın alttakini bulun.
Kod:
'\\[img\\]([^\\\'\;\?([]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<img src="\\1.\\2" alt="" />',
'\\[img=([^\\\'\;\?([]*)\.(jpg|jpeg|gif|png)\\]([^\\[]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<a href="\\1.\\2"><img src="\\3.\\4" alt="" /></a>',

Alttakiyle Değiştirin 2 Satırıda.
Kod:
'\\[img\\]([^\\\'\;\?([]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<a href="\\1.\\2" rel="lytebox[orion]"><img src="\\1.\\2" alt=" \\1.\\2"/></a>',

'\\[img=([^\\\'\;\?([]*)\.(jpg|jpeg|gif|png)\\]([^\\[]*)\.(jpg|jpeg|gif|png)\\[/img\\]' => '<a href="\\1.\\2" rel="lytebox[orion]"><img src="\\3.\\4" alt=" \\1.\\2"/></a>',

Kurulum bitmiştir.
Efektleri değiştirmel için lytebox[orion] kodunu değiştirin.
Efektler:
lyteshow[vacation]
lytebox[orion]
lytebox
lyteframe
lyteframe[catalog]


Configuration: For a complete list of configurable Lytebox options
Kod:
Lytebox can be configured by editing the main JavaScript file, lytebox.js. Shown below are the lines in lytebox.js which are configurable. The comments (text following the "//" characters) are fairly self-explanatory, so I won't go into any further detail.
/*** Start Global Configuration ***/
    this.theme            = 'grey'; // themes: grey (default), red, green, blue, gold
    this.hideFlash        = true;   // controls whether or not Flash objects should be hidden
    this.outerBorder      = false;  // controls whether to show the outer grey (or theme) border
    this.resizeSpeed      = 8;      // controls the speed of the image resizing (1=slowest and 10=fastest)
    this.maxOpacity       = 80;     // higher opacity = darker overlay, lower opacity = lighter overlay
    this.navType          = 1;      // 1 = "Prev/Next" buttons on top left and left (default), 2 = "<< prev | next >>" links next to image number
    this.autoResize       = true;   // controls whether or not images should be resized if larger than the browser window dimensions
    this.doAnimations     = true;   // controls whether or not "animate" Lytebox, i.e. resize transition between images, fade in/out effects, etc.
    this.borderSize       = 12;     // if you adjust the padding in the CSS, you will need to update this variable -- otherwise, leave this alone...
/*** End Global Configuration ***/

/*** Configure Slideshow Options ***/
    this.slideInterval    = 10000;  // Change value (milliseconds) to increase/decrease the time between "slides" (10000 = 10 seconds)
    this.showNavigation   = true;   // true to display Next/Prev buttons/text during slideshow, false to hide
    this.showClose        = true;   // true to display the Close button, false to hide
    this.showDetails      = true;   // true to display image details (caption, count), false to hide
    this.showPlayPause    = true;   // true to display pause/play buttons next to close button, false to hide
    this.autoEnd          = true;   // true to automatically close Lytebox after the last image is reached, false to keep open
    this.pauseOnNextClick = false;  // true to pause the slideshow when the "Next" button is clicked
    this.pauseOnPrevClick = true;   // true to pause the slideshow when the "Prev" button is clicked
/*** End Slideshow Configuration ***/
1.   Posted by Kaan   2012-01-25 21:08        

illaki center olcak diyorsun resim kodunun başına ekle center

<center><img src="'.str_replace('&#', '', $mt[2]).'" alt="" /></center> şeklinde yapabilirsin.

2.   Posted by MilitaryCH   2012-01-23 22:51        

resimlerde center tagı çalışmıyor bunu kurunca

3.   Posted by Kaan   2012-01-23 19:19        

160 kullanıyorsan var kodları ben kendim ekledim çünkü ama farklı bir fonksiyonla karıştırdıysan kendinkini o zaman yoktur.

Kendi fonksiyon.php'ni bana özel mesaj ile yolla bakim .rar yap yolla

4.   Posted by cyberthm   2012-01-23 00:00        

ben 160 kullanicisiyim amma kaan senin yazdigin kodlar system/fonksiyon.php-de
yok yani 160 surumunde oyle kodlar yok,peki ne yapacagiz o zaman ?

sunu biraz daha etrafli anlatabilirmisiniz ?

5.   Posted by Kaan   2012-01-15 18:40        

160 da altta verdiğim kodlar var dikkatli bakınız.
Buldugunuz hatayıda forumda belirtirseniz çözüm üretiriz.

6.   Posted by acid-burn   2012-01-15 18:25        

1.60'i yukledim ama o kodlar yine yok ? bide 1.60'ta bir hata buldum !! yazinca anasayfada kodlar cikiyo devami icin tikla'ya tiklanilmiyo.. ?

7.   Posted by Kaan   2012-01-14 22:44        

Evet eskilerinde öyle yenisinde

Kod:
if($mt[1] == 'img')
return count($mt) == 3 ? '<a href="'.str_replace('&#', '', $mt[2]).'" rel="prettyPhoto"><img src="'.str_replace('&#', '', $mt[2]).'" alt="" /></a>'
: '<a href="'.str_replace('&#', '', $mt[2]).'" rel="prettyPhoto"><img src="'.str_replace('&#', '', $mt[3]).'" alt=""/></a>';


rel="prettyPhoto" yerine alttakini ekle
rel="lytebox[orion]"

8.   Posted by acid-burn   2012-01-14 22:00        

Bu kodlari functions.php'da bulamiyorum .. eski bir seditio versiyonu icin mi gecerli ?

9.   Posted by Kaan   2011-07-31 15:35        

Resimlere Görsel Efect veriyor tıklandıgında.

10.   Posted by kralmage   2010-11-23 18:30        

ne işe yarıyor bu onu anlamadım?


Bu Sayfada Toplam 10 Yorum

Lytebox v3.22 İmage Resizer
Author: Kaan
Date: 2010-10-14 13:50
Comments: (10)
File: 2163321-lytebox.rar
Filesize: 59 KB
Downloads: 332 times
Download Lytebox v3.22 İmage Resizer
Benzer SayfalarYorum
Smart Img Resizer0
Image Upload Resizer0
nCode Image Resizer0
 
Powered by Seditio © 2009-2012 All Rights Reserved