Уважаемые пользователи!
C 7 ноября 2020 года phpBB Group прекратила выпуск обновлений и завершила дальнейшее развитие phpBB версии 3.2.
С 1 августа 2024 года phpBB Group прекращает поддержку phpBB 3.2 на официальном сайте.
Сайт официальной русской поддержки phpBB Guru продолжит поддержку phpBB 3.2 до 31 декабря 2024 года.
С учетом этого, настоятельно рекомендуется обновить конференции до версии 3.3.

FI NewsBar

Ответы на вопросы, связанные с модами для phpBB 2.0.x, кроме относящихся к форуму Для авторов (phpBB 2.0.x).
OMus-VeNuS

FI NewsBar

Сообщение OMus-VeNuS »

Объясните пожалуйста как его ставить!? Вот что к нему прилагалось, и соотв. файлы... И что с этим делать?

Forum Images NewsBar 1.2

Last Updated: July 31, 2003
Forum Images NewsBar 1.2 is a sister project and alternative to the Forum Images NewsFader. Both JavaScript programs share the same core code, but the key difference between them is that news items are "typed" rather than "flipped". Further details are available at the Forum Images web site - see below for contact details.


Forum Images NewsBar is a sister project to Forum Images NewsFade |

Installation

Installation is a three step process that initially consists of placing the fi_newsbar_user.js & fi_newsbar.js files in a directory on your server. Then you continue by adding the below code above the closing </head> tag of the web page;



Code for above the closing </head> tag:

Код: Выделить всё

<script type="text/javascript" src="fi_newsbar_user.js"></script>
<style type="text/css">
<!--
   .finews {
     height: 20px;
     text-align: center;
     white-space: nowrap;
   }
-->
</style> 


You then need to add the following code wherever you wish the FI NewsBar to appear;



Code for display of the FI NewsBar:

Код: Выделить всё

<div class="finews" id="finewsdisplay">
  <script type="text/javascript" src="fi_newsbar.js"></script>
</div>


The above code assumes that the fi_newsbar_user.js & fi_newsbar.js files are in the same directory as the page that the NewsBar will be displayed on. You will need to edit the references to the files should this not be the case.

Configuration

The FI NewsBar configuration options are set in the fi_newsbar_user.js file and the options are logically named to try to avoid confusion, but further details are available on our FI NewsBar page.

Licensing & Distribution

The FI NewsBar is covered by our Free to Use and Distribute license and you should refer to included licenses.html file. Should this file not be included you may inspect the license on our Terms page.

Support

Support for the FI NewsBar is provided on our Forums only. Any requests for support via any other method will be ignored.

Credits

Many thanks to SamG for his expertise and Vasil Dinkov who allowed us to base the original FI NewsBar on his NewsBar v1.2 code.
Аватара пользователя
p00h
phpBB 1.4.4
Сообщения: 119
Зарегистрирован: 18 лет 10 месяцев
Откуда: Златоуст (Южный Урал)

Сообщение p00h »

OMus-VeNuS писал(а):Code for above the closing </head> tag:
Код:

<script type="text/javascript" src="fi_newsbar_user.js"></script>
<style type="text/css">
<!--
.finews {
height: 20px;
text-align: center;
white-space: nowrap;
}
-->
</style>
Это нужно вставить в файл templates/subSilver/overall_header.tpl перед закрывающим тегом /head
OMus-VeNuS писал(а):Code for display of the FI NewsBar:
Код:

<div class="finews" id="finewsdisplay">
<script type="text/javascript" src="fi_newsbar.js"></script>
</div>
а это непосредственно в месте, где будет отображаться бар.
Причем файлы js должны лежать в той же директории, где и файлы, вызывающие данные скрипты
OMus-VeNuS

Сообщение OMus-VeNuS »

О! Пасиба большое!
Аватара пользователя
p00h
phpBB 1.4.4
Сообщения: 119
Зарегистрирован: 18 лет 10 месяцев
Откуда: Златоуст (Южный Урал)

Сообщение p00h »

Заработало?
OMus-VeNuS

Сообщение OMus-VeNuS »

мне не понравился этот мод, я нашел лучше... можешь зайти посмотреть ;)
ТУТ
Аватара пользователя
hostt
phpBB 1.4.2
Сообщения: 74
Зарегистрирован: 19 лет 2 месяца
Откуда: Gtn

Сообщение hostt »

какая гадость (имхо)

Вернуться в «Поддержка модов для phpBB 2.0.x»