To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

1.12.7 i starsze - Scroll Title

LuziX - 03-01-2009, 00:28
Temat postu: Scroll Title
Scroll Title

[color=brown]
Przewijający się napis z boku faviconki
[/color

Kod:
##################################################################
## MOD Title:  Scroll Title                           
## MOD Author:          vid <vid@all4se.com>     
## MOD Description:     Mod daje przewijający się napis (tytuł strony) z boku faviconki.               
##                                                           
## Installation Level:  Łatwy                                       
## Installation Time:  30 sekund                                     
## Files To Edit:       templates/Twój_styl/overall_header.tpl
##                                               
#################################################################


Co modyfikacja potrafi:
:arrow: Zamienia standardowe title (opis strony), na ruchome/przewijające się.

UWAGA!

W miejsce napis należy wpisać nazwę forum zaś w miejsce opis, opis Waszego forum. :p

d!r3k - 03-01-2009, 00:45

LuziX napisał/a:
##
##-----[ PO TYM DODAJ ]------------------
##

<script language="javascript" type="text/javascript">
<!--
var T = "OPIS";
var s = 0;
var sT = null;
function A() {
s++;
if (s > 24) { s = 1;}
if (s == 1) { document.title = '|.:: NAPIS ::::::::::::::.| '+T+' '; }
if (s == 2) { document.title = '|.::: NAPIS :::::::::::::.| '+T+' '; }
if (s == 3) { document.title = '|.:::: NAPIS ::::::::::::.| '+T+' '; }
if (s == 4) { document.title = '|.::::: NAPIS :::::::::::.| '+T+' '; }
if (s == 5) { document.title = '|.::::: NAPIS :::::::::::.| '+T+' '; }
~~~~


Nie lepiej dodać żeby nazwę można było zmienić w pa?

Ja bym zrobił tak:

zamiast tego:
Kod:
<script language="javascript" type="text/javascript">
<!--
var T = "OPIS";
var s = 0;
var sT = null;
function A() {
s++;
if (s > 24) { s = 1;}
if (s == 1) { document.title = '|.:: NAPIS ::::::::::::::.| '+T+' '; }
if (s == 2) { document.title = '|.::: NAPIS :::::::::::::.| '+T+' '; }
if (s == 3) { document.title = '|.:::: NAPIS ::::::::::::.| '+T+' '; }
if (s == 4) { document.title = '|.::::: NAPIS :::::::::::.| '+T+' '; }
if (s == 5) { document.title = '|.::::: NAPIS :::::::::::.| '+T+' '; }
if (s == 6) { document.title = '|.:::::: NAPIS ::::::::::.| '+T+' '; }
if (s == 7) { document.title = '|.::::::: NAPIS :::::::::.| '+T+' '; }
if (s == 8) { document.title = '|.:::::::: NAPIS ::::::::.| '+T+' '; }
if (s == 9) { document.title = '|.::::::::: NAPIS :::::::.| '+T+' '; }
if (s == 10) { document.title = '|.:::::::::: NAPIS ::::::.| '+T+' '; }
if (s == 11) { document.title = '|.::::::::::: NAPIS :::::.| '+T+' '; }
if (s == 12) { document.title = '|.:::::::::::: NAPIS ::::.| '+T+' '; }
if (s == 13) { document.title = '|.::::::::::::: NAPIS :::.| '+T+' '; }
if (s == 14) { document.title = '|.:::::::::::::: NAPIS ::.| '+T+' '; }
if (s == 15) { document.title = '|.::::::::::::: NAPIS :::.| '+T+' '; }
if (s == 16) { document.title = '|.:::::::::::: NAPIS ::::.| '+T+' '; }
if (s == 17) { document.title = '|.::::::::::: NAPIS :::::.| '+T+' '; }
if (s == 18) { document.title = '|.:::::::::: NAPIS ::::::.| '+T+' '; }
if (s == 19) { document.title = '|.::::::::: NAPIS :::::::.| '+T+' '; }
if (s == 20) { document.title = '|.::::::: NAPIS :::::::::.| '+T+' '; }
if (s == 21) { document.title = '|.:::::: NAPIS ::::::::::.| '+T+' '; }
if (s == 21) { document.title = '|.::::: NAPIS :::::::::::.| '+T+' '; }
if (s == 22) { document.title = '|.:::: NAPIS ::::::::::::.| '+T+' '; }
if (s == 23) { document.title = '|.::: NAPIS :::::::::::::.| '+T+' '; }
if (s == 24) { document.title = '|.:: NAPIS ::::::::::::::.| '+T+' '; }
sT = setTimeout("A()", 150);
}
A();

//-->
</script>


dał bym to:
Kod:
<script language="javascript" type="text/javascript">
<!--
var T = "OPIS";
var s = 0;
var sT = null;
function A() {
s++;
if (s > 24) { s = 1;}
if (s == 1) { document.title = '|.:: {SITENAME} ::::::::::::::.| '+T+' '; }
if (s == 2) { document.title = '|.::: {SITENAME} :::::::::::::.| '+T+' '; }
if (s == 3) { document.title = '|.:::: {SITENAME} ::::::::::::.| '+T+' '; }
if (s == 4) { document.title = '|.::::: {SITENAME} :::::::::::.| '+T+' '; }
if (s == 5) { document.title = '|.::::: {SITENAME} :::::::::::.| '+T+' '; }
if (s == 6) { document.title = '|.:::::: {SITENAME} ::::::::::.| '+T+' '; }
if (s == 7) { document.title = '|.::::::: {SITENAME} :::::::::.| '+T+' '; }
if (s == 8) { document.title = '|.:::::::: {SITENAME} ::::::::.| '+T+' '; }
if (s == 9) { document.title = '|.::::::::: {SITENAME} :::::::.| '+T+' '; }
if (s == 10) { document.title = '|.:::::::::: {SITENAME} ::::::.| '+T+' '; }
if (s == 11) { document.title = '|.::::::::::: {SITENAME} :::::.| '+T+' '; }
if (s == 12) { document.title = '|.:::::::::::: {SITENAME} ::::.| '+T+' '; }
if (s == 13) { document.title = '|.::::::::::::: {SITENAME} :::.| '+T+' '; }
if (s == 14) { document.title = '|.:::::::::::::: {SITENAME} ::.| '+T+' '; }
if (s == 15) { document.title = '|.::::::::::::: {SITENAME} :::.| '+T+' '; }
if (s == 16) { document.title = '|.:::::::::::: {SITENAME} ::::.| '+T+' '; }
if (s == 17) { document.title = '|.::::::::::: {SITENAME} :::::.| '+T+' '; }
if (s == 18) { document.title = '|.:::::::::: {SITENAME} ::::::.| '+T+' '; }
if (s == 19) { document.title = '|.::::::::: {SITENAME} :::::::.| '+T+' '; }
if (s == 20) { document.title = '|.::::::: {SITENAME} :::::::::.| '+T+' '; }
if (s == 21) { document.title = '|.:::::: {SITENAME} ::::::::::.| '+T+' '; }
if (s == 21) { document.title = '|.::::: {SITENAME}:::::::::::.| '+T+' '; }
if (s == 22) { document.title = '|.:::: {SITENAME} ::::::::::::.| '+T+' '; }
if (s == 23) { document.title = '|.::: {SITENAME} :::::::::::::.| '+T+' '; }
if (s == 24) { document.title = '|.:: {SITENAME} ::::::::::::::.| '+T+' '; }
sT = setTimeout("A()", 150);
}
A();

//-->
</script>

szymel - 18-03-2009, 12:47

W opisie podales ze ten napis wyswietla sie obok faviconki... a wyswietla sie w pasku przegladarki a to chyba roznica a moze cos nie tak zrobilem?
kevin_ - 18-03-2009, 13:09

szymel, instrukcja została źle zinterpretowana, chodzi tutaj o ruchomy tekst w nagłówkach TITLE (<title></title>)
szymel - 18-03-2009, 14:00

to to ja wiem, ale wpis sugeruje scroll obok favica...

Na kilku stronach juz taki zabieg widzialem wiec jak by ktos mial pomysl jak to wykonac dajcie znac ;)

JokerTheManiack - 20-03-2009, 21:23

Jak zrobić żeby to tak nie zapylało ??

Wolniej chcę :P

lui754 - 20-03-2009, 21:25

JokerTheManiack, Zdaje mi się że to :

Kod:
sT = setTimeout("A()", 150);


liczba 150 odpowiedzialna za szybkośc. Moge się mylić ;)

JokerTheManiack - 21-03-2009, 09:47

Ja szukam pewnego info...
Mario14125 - 06-09-2010, 09:45

LuziX i d!r3k, przy tych waszych kodach wychodzi że napisane jest:

|..:: STRONA GŁÓWNA ::..| OPIS

A powinien być taki kod:

Kod:
<script language="javascript" type="text/javascript">
<!--
var T = "OPIS";
var s = 0;
var sT = null;
function A() {
s++;
if (s > 24) { s = 1;}
if (s == 1) { document.title = '|.:: {SITENAME} ::::::::::::::.| {PAGE_TITLE} '; }
if (s == 2) { document.title = '|.::: {SITENAME} :::::::::::::.| {PAGE_TITLE} '; }
if (s == 3) { document.title = '|.:::: {SITENAME} ::::::::::::.| {PAGE_TITLE} '; }
if (s == 4) { document.title = '|.::::: {SITENAME} :::::::::::.| {PAGE_TITLE} '; }
if (s == 5) { document.title = '|.::::: {SITENAME} :::::::::::.| {PAGE_TITLE} '; }
if (s == 6) { document.title = '|.:::::: {SITENAME} ::::::::::.| {PAGE_TITLE} '; }
if (s == 7) { document.title = '|.::::::: {SITENAME} :::::::::.| {PAGE_TITLE} '; }
if (s == 8) { document.title = '|.:::::::: {SITENAME} ::::::::.| {PAGE_TITLE} '; }
if (s == 9) { document.title = '|.::::::::: {SITENAME} :::::::.| {PAGE_TITLE} '; }
if (s == 10) { document.title = '|.:::::::::: {SITENAME} ::::::.| {PAGE_TITLE} '; }
if (s == 11) { document.title = '|.::::::::::: {SITENAME} :::::.| {PAGE_TITLE} '; }
if (s == 12) { document.title = '|.:::::::::::: {SITENAME} ::::.| {PAGE_TITLE} '; }
if (s == 13) { document.title = '|.::::::::::::: {SITENAME} :::.| {PAGE_TITLE} '; }
if (s == 14) { document.title = '|.:::::::::::::: {SITENAME} ::.| {PAGE_TITLE} '; }
if (s == 15) { document.title = '|.::::::::::::: {SITENAME} :::.| {PAGE_TITLE} '; }
if (s == 16) { document.title = '|.:::::::::::: {SITENAME} ::::.| {PAGE_TITLE} '; }
if (s == 17) { document.title = '|.::::::::::: {SITENAME} :::::.| {PAGE_TITLE} '; }
if (s == 18) { document.title = '|.:::::::::: {SITENAME} ::::::.| {PAGE_TITLE} '; }
if (s == 19) { document.title = '|.::::::::: {SITENAME} :::::::.| {PAGE_TITLE} '; }
if (s == 20) { document.title = '|.::::::: {SITENAME} :::::::::.| {PAGE_TITLE} '; }
if (s == 21) { document.title = '|.:::::: {SITENAME} ::::::::::.| {PAGE_TITLE} '; }
if (s == 21) { document.title = '|.::::: {SITENAME} :::::::::::.| {PAGE_TITLE} '; }
if (s == 22) { document.title = '|.:::: {SITENAME} ::::::::::::.| {PAGE_TITLE} '; }
if (s == 23) { document.title = '|.::: {SITENAME} :::::::::::::.| {PAGE_TITLE} '; }
if (s == 24) { document.title = '|.:: {SITENAME} ::::::::::::::.| {PAGE_TITLE} '; }
sT = setTimeout("A()", 150);
}
A();

//-->
</script>

Ryba100 - 21-11-2011, 15:56

Kod:
|.:: {SITENAME} ::::::::::::::.|

Bez tych pionowych kresek, na początku i na końcu, wygląda to lepiej ;)



Powered by phpBB modified by Przemo © 2003 phpBB Group