форум vBSupport.ru > vBulletin > vBulletin 4.0.x-4.1.х > Хаки, моды и скрипты 4.0.x-4.1.х
Register Меню vBsupport Изображения Files Manager О рекламе Today's Posts Search
  • Родная гавань
  • Блок РКН снят
  • Premoderation
  • For English speaking users
  • Каталог Фрилансеров
  • If you want to buy some product or script
  • Администраторам
VBsupport перешел с домена .ORG на родной .RU Ура! Пожалуйста, обновите свои закладки - VBsupport.ru
Блок РКН снят, форум доступен на всей территории России, включая новые терртории, без VPN
На форуме введена премодерация ВСЕХ новых пользователей

Почта с временных сервисов, типа mailinator.com, gawab.com и/или прочих, которые предоставляют временный почтовый ящик без регистрации и/или почтовый ящик для рассылки спама, отслеживается и блокируется, а так же заносится в спам-блок форума, аккаунты удаляются
for English speaking users:
You may be surprised with restriction of access to the attachments of the forum. The reason is the recent change in vbsupport.org strategy:

- users with reputation < 10 belong to "simple_users" users' group
- if your reputation > 10 then administrator (kerk, Luvilla) can decide to move you into an "improved" group, but only manually

Main idea is to increase motivation of community members to share their ideas and willingness to support to each other. You may write an article for the subject where you are good enough, you may answer questions, you may share vbulletin.com/org content with vbsupport.org users, receiving "thanks" equal your reputation points. We should not only consume, we should produce something.

- you may:
* increase your reputation (doing something useful for another members of community) and being improved
* purchase temporary access to the improved category:
10 $ for 3 months. - this group can download attachments, reputation/posts do not matter.
20 $ for 3 months. - this group can download attachments, reputation/posts do not matter + adds eliminated + Inbox capacity increased + files manager increased permissions.

Please contact kerk or Luvilla regarding payments.

Important!:
- if your reputation will become less then 0, you will be moved into "simple_users" users' group automatically.*
*for temporary groups (pre-paid for 3 months) reputation/posts do not matter.
Уважаемые пользователи!

На форуме открыт новый раздел "Каталог фрилансеров"

и отдельный раздел для платных заказов "Куплю/Закажу"

Если вы хотите приобрести какой то скрипт/продукт/хак из каталогов перечисленных ниже:
Каталог модулей/хаков
Ещё раз обращаем Ваше внимание: всё, что Вы скачиваете и устанавливаете на свой форум, Вы устанавливаете исключительно на свой страх и риск.
Сообщество vBSupport'а физически не в состоянии проверять все стили, хаки и нули, выкладываемые пользователями.
Помните: безопасность Вашего проекта - Ваша забота.
Убедительная просьба: при обнаружении уязвимостей или сомнительных кодов обязательно отписывайтесь в теме хака/стиля
Спасибо за понимание
 
 
 
 
artscripts
Эксперт
 
artscripts's Avatar
Default Последние сообщения (jQUery)
2



Название: Latest Threads Ticker (jQUery)
Описание:
Демо: http://www.elib4vet.com/

Установка:

в шаблоне headinclude, в самый низ добавить:


PHP Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> 
<script src="js/jquery.ticker.js" type="text/javascript"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
    $(function () {
        $('#js-news').ticker();
    });
</script> 
в шаблоне additional.css в самый низ добавить:


PHP Code:
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Latest Threads Ticker  
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#ticker-wrapper * {
        
margin-leftauto;
        
margin-rightauto;

}

#ticker-wrapper.has-js {
    
margin20px auto 20px auto;
    
padding0px 20px;
    
width900px;
    
height30px;
    
displayblock;
    -
webkit-border-radius15px;
    -
moz-border-radius15px;
    
border-radius15px;
    
background-color#f8f0db;
    
font-size1.1em;
}
#ticker {
    
width830px;
    
height30px;
    
displayblock;
    
positionrelative;
    
overflowhidden;
    
background-color#f8f0db;
}
#ticker-title {
    
padding5px;
    
color#990000;
    
font-weightbold;
    
background-color#f8f0db;
    
text-transformnone;
}
#ticker-content {
    
margin0px;
    
padding5px;
    
positionabsolute;
    
color#1F527B;
    
font-weightnormal;
    
background-color#f8f0db;
    
overflowhidden;
    
white-spacenowrap;
    
line-height1.2em;

}
#ticker-content:focus {
    
none;
}
#ticker-content a {
    
text-decorationnone;    
    
color#1F527B;
}
#ticker-content a:hover {
    
text-decorationunderline;    
    
color#0D3059;
}
#ticker-swipe {
    
padding-top9px;
    
positionabsolute;
    
top0px;
    
background-color#f8f0db;
    
displayblock;
    
width800px;
    
height23px
}
#ticker-swipe span {
    
margin-left1px;
    
background-color#f8f0db;
    
border-bottom1px solid #1F527B;
    
height12px;
    
width7px;
    
displayblock;
}
#ticker-controls {
    
padding8px 0px 0px 0px;
    list-
style-typenone;
    
floatleft;
}
#ticker-controls li {
    
padding0px;
    
margin-left5px;
    
floatleft;
    
cursorpointer;
    
height16px;
    
width16px;
    
displayblock;
}
#ticker-controls li#play-pause {
    
background-imageurl('../images/controls.png');
    
background-position32px 16px;
}
#ticker-controls li#play-pause.over {
    
background-position32px 32px;
}
#ticker-controls li#play-pause.down {
    
background-position32px 0px;
}
#ticker-controls li#play-pause.paused {
    
background-imageurl('../images/controls.png');    
    
background-position48px 16px;
}
#ticker-controls li#play-pause.paused.over {
    
background-position48px 32px;
}
#ticker-controls li#play-pause.paused.down {
    
background-position48px 0px;
}
#ticker-controls li#prev {
    
background-imageurl('../images/controls.png');
    
background-position0px 16px;        
}
#ticker-controls li#prev.over {
    
background-position0px 32px;        
}
#ticker-controls li#prev.down {
    
background-position0px 0px;        
}
#ticker-controls li#next {
    
background-imageurl('../images/controls.png');    
    
background-position16px 16px;    
}
#ticker-controls li#next.over {
    
background-position16px 32px;    
}
#ticker-controls li#next.down {    
    
background-position16px 0px;    
}
.
js-hidden {
    
displaynone;
}
#no-js-news {
    
padding10px 0px 0px 45px
    
color#F8F0DB;
}
.
left #ticker-swipe {
    
left80px;
}
.
left #ticker-controls, .left #ticker-content, .left #ticker-title, .left #ticker {
    
floatleft;
}
.
left #ticker-controls {
    
padding-left6px;
}
.
right #ticker-swipe {
    
right80px;
}
.
right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
    
floatright;
}
.
right #ticker-controls {
    
padding-right6px;

в шаблоне navbar в самый низ добавить:


PHP Code:
<!--ticker-->
<
div id="ticker-wrapper" class="no-js">
<
ul id="js-news" class="js-hidden">
<
script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
    <script type="text/javascript">
<!--
    for (var i = 0; i < threads.length; i++)
    {
        document.write('<li><a href="{vb:raw vboptions.bburl}/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a>' + '&nbsp;&nbsp;&nbsp;' + '<span style="color: red;">Posted By:</span>'+ '&nbsp;' + threads[i]['poster'] + '</a>' + '</li>');
    }
//-->
</script>
</ul>
</div>
<!--ticker--> 
загрузить папку js в корень форума
изображение controls.png загрузить в папку images
для отображения определенных разделов, отредактируйте код выше (navbar)

PHP Code:
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js&forumids=14,5,21,15,9,10"
Attached Files
File Type: rar js.rar (4.2 KB, 8 views)
Bot
Yandex Bot Yandex Bot is online now
 
Join Date: 05.05.2005
Реклама на форуме А что у нас тут интересного? =)
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off




All times are GMT +4. The time now is 08:12 AM.


Powered by vBulletin® Version PreModed
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.