1. engine/modules/modules_jmgallery.php
Найти:
PHP:
$galery .= "<a style='overflow:hidden; display:block; float:left; margin:".$dist."px 0 0 ".$dist."px; width:".$sizeW."px; height:".$sizeH."px;' href='".$homeUrl."uploads/jmgallery/$id/$fileRname' onclick='return hs.expand(this)'>$img</a>"; }
Заменить:
PHP:
$galery .= "<li><a style='overflow:hidden; display:block; float:left; margin:".$dist."px 0 0 ".$dist."px; width:".$sizeW."px; height:".$sizeH."px;' href='".$homeUrl."uploads/jmgallery/$id/$fileRname' onclick='return hs.expand(this)'>$img</a></li>"; }
fullstory.tpl - В начале добавить
Код:
<script type="text/javascript" src="{THEME}/js/jquery.jcarousel.min.js"></script>
<link rel="stylesheet" type="text/css" href="{THEME}/style/tango/skin.css" />
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({
visible: 4
});
});
</script>
<style type="text/css">
.jcarousel-skin-tango .jcarousel-container-horizontal {
width: 85%;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
width: 100%;
height:100px;
}
</style>
Галерея (в нужном месте)
Код:
<div style="height:150px;overflow:hidden;">
<ul id="mycarousel" class="jcarousel-skin-tango">
{include file="engine/modules/modules_jmgallery.php"}
</ul>
</div>
Для просмотра ссылки Войди или Зарегистрируйся - Файлы, добавить в нужный шаблон