Нас многоНас многоНас многоНас многоНас многоНас много

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.



Скрипты

Сообщений 1 страница 7 из 7

1

HTML низ

<!--Плеер для Летая-->

<script type="text/javascript">function addSpoiler_letay(str,from,internal){
   
    var pos=0,pos2=0,newpos=0
    if((pos=str.indexOf("[letay]",from))==-1) return str;
    if((pos2=str.indexOf("[/letay]"),pos+8)==-1) return str;
    newpos=str.indexOf("[letay]",pos+8)
    if(newpos<pos2 && newpos!=-1) str=addSpoiler_letay(str,pos+8,true)
    if((pos2=str.indexOf("[/letay]",pos+8))==-1) return str;
   
    str=str.substring(0,pos)+makeSpoiler_letay(str.substring(pos+7,pos2))+str.substring(pos2+8,str.length)
    if( str.indexOf("[letay]")!=-1 && internal==false) str=addSpoiler_letay(str,0,false)
    return str
}

function makeSpoiler_letay(txt){
    txt='<br /><embed type="application/x-shockwave-flash" src="http://www.enricolai.com/FVP/FVP10.swf" quality="high" allowScriptAccess="sameDomain" allowFullScreen="true" name="fvp" flashvars="action=stop&amp;color=FFFFFF&amp;image=https://forumupload.ru/uploads/000d/05/e5/261-1-f.jpg&amp;buffer=3&amp;fsbtn=yes&amp;textcolor=000000&amp;video='+txt+'" height="170" width="205"></embed>';
    return txt;
}

if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addSpoiler_letay(post.innerHTML,0,false)}}</script>

https://forumupload.ru/uploads/000d/05/e5/261-1-f.jpg Картинка фона (можно менять)
" height="170" width="205" Размеры плеера в постах (можно менять)

0

2

А это что|Закрыть

Не спойлер что ли?

0

3

HTML низ

Код:
<script type="text/javascript">
    	function tag_spoiler(){
        var y = prompt("Введите описание закрытой кнопки", '');
        if (y != 'null' && y != '' && typeof(y) != 'object' && typeof(y) != 'undefined') {
        	var x = prompt("Введите описание открытой кнопки", '');
        	if (x == 'null' || x == '' || typeof(x) == 'object' || typeof(x) == 'undefined') 
            bbcode('[spoiler=' + y + ']', '[/spoiler]');
        	else 
            bbcode('[spoiler=' + y + '|' + x + ']', '[/spoiler]');
        }
        else 
        	bbcode('[spoiler]', '[/spoiler]')
    	}
    	function addSpoiler(str, from, internal){
        var pos = 0, pos2 = 0, pos_c = 0, pos_l = 0, newpos = 0, string = '', close = '', open = '';
        if ((pos = str.indexOf("[spoiler", from)) == -1) 
        	return str;
        if ((pos2 = str.indexOf("[/spoiler]"), pos + 9) == -1) 
        	return str;
        if (((pos_c = str.indexOf("]", pos + 8)) != -1) && ((pos_c != pos + 8) && (pos_c != pos + 9))) {
        	string = str.substring(pos + 9, pos_c);
        	if ((pos_l = string.indexOf("|")) != -1) {
            close = string.substring(0, pos_l);
            open = string.substring(pos_l + 1, string.length);
        	}
        	else {
            close = string;
            open = string;
        	}
        }
        else {
        	close = 'Показать спойлер';
        	open = 'Скрыть спойлер';
        }
        newpos = str.indexOf("[spoiler", pos + 9)
        if (newpos < pos2 && newpos != -1) 
        	str = addSpoiler(str, pos + 9, true)
        if ((pos2 = str.indexOf("[/spoiler]", pos + 9)) == -1) 
        	return str;
        str = str.substring(0, pos) + makeSpoiler(str.substring(pos_c + 1, pos2), open, close) + str.substring(pos2 + 10, str.length)
        if (str.indexOf("[spoiler") != -1 && internal == false) 
        	str = addSpoiler(str, 0, false)
        return str;
    	}

    	function makeSpoiler(txt, open, close){
        txt = '<div class="quote-box" style="padding:1px;background: none; border: 0;"><cite style="width:100%;margin:0;"><a id="' + open + '" class="spoiler" style="width:100%;font-size:10px; margin:0;border:none;cursor:pointer;text-align:left;">'+close+'</a></cite><blockquote class="quote-box" style="display:none; width: 95%;border: 1px solid black;margin:0;">' + txt + '</blockquote></div>'
        return txt;
    	}

    	$(document).ready(function(){
        $("div.quote-box > cite > a.spoiler").click(function(){
        	$(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow");
        	var a = this.innerHTML;
        	this.innerHTML= $(this).attr('id');
        	$(this).attr('id', a);
        });
    	});

    	if ((document.URL.indexOf("viewtopic.php") != -1) || (document.URL.indexOf("post.php") != -1)) {
        elm = document.getElementById("pun-main").getElementsByTagName("div")
        for (x in elm) 
        	if (elm[x].className == "post-content") {
            var post = elm[x]
            post.innerHTML = addSpoiler(post.innerHTML, 0, false)
        	}
    	}
    	if(form=document.getElementById("answer"))
        form.getElementsByTagName("tr")[0].insertCell(1).innerHTML="<img  id=\"spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />"
</script>

Старый спойлер убирай

Отредактировано Invisible M@n (2010-10-23 21:35:40)

0

4

Свернутый текст

0

5

Кнопка для плеера

HTML в форме ответа

<style>
#button-letay {background-image:url('https://forumupload.ru/uploads/000d/05/e5/748-1.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script type="text/javascript">
function tag_urlv()
{var FoundErrors = '';
var enterURL = prompt("'То что будет выводится при нажатие на кнопку'", "http://");
if (!enterURL)
{FoundErrors += " " + error_no_url;}
if (FoundErrors)
{alert("Ошибка!" + FoundErrors);
return;}
insert("[letay]" + enterURL + "[/letay]");}
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(20).innerHTML="<img src='/i/blank.gif' title='Надпись при наведение курсора' id='button-letay' onclick=\"tag_urlv()\">"
</script>

https://forumupload.ru/uploads/000d/05/e5/748-1.gif Картинка (кнопка)
'То что будет выводится при нажатие на кнопку' можно менять на свое
'Надпись при наведение курсора' Меняем на свое

0

6

Иконка в браузере

В HTML низ в самый вверх

<link rel="SHORTCUT ICON" href="https://forumupload.ru/uploads/000d/05/e5/52-2.gif" type="image/x-icon">
<link rel="shortcut icon" href="https://forumupload.ru/uploads/000d/05/e5/52-1.gif" type="image/vnd.microsoft.icon">
<link rel="icon" href="https://forumupload.ru/uploads/000d/05/e5/52-2.gif" type="image/vnd.microsoft.icon">

https://forumupload.ru/uploads/000d/05/e5/52-2.gif Меняй на свое

0

7

Вот это попробуй добавить сразу после скрипта спойлера

Код:
<script type="text/javascript">
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(20).innerHTML='<img onclick="tag_spoiler();" title="Спойлер" src="https://forumupload.ru/uploads/0000/12/13/488-1.gif" style="width:35px;height:27px;">'
</script>

0