Total Users Online: 0 üye, 401 guest | Tarih/Saat: 2026-04-18 14:03
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>',
e]
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>',
e]
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 23: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-24 00:51        

resimlerde center tag? ?al??m?yor bunu kurunca

3.   Posted by Kaan   2012-01-23 21: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 02: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 20: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 20: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-15 00: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-15 00:00        

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

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

Resimlere G?rsel Efect veriyor t?kland?g?nda.

10.   Posted by kralmage   2010-11-23 20: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 16:50
Comments: (10)
File: 2164321-lytebox.rar
Filesize: 59 KB
Downloads: 432 times
Download Lytebox v3.22 İmage Resizer
Benzer SayfalarYorum
Image Verify 3.00
Smart Img Resizer0
Image Upload Resizer0
nCode Image Resizer0
Image Size Inserter1
 
Powered by Seditio © 2009-2012 All Rights Reserved