http://postscriptum.anihub.ru/
почему-то не видно картинку третьей категории ._.
Помогите, пожалуйста, все перелопатила - не понимаю, в чем дело.
Единый форум поддержки |
Привет, Гость! Войдите или зарегистрируйтесь.
Вы здесь » Единый форум поддержки » Корзина » Общие вопросы по оформлению (38)
http://postscriptum.anihub.ru/
почему-то не видно картинку третьей категории ._.
Помогите, пожалуйста, все перелопатила - не понимаю, в чем дело.
tin-tin
Добавьте в первом окне стиля:
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
padding: 0.5em 1em;
border-style: none solid solid none;
border-width: 0 1px 1px 0;
height:102px;
}
почти то, но окно само осталось. Можно его вообще убрать и оставить только слова? Оо и чтоб при нажатии на них открывался спойлер?
<style type="text/css">
.spoiler-button {
border:0 none transparent;
background-color:none;
}
</style>
У Вас будет трудно догадаться - что это вообще спойлер и кнопка...хотя бы текст выделить или картинку гифку с измененими по времени
Подскажите все же.
Как сделать так чтобы вид форума у всех пользователей был одинаковый?
У меня шапка меньше чем сам форум, а у других вылезает за края.
В HTML верх
<img src="http://s51.radikal.ru/i131/1112/27/458db2431034.jpg" style="width: 100%;margin: -30px 0 0 0;"/>
Утро доброе. Снова я)))
Вчера спрашивала про неоткрывающийся спойлер. Посоветовали перенести скрипт в самое начало. Перенесла - кое-где стали открываться спойлеры. Но сегодня с утра зашла в тему, а спойлеры снова не открываются(((
здесь
Думала у меня Хром тупит. Но не я одна такая(((
Отредактировано Танюшка1482 (Вс, 4 Дек 2011 09:44:24)
скажите, как сделать такой стиль?
http://bed.7bb.ru/
имеется в виду, чтобы, в фш можно было смастерить фон и тело слитно (размеры там 900*400) и смело впихнуть в стиль
Танюшка1482
<style> #button-spoiler {background-image:url('http://forumupload.ru/uploads/0000/12/13/488-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_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;"><input id="'+open+'" class="spoiler-button" style="width:140px;font-size:10px; margin:0;" type="button" value="'+close+'"></cite><blockquote class="quote-box" style="display:none; width: 80%;border: 1px solid black;margin:0;">'+txt+'</blockquote></div>' return txt; } $(document).ready(function(){ $("div.quote-box > cite > input.spoiler-button").click(function(){ $(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow"); var a = $(this).attr('value');$(this).attr('value',$(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("form-buttons")) form.getElementsByTagName("tr")[0].insertCell(16).innerHTML="<img id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />" </script>
Попробуйте этот. В самый верх HTML низ. Проверяла в Хроме, все работает
Думала у меня Хром тупит. Но не я одна такая(((
Замените весь HTML низ
скрипт Пиар-входа надо ставить в самый низ!(Написано ж
Код:<!--Spoiler v.2.2--> <script type="text/javascript"> $(function(){ $("div.quote-box > cite > input.spoiler-button").click(function(){ $(this).parents("div.quote-box").find("blockquote.quote-box").toggle("normal"); var a = $(this).attr('value');$(this).attr('value',$(this).attr('id'));$(this).attr('id',a); }); $('td#button-code').before('<td class="mybutton" style=\'background-image:url("http://img706.imageshack.us/img706/1943/spoiler.gif")\' onclick="tag_spolier()"><img src="/i/blank.gif" alt="Спойлер"></td>'); }); function tag_spolier() {var FoundErrors = ''; var enterTITLE = prompt("Введите описание скрытого текста", 'Спойлер'); bbcode('[spoiler]',('|'+enterTITLE+'[/spoiler]'));} elm=document.getElementsByTagName("div") for(x in elm) if(elm[x].className=="post-content") { post = elm[x].innerHTML; spoilerr = /\[spoiler\]([^]*?)\|(.*?)\[\/spoiler\]/g elm[x].innerHTML = elm[x].innerHTML.replace(spoilerr, "<div class='quote-box' style='padding:1px;background: none;border: 0;'><cite style='width:100%;margin:0;'><input id='close' class='spoiler-button' style='width:140px;font-size:10px; margin:0; cursor: pointer; font-weight:bold' type='button' value='$2'></cite><blockquote class='quote-box' style='display:none; width:100%;border: 1px solid black;margin:0;'>$1</blockquote></div>") } </script> <style>.punbb .pa-avatar img {max-width:190px;height:auto;}</style> <script type="text/javascript"> //========== HTML-низ START СЕКЦИЯ ======================================// OnSmenaImage("Агатовая яма", new Array("Шабнак-адыг", "Оспина (Агнес)", "Ник3", "Ник4", "Ник5", "Ник6")) OnSmenaImage("Пока безумствует мечта!", new Array("Шабнак-адыг", "Оспина (Агнес)", "Ник3", "Ник4", "Ник5", "Ник6")) OnSmenaImage("Шепчущие во мраке.", new Array("Шабнак-адыг", "Оспина (Агнес)", "Ник3", "Ник4", "Ник5", "Ник6")) var AvtrArr=new Array( "http://avatars.kards.qip.ru/images/avatar/41/54/21569.gif", //Ссылки на картинки Аватар "http://uploads.ru/i/w/4/o/w4oni.jpg", "http://avatars.kards.qip.ru/images/avatar/41/67/26433.gif", "http://avatars.kards.qip.ru/images/avatar/4e/cb/117582.jpg", "http://avatars.kards.qip.ru/images/avatar/e4/e4/58596.gif", "http://uploads.ru/i/2/t/Q/2tQpJ.jpg" //End myarray_!!Последняя ссылка без Запятой!!! ) StartNIZ(); // //======= end HTML-низ START СЕКЦИЯ =====================================// </script> <!-- Картинки онлайн --> <script type="text/javascript"> var we=document.getElementsByTagName("ul") var x=0 for (x=0; x<=(we.length-1); x++) {if (we[x].innerHTML.indexOf("pa-online")!=-1) {we[x].innerHTML=we[x].innerHTML.substring(0, (we[x].innerHTML.indexOf("pa-online")-11))+"<img src='http://forumupload.ru/uploads/000b/6e/c9/27-4.png' /> <span id='onl_l'>Онлайн</span>"} else if ((we[x].innerHTML.indexOf("pa-online")==-1)&&(we[x].innerHTML.indexOf("pa-author")!=-1)) {we[x].innerHTML=we[x].innerHTML+"<img src='http://forumupload.ru/uploads/000b/6e/c9/27-5.png' /> <span id='ofl_f'>Оффлайн</span>"} } </script> <!-- Конец картинок онлайн--> <!-- Аватар --> <script type="text/javascript"> defaultPict = "http://forumupload.ru/uploads/000b/6e/c9/28-1.png" var arr=document.getElementsByTagName("ul") i=1 while(arr[++i]){ str=arr[i].innerHTML if(str.indexOf("pa-avatar")==-1) { q=str.toLowerCase() if((pos=q.indexOf("<li class=pa-from>"))!=-1 || (pos=q.indexOf("<li class=\"pa-from\">"))!=-1 || (pos=q.indexOf("<li class=pa-reg>"))!=-1 || (pos=q.indexOf("<li class=\"pa-reg\">"))!=-1){ nstr =str.substring(0,pos) nstr+="<li class=\"pa-avatar item2\"><img src="+ defaultPict +" alt=\"Аватар\" /></li>" nstr+=str.substring(pos) arr[i].innerHTML=nstr }}} </script> <!-- Конец аватара--> <!--Выделение кода--> <script type="text/javascript"> function select_text(elem) { if(window.getSelection) { var s=window.getSelection(); if(s.setBaseAndExtent){ s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1); } else { var r=document.createRange(); r.selectNodeContents(elem); s.removeAllRanges(); s.addRange(r); } } else if(document.getSelection){ var s=document.getSelection(); var r=document.createRange(); r.selectNodeContents(elem); s.removeAllRanges(); s.addRange(r); } else if(document.selection){ var r=document.body.createTextRange(); r.moveToElementText(elem); r.select(); } } </script> <script type="text/javascript"> var div = document.getElementById('pun-main').getElementsByTagName('div'); for(x in div){ if(div[x].className=='code-box'){ div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>'; } } </script> <!-- End Выделения кода --> <!-- Begin Favicon Insertion --> <link rel="shortcut icon" type="image/x-icon" href="http://i47.tinypic.com/2hzk8xx.png"> <link rel="icon" type="image/x-icon" href="http://i47.tinypic.com/2hzk8xx.png"> <!-- End Favicon Insertion --> <script type="text/javascript"> var supermod = new Array("Daniel Dankovskiy","Mary Kain","Grif","Taya Tichik","Chloe Preston","Трагик") var mod=document.getElementsByTagName("span") var str for(x in mod) if(mod[x].className=="modlist"){ for(y in supermod) if((pos=mod[x].innerHTML.indexOf(supermod[y]))!=-1) mod[x].innerHTML=remName(mod[x].innerHTML,pos) } function remName(str,pos){ var pos1=str.indexOf("<A href"),pos2=str.indexOf("<A href",pos1+1) if(pos2==-1) return("") while(pos>pos2 && pos2!=-1){ pos1=pos2 pos2=str.indexOf("<A href",pos1+1) } if(pos2==-1){ pos2=str.length-1 pos1-=2 } return (str.substring(0,pos1)+str.substring(pos2,str.length)) } </script> <div id="kopirayt" align="center"> <a href="http://utopiya.rolka.su/pages/banneri">Баннеры</a></div><br><br><br> <div id="drf" align="center">Дизайн сделан <a href="http://utopiya.rolka.su/profile.php?id=5">Марией Каиной</a> <br>специально для форума Утопия "Шанс выжить дается не каждому" (с)</a></div> <script type="text/javascript"> $(document).ready(function() { $("td.#MenuTxT div.submenutext").hide(); <!--$(".tabs span:first").addClass("active").show(); --> $("td.#MenuTxT div.submenutext:first").show(); $("div.#menu span").click(function() { $("div.#menu span").removeClass("tabactive"); $(this).addClass("tabactive"); $("td.#MenuTxT div.submenutext").hide(); var activeDiv = $(this).attr("alt"); $("div."+activeDiv).fadeIn(); return false; }); }); </script> <!--zippy-audio плеер--> <script language="javascript"> $(function(){ $('#button-code').before('<td style=\'background-image:url("http://img31.imageshack.us/img31/1875/sound.gif")\' onclick=\'pop4(); bbcode("[audio]вставьте сюда полученную ссылку", "[/audio]");\'><img src="/i/blank.gif" title="Загрузить музыку"></td>'); }); function pop4(){ popzz = window.open("http://www.zippyshare.com/","popDialog","height=330,width=900") if (!document.all) {popzz.moveTo(100,100);} return false} $("div.post-content").map(function () { text = $(this).html(); if(text.indexOf("zippyshare.com") != -1) { player = /\[audio\]http:\/\/www(\d+)\.zippyshare\.com\/v\/(\d+)\/file\.html\[\/audio\]/gi $(this).html(text.replace(player, "<br /><embed type='application/x-shockwave-flash' src='http://api.zippyshare.com/api/mediaplayer/mediaplayer.swf' flashvars='height=20&width=400&file=http://www$1.zippyshare.com/downloadMusic%3Fkey%3D$2%26&volume=80&autostart=false&frontcolor=0x000000&backcolor=0xffffff&lightcolor=0x000000&type=flv' quality='high' menu='false' wmode='transparent' allowscriptaccess='always' height='20' width='400' name='mp3player' border='0' style='margin-bottom: 6px;'/>")); } }); </script> <style>.Myimge {position:absolute;margin-top:-14px;}</style> <script type="text/javascript"> PiarNik="Крысиный пророк"; PiarPas="12345"; var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\ <form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\ <fieldset>\ <input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\ <input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\ <input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\ <input type=\"submit\" class=\"button\" name=\"login\"/>\ </fieldset>\ </form>\ </div>\ <span id=spMyimg><img class=\"Myimge\" title=\"Быстрый вход для 'Пиарщиков'\" onclick=\"PiarIn()\" src=\"http://forumupload.ru/uploads/000b/6e/c9/42-1.png\" onmouseover=\"this.src='http://forumupload.ru/uploads/000b/6e/c9/41-5.png' \" onmouseout=\"this.src='http://forumupload.ru/uploads/000b/6e/c9/42-1.png'\" /></span>"; if($("#navlogin").html()!=null){ $("#navlogin").append(L) //navlogin $("#PR_loginDiv #fld1").val(PiarNik) $("#PR_loginDiv #fld2").val(PiarPas) function PiarIn () {$("#PR_loginDiv input[type='submit']").click();} } </script>
Замените весь HTML низ
скрипт Пиар-входа надо ставить в самый низ!(Написано ж
Заменила. Но толку чуть... Попробовала еще три разных спойлера - эффект тот же...Пиар когда-то и стоял в самом низу, а потом я про это благополучно забыла, когда другие скрипты добавляла))))
Танюшка1482
<style> #button-spoiler {background-image:url('http://forumupload.ru/uploads/0000/12/13/488-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_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;"><input id="'+open+'" class="spoiler-button" style="width:140px;font-size:10px; margin:0;" type="button" value="'+close+'"></cite><blockquote class="quote-box" style="display:none; width: 80%;border: 1px solid black;margin:0;">'+txt+'</blockquote></div>' return txt; } $(document).ready(function(){ $("div.quote-box > cite > input.spoiler-button").click(function(){ $(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow"); var a = $(this).attr('value');$(this).attr('value',$(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("form-buttons")) form.getElementsByTagName("tr")[0].insertCell(16).innerHTML="<img id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />" </script>
Этот пробовали ставить поверх всех сообщений HTML - низ ?
У меня на форуме со всем вашим содержимым "низом" все работает. Но когда ставила изначально тот, что дал Deff спойлер стал открываться и закрываться сам
Отредактировано Умняшка :Р (Вс, 4 Дек 2011 12:51:49)
Ставила... вот сейчас еще раз поставила... У меня как-то занятно работают все спойлеры (какой бы ни ставила)
К примеру в этом сообщении - открывается любой, даже мой старый...
А вот в этом - ни один.
И так по всему форуму. Хаотично... и в чем дело я не пойму.
Да, я заметила. Тоже понять не могу. У меня все работает Придется ждать вам, душенька, rps
А вы, кстати, старый код спойлера удалили? (на всякий)
Придется ждать вам, душенька, rps
Видимо))) Но ничего, дождемся.)))
А вы, кстати, старый код спойлера удалили?
Безусловно.
здравствуйте.
у меня есть вопрос по поводу текста.
как убрать подчёркивание?
ссылка на форум: http://gotwill.mybb.ru/
Всем привет, как вставить в объявление ссылку(названием если что=) и изменить название "объявление"
Хороший скрипт, не работает..
<script type="text/javascript">
var h=(new Date()).getHours();
if (h > 23 || h <7) {a='Привет лунатикам! ' }
if (h > 6 && h < 12) {a='Доброе утро! Как спалось? '}
if (h > 11 && h < 19) {a='Добрый день!'}
if (h > 18 && h < 24) {a='Привет! Уже вечер...'}
var arre=document.getElementsByTagName("h2")
var f=0
for (f=0; f<=(arre.length-1); f++)
{if (arre[f].innerHTML.indexOf("Объявление")!=-1)
{arre[f].innerHTML=a}}
</script>
Отредактировано Ровен (Вс, 4 Дек 2011 14:19:57)
<script type="text/javascript">
var h=(new Date()).getHours();
if (h > 23 || h <7) {a='Привет лунатикам! ' }
if (h > 6 && h < 12) {a='Доброе утро! Как спалось? '}
if (h > 11 && h < 19) {a='Добрый день!'}
if (h > 18 && h < 24) {a='Привет! Уже вечер...'}
var arre=document.getElementsByTagName("h2")
var f=0
for (f=0; f<=(arre.length-1); f++)
{if (arre[f].innerHTML.indexOf("Объявление")!=-1)
{arre[f].innerHTML=a}}
</script>
Все работает. Куда ставите?
Умняшка :Р
В HTML верх, а есть ещё куда вставить?)
В HTML верх, а есть ещё куда вставить?)
в HTML -низ надо.
в HTML -низ надо.
Блин работает теперь, только криво)
только криво)
ссылку на форум дайте или скрин. Ибо у меня все нормально смотрится.
Вы здесь » Единый форум поддержки » Корзина » Общие вопросы по оформлению (38)