PDA

Orijinalini görmek için tıklayınız : RokSlideshow_2.0.1


GökhanHT
13-04-2007, 13:14:19
RokSlideshow_2.0.1 (http://joomlacode.org/gf/project/rocketwerx/frs/?action=FrsReleaseBrowse&frs_package_id=314)

Demo (http://www.rocketwerx.com/)

Modülü siteniz çok güzel silde show yapabilirsiniz tamamen bedavadır indirme için linke tıklayın.

modülü eklemeden önce aşağıdaki kodları <head></head> kodları arasına ekleyin.

<link href="<?php echo $mosConfig_live_site;?>/modules/rokslideshow/slideshow.css" rel="stylesheet" type="text/css" />

localde denedim sorunsuz çalıştı

cemil
13-04-2007, 14:05:04
Teşekkürler..Nasıl kullanacağımızıda açıklaydın daha güzel olurdu.

GökhanHT
13-04-2007, 16:07:05
Images Directory:buraya resim klasörünü yazıyorsun .ayrıca 1.jpg diye resimin varsa altına yazı çıkması için aynı ad ile bir metini aynı klasöre atınca altında yazı olarak çıkar.yani 1.jpg ile 1.txt yapmalısın.

Ümit
14-04-2007, 06:18:14
Kullanım detaylarına buradan göz atabilirsiniz.(Geçişlerde uygulanabilecek efektler vs.)

http://www.electricprism.com/aeron/slideshow/

Features

Variable slideshow dimensions (http://www.electricprism.com/aeron/slideshow/_dimensions.html)
Fade, pan, zoom and combo slideshows (http://www.electricprism.com/aeron/slideshow/_combo.html)
Pan and zoom options (http://www.electricprism.com/aeron/slideshow/_pan_zoom.html)
Duration of transitions (http://www.electricprism.com/aeron/slideshow/_duration.html)
Wipe and push slideshows (http://www.electricprism.com/aeron/slideshow/_wipe_push.html)
Robert Penner easing transitions (http://www.electricprism.com/aeron/slideshow/_robert_penner.html)
Arrows based navigation (http://www.electricprism.com/aeron/slideshow/_arrows.html)
Thumbnail based navigation (http://www.electricprism.com/aeron/slideshow/_thumbnails.html)
Fast mode navigation (http://www.electricprism.com/aeron/slideshow/_fast_navigation.html)
Slideshow captions (http://www.electricprism.com/aeron/slideshow/_captions.html)http://mootools.net/download

koder
29-05-2007, 18:31:49
büyüksün gardiyan büyüksün

In_trance
17-10-2007, 12:35:16
Daha önceki deneyimlerime dayanarak pek kullanışlı bir modül olmadığını söyleyebilirim. Slideshow modülünde en çok aradığım şey ilgili görsellere link verilebilmesi. Böylelikle aynı zamanda ilgili Modülden manşte modülü olarak da faydalanabilirsiniz.

tasarimweb
23-10-2007, 21:07:52
burada head fln yazıor php dosyasında xml dosyasında da yok nereye ekliyeceğiz kodu

ersen
23-10-2007, 21:11:05
temanın index.php dosyasın aç <head> </head> kodları arasına kodu yapıştır

tasarimweb
24-10-2007, 12:41:52
<?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
$iso = split( '=', _ISO ); /* [Template Download From WarezTeam.WS] */ ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<?php
if ( $my->id ) {
initEditor();
}
mosShowHead();
// ********************** PRIMARY COLOR *****************************
// Change the line below to select your preferred primary color
// Available choices are: blue , red , green ,orange, or gray
// ************************************************** ****************
$color = mosGetParam( $_REQUEST, 'color', 'blue');

// ********************* NAV STYLE ****************************
// Change the line below to select your preferred navigation system
// Available choices are: tab and bar
// ************************************************** ****************

$nav = mosGetParam( $_REQUEST, 'nav', 'tab');

?>
<?php if ($nav == "tab") : ?>
<link rel="stylesheet" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/css/<?php echo $color; ?>/tab_<?php echo $color; ?>.css" media="screen" type="text/css" />
<?php endif; ?>


<?php if ($nav == "bar") : ?>
<link rel="stylesheet" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/css/<?php echo $color; ?>/bar_<?php echo $color; ?>.css" media="screen" type="text/css" />
<?php endif; ?>




<link rel="stylesheet" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/css/template_css.css" media="screen" type="text/css" />
<link rel="stylesheet" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/css/<?php echo $color; ?>/style_<?php echo $color; ?>.css" media="screen" type="text/css" />
<!--[if lte IE 7]>
<link rel="stylesheet" href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/css/ie.css" media="screen" type="text/css" />
<![endif]-->

<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/js/global.js"></script>
<?php if ( mosCountModules( 'left' ) <= 0) { ?>
<style type="text/css" media="screen">
#mainbody {
float: none;
width: 946px;
}
#wrapper {
background: url(<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate();?>/images/main_bg_wide.png) repeat-y center;
padding: 5px 15px;
}
</style>
<?php } ?>
<?php $div_wrap = (mosCountModules('left')) ? 'modulewrap' : 'modulewrap_wide'; ?>
<?php $div_right = (mosCountModules('user4')) ? 'right' : 'right_wide'; ?>
<?php $div_left = (mosCountModules('right')) ? 'left' : 'left_wide'; ?>
</head>
<body>
<div id="outerwrap">
<div id="header">
<h1><a href="<?php echo $mosConfig_live_site;?>/index.php" title="<?php echo $mosConfig_sitename; ?>"><?php echo $mosConfig_sitename; ?></a></h1>

</div>

<?php if ($nav == "tab") : ?>
<div class="menutab">
<div id="tabmenu">
<?php mosLoadModules ( 'top',-1 ); ?>
<!--[if lte IE 7]>
<script type="text/javascript">
iehover = function() {
var sfEls = document.getElementById("tabmenu").getElementsByTagName("li");
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" iehover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" iehover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", iehover);
</script>
<![endif]-->
</div>
</div>
<?php endif; ?>
<?php if ($nav == "bar") : ?>
<?php require($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/menus.php");?>
<div class="menubar">
<div id="navmenu">
<?php mosSuckerFish ( 'mainmenu' ); ?>
</div>
</div>
<?php endif; ?>


<div class="clear"></div>
<div id="wrapper">
<?php if (mosCountModules('left')) { ?>
<div id="leftcol">
<?php mosLoadModules ( 'left',-2 ); ?>
</div> <!-- END leftcol -->
<?php } ?>
<?php if (mosCountModules('banner')) { ?>
<div align ="center" style="padding:8px 0px 0px 0px; margin:0px -14px 0px 0px;">
<?php mosLoadModules ( 'banner',-1 ); ?>
</div>
<?php } ?>
<div id="mainbody">
<div class="inside">
<?php mosMainBody(); ?>
<?php if (mosCountModules('inset')) { ?>
<?php mosLoadModules ( 'inset',-1 ); ?>
<?php } ?>
</div> <!-- END INSIDE -->
</div> <!-- END MAINBODY -->
<div class="<?php echo $div_wrap;?>">
<?php
if (mosCountModules('user4')) { ?>
<div class="<?php echo $div_left;?>">
<div class="inside">
<?php mosLoadModules ( 'user4',-2 ); ?>
</div>
</div>
<?php } ?>
<?php
if (mosCountModules('right')) { ?>
<div class="<?php echo $div_right;?>">
<div class="inside">
<?php mosLoadModules ( 'right',-2 ); ?>
</div>
</div>
<?php } ?>
<div class="clear"></div>

</div><!--END WRAP-->
</div><!--END WRAPPER-->
<div class="clear"></div>
<div id="bottombar"><div class="uplink"><a href="javascript:backUp();" title="Back to Top">Back to the top</a></div></div>
</div><!--END OUTERWRAP-->
<div class="designer"><atitle="">ADRES :CABİ MAHALLESİ. TARLA SOKAK NO:23 ŞEHİTKAMİL/MERKEZ
GAZIANTEP
<div class="designer"><atitle="">TELEFON : +90 0(342)231 30 25 GSM : (0)535 711 66 15 EMAİL & MSN : ozteknikbicak@hotmail.com
Tasarim Web Tasarım
<!--OnlineZiyaretci.com kodu baslangici-->
</div>
<?php include($mosConfig_absolute_path."/templates/" . $mainframe->getTemplate() . "/js/template.css.php"); ?>
</body>
<!--OnlineZiyaretci.com kodu baslangici-->
<script language="JavaScript" type="text/javascript" src="http://www.onlineziyaretci.com/sayac.php?userid=57408"></script><noscript><a href="http://www.onlineziyaretci.com">Ücretsiz Online Ziyaretçi Sayacı</a></noscript>
<!--OnlineZiyaretci.com kodu sonu-->

</SCRIPT>
bole yazıor ben benreye ekleyeceğim ? head head yok

M.Enes AYDÜZ
24-10-2007, 13:46:50
<?php $div_right = (mosCountModules('user4')) ? 'right' : 'right_wide'; ?>
<?php $div_left = (mosCountModules('right')) ? 'left' : 'left_wide'; ?>
</head>
<body>
<div id="outerwrap">
<div id="header">

Buradaki head'ın hemen üstüne yapıştırın.

tasarimweb
24-10-2007, 13:53:26
tmm yapıstırdım ama bu flashlı oynamıor nicim ?
ayarlarına yazarmısınız modüldeki

ztan
30-01-2008, 19:57:36
Arkadaşlar ben modülü çalıştıramadım. Yükledim aktif ettim, resimlerimin olduğu dosyayı da belirttim images/stories/resimlerim olarak fakat bir türlü çalıştıramadım. Verilen kodu da denilen yere yapıştırmıştım.

odaknoktasi
03-02-2008, 04:57:35
ie de çalışmıyor bu ne yapabilirim acaba

Turkishstyle
03-02-2008, 15:34:37
Gerçekten güzelmiş.

frozen
18-03-2008, 10:53:21
ayarları ile oyayınca güzel efeckler çıkıyororataya çok sevdim :P

biyolog
07-06-2008, 01:56:33
bu modülün link eklenebileni varmı ?

Burhani
07-06-2008, 02:09:55
bu değilde flashrotator var resme tıklandığında linke giden arat sited eben eklemiştim

ssmmdd
03-08-2008, 13:58:24
Teşekkürler arkadaş, denedim, güzel oldu.