chemik
Użytkownik-
Postów
12 -
Dołączył
-
Ostatnia wizyta
Informacje o forum
-
Wersja
IP.Board 2.3.x
-
Forum
www.smu.boo.pl
Osiągnięcia chemik
-
ROZWIĄZANY: Informacja Kto Edytował Post
chemik odpowiedział(a) na chemik temat w Ogólny support IPB
Nie jest mi to potrzebne tylko nasunęła mi się myśl że mogło by to ładnie wyglądać . Ale skoro nie jest to taka prosta sprawa to odstępuje od tego pomysłu Problem uważam za rozwiązany -
ROZWIĄZANY: Informacja Kto Edytował Post
chemik odpowiedział(a) na chemik temat w Ogólny support IPB
-
ROZWIĄZANY: Informacja Kto Edytował Post
chemik odpowiedział(a) na chemik temat w Ogólny support IPB
Powinno i pomogło Dzięki A jeszcze jedno pytanko da się zrobić tak aby nick osoby która edytowała posta był w kolorze grupy do jakiej dana osoba należy ? -
<bgsound src="muza.wav" loop="1" volume="5"> muza.wav - tutaj adres do naszej muzyczki loop="1" - ustawiamy ile razy ma się powtarzać nasz kawałek volume="5" - ustawiamy głośność naszego kawałka powinno wystarczyć
-
Jak zrobić by po edytowniu przez kogoś posta pojawiała się w nim informacja kto i kiedy go edytował ?
-
Nie pwino być Custom BBCode Tag: divix ??
-
Można prosić o reupload ? bo link na rs wygasł
-
CTRL+f5 i działa po raz kolejny dzisiaj dzięki za pomoc
-
Zrobiłem tak jak napisałeś i nic nie pomogło Problem występuje chyba u wszystkich użytkowników forum ale pewnosci nie mam popytałem kilka osób i twierdzą że też nie widzą reklam Ps. Gdzie w Mozilli znajduje się ten filtr reklam i czy da się go wyłączyć ? Sprawdziłbym czy to nie on jest przyczyna mojego problemu , choć podejrzewam że nie bo na innych witrynach wyświetlają mi się reklamy google Tak wyglądał mój plik ips_ipsclass.js. przed zmianą CODE-BOX function ipsclass(){this.cookies=new Array();this.ignore_cookies=new Array(ipb_var_cookieid+'ipb_stronghold',ipb_var_cookieid+'session_id',ipb_var_cookieid+'ipb_admin_session_id',ipb_var_cookieid+'member_id',ipb_var_cookieid+'pass_hash');this.settings={'do_linked_resize':0,'resize_percent':50};this.init=function(){var _tmp=document.cookie.split(';');if(_tmp.length){for(i=0;i<_tmp.length;i++){if(_tmp.match(new RegExp(ipb_var_cookieid+".*$"))){var _data=_tmp.split('=');var _key=this.trim(_data[0]);var _value=unescape(this.trim(_data[1]));if(_key&&(!this.in_array(_key,this.ignore_cookies))){this.cookies[_key.replace(ipb_var_cookieid,'')]=_value;}}}}if(is_moz&&!is_safari){HTMLDocument_prototype.__defineGetter__("cookie",function(){return null;});window.addEventListener('load',function(){var _a=document.body;var _x=_a.innerHTML;var _y=new RegExp("HTMLDocument\\.prototype",'ig');if(_x.match(_y)){_x=_x.replace(_y,'HTMLDocument_prototype');_a.innerHTML=_x;}},false);}_tmp=null;};this.trim=function(text){if(typeof( text)=='undefined'){return '';}text=text.replace(/^\s+/,'');return text.replace(/\s+$/,'');};this.html_entity_decode=function(text){if(typeof ca=='undefined'){var ca=document.createElement('textarea');}ca.innerHTML=text.replace( /</g,'<').replace( />/g,'>');return ca.value;};this.in_array=function(needle,haystack){if(!haystack.length){return false;}for(var i=0;i<haystack.length;i++){if(haystack===needle){return true;}}return false;};this.htmlspecialchars=function(text){text=text.replace( /</g,'<');text=text.replace( />/g,'>');text=text.replace( /"/g,'"');return text;};this.un_htmlspecialchars=function(text){text=text.replace( /</g,'<');text=text.replace( />/g,'>');text=text.replace( /"/g,'"');return text;};this.get_editor_contents=function(editor_id,editor_array){var aIPS_editor=editor_array?editor_array:IPS_editor;if(!editor_id){for(var i in aIPS_editor){editor_id=i;break;}}return aIPS_editor[editor_id].editor_get_contents;};this.add_editor_contents=function(t ext,editor_id,editor_array){var aIPS_editor=editor_array?editor_array:IPS_editor;if(!editor_id){for(var i in aIPS_editor){editor_id=i;break;}}return aIPS_editor[editor_id].insert_text(text);};this.convert_saved_tags_to_display_ta gs=function(text){text=text.replace( /(<|<|<)!--/,"{");text=text.replace( /--(>|>|>)/,"}");return text;};this.fade_in_element=function(div){var hash='#';var color_items="0123456789abcdef";var start_color='#ffff66';var orig_color=document.getElementById(div).style.backgroundColor;var temp_end='#ffffff';var iter=20;var time=80;var rbeg=color_items.indexOf(start_color.substr(1,1))*16+color_items.indexOf(start_c olor.substr(2,1));var gbeg=color_items.indexOf(start_color.substr(3,1))*16+color_items.indexOf(start_c olor.substr(4,1));var bbeg=color_items.indexOf(start_color.substr(5,1))*16+color_items.indexOf(start_c olor.substr(6,1));var rend=color_items.indexOf(temp_end.substr(1,1))*16+color_items.indexOf(temp_end.s ubstr(2,1));var gend=color_items.indexOf(temp_end.substr(3,1))*16+color_items.indexOf(temp_end.s ubstr(4,1));var bend=color_items.indexOf(temp_end.substr(5,1))*16+color_items.indexOf(temp_end.s ubstr(6,1));for(i=1,r=rbeg,g=gbeg,b=bbeg;i<=iter;r=Math.round(rbeg+i*((rend-rbeg)/(iter-1))),g=Math.round(gbeg+i*((gend-gbeg)/(iter-1))),b=Math.round(bbeg+i*((bend-bbeg)/(iter-1))),i++){hstr='#'+color_items.charAt(Math.floor(r/16))+color_items.charAt(r%16)+color_items.charAt(Math.floor(g/16))+color_items.charAt(g%16)+color_items.charAt(Math.floor(b/16))+color_items.charAt(b%16);setTimeout('var div = document.getElementById("'+div+'"); div.style.backgroundColor = "'+hstr+'";',i*time);}setTimeout('var div = document.getElementById("'+div+'"); div.style.backgroundColor = "'+orig_color+'";',(i+1)*time);};this.lang_build_string=function(){if(!arguments.length||!arguments){return;}var string=arguments[0];for(var i=1;i<arguments.length;i++){var match=new RegExp('<%'+i+'>','gi');string=string.replace(match,arguments);}return string;};this.get_id_from_text=function(id){return id.replace( /.*(\-|_)(\S+)/,"$2");};this.get_name_from_text=function(id){return id.replace( /(.*)(\-|_)(\S+)/,"$1");};this.location_jump=function(url,full){url=url.replace( /&/g,'&');if(full){window.location.href=url;}else{window.location.href=ipb_var_base_ url+url;}} ;this.confirm_action=function(url,msg){if(!msg){msg='PLEASE CONFIRM:\nOK to proceed?';}if(url){url=url.replace('&','&');}else{url='';}if(confirm(msg)){window.location.href=url;}else{alert('OK, action cancelled!');return false;}};this.pop_up_window=function(url,width,height,name){if(!name){var mydate=new Date();name=mydate.getTime();}var Win=window.open(url.replace('&','&'),name,'width='+width+',height='+height+',resizable=1,scrollbars=1,location=no,directories=no,status=no,menubar=no,to olbar=no');Win.focus();return false;};this.set_unselectable=function(obj){if(!is_ie4&&typeof(obj.tagName)!='undefined'){if(obj.hasChildNodes()){for(var i=0;i<obj.childNodes.length;i++){this.set_unselectable(obj.childNodes);}}obj.uns electable='on';}};this.get_obj_leftpos=function(obj){var curleft=0;if(obj.offsetParent){while(obj.offsetParent){curleft+=obj.offsetLeft;o bj=obj.offsetParent;}}else if(obj.x){curleft+=obj.x;}return curleft;};this.get_obj_toppos=function(obj){var curtop=0;if(obj.offsetParent){while(obj.offsetParent){curtop+=obj.offsetTop;obj= obj.offsetParent;}}else if(obj.y){curtop+=obj.y;}return curtop;};this.cancel_bubble=function(obj,extra){if(extra!==false){extra=true;}if(!obj||is_ie){if(extra){window.event.returnValue=false;}window.event.cancelBub ble=true;return window.event;}else{obj.stopPropagation();if(extra){obj.preventDefault();}return obj;}};this.cancel_bubble_all=function(obj){return ipsclass.cancel_bubble(obj,true);};this.cancel_bubble_low=function(obj){return ipsclass.cancel_bubble(obj,false);};this.my_getcookie=function(name){return this.cookies[name];};this.my_setcookie=function(name,value,sticky){expire="";domain="";path="/";if(sticky){expire="; expires=Wed, 1 Jan 2020 00:00:00 GMT";}if(ipb_var_cookie_domain!=""){domain='; domain='+ipb_var_cookie_domain;}if(ipb_var_cookie_path!=""){path=ipb_var_cookie_path;}document.cookie=ipb_var_cookieid+name+"="+value+"; path="+path+expire+domain+';';this.cookies[name]=value;};this.array_stacksize=function(thearray){for(i=0; i<thearray.length;i++){if((thearray=="")||(thearray==null)||(thearray=='undefined')){return i;}}return thearray.length;};this.array_pushstack=function(thearray,newval){var arraysize=this.array_stacksize(thearray);thearray[arraysize]=newval;};this.array _popstack=function(thearray){var arraysize=this.array_stacksize(thearray);var theval=thearray[arraysize-1];delete thearray[arraysize-1];return theval;};} A tak po zmianie CODE-BOX function ipsclass(){this.cookies=new Array();this.ignore_cookies=new Array(ipb_var_cookieid+'ipb_stronghold',ipb_var_cookieid+'session_id',ipb_var_cookieid+'ipb_admin_session_id',ipb_var_cookieid+'member_id',ipb_var_cookieid+'pass_hash');this.settings={'do_linked_resize':0,'resize_percent':50};this.init=function(){var _tmp=document.cookie.split(';');if(_tmp.length){for(i=0;i<_tmp.length;i++){if(_tmp.match(new RegExp(ipb_var_cookieid+".*$"))){var _data=_tmp.split('=');var _key=this.trim(_data[0]);var _value=unescape(this.trim(_data[1]));if(_key&&(!this.in_array(_key,this.ignore_cookies))){this.cookies[_key.replace(ipb_var_cookieid,'')]=_value;}}}}_tmp=null;};this.trim=function(text){if(typeof(text)=='undefined'){return '';}text=text.replace(/^\s+/,'');return text.replace(/\s+$/,'');};this.html_entity_decode=function(text){if(typeof ca=='undefined'){var ca=document.createElement('textarea');}ca.innerHTML=text.replace( /</g,'<').replace( />/g,'>');return ca.value;};this.in_array=function(needle,haystack){if(!haystack.length){return false;}for(var i=0;i<haystack.length;i++){if(haystack===needle){return true;}}return false;};this.htmlspecialchars=function(text){text=text.replace( /</g,'<');text=text.replace( />/g,'>');text=text.replace( /"/g,'"');return text;};this.un_htmlspecialchars=function(text){text=text.replace( /</g,'<');text=text.replace( />/g,'>');text=text.replace( /"/g,'"');return text;};this.get_editor_contents=function(editor_id,editor_array){var aIPS_editor=editor_array?editor_array:IPS_editor;if(!editor_id){for(var i in aIPS_editor){editor_id=i;break;}}return aIPS_editor[editor_id].editor_get_contents;};this.add_editor_contents=function(t ext,editor_id,editor_array){var aIPS_editor=editor_array?editor_array:IPS_editor;if(!editor_id){for(var i in aIPS_editor){editor_id=i;break;}}return aIPS_editor[editor_id].insert_text(text);};this.convert_saved_tags_to_display_ta gs=function(text){text=text.replace( /(<|<|<)!--/,"{");text=text.replace( /--(>|>|>)/,"}");return text;};this.fade_in_element=function(div){var hash='#';var color_items="0123456789abcdef";var start_color='#ffff66';var orig_color=document.getElementById(div).style.backgroundColor;var temp_end='#ffffff';var iter=20;var time=80;var rbeg=color_items.indexOf(start_color.substr(1,1))*16+color_items.indexOf(start_c olor.substr(2,1));var gbeg=color_items.indexOf(start_color.substr(3,1))*16+color_items.indexOf(start_c olor.substr(4,1));var bbeg=color_items.indexOf(start_color.substr(5,1))*16+color_items.indexOf(start_c olor.substr(6,1));var rend=color_items.indexOf(temp_end.substr(1,1))*16+color_items.indexOf(temp_end.s ubstr(2,1));var gend=color_items.indexOf(temp_end.substr(3,1))*16+color_items.indexOf(temp_end.s ubstr(4,1));var bend=color_items.indexOf(temp_end.substr(5,1))*16+color_items.indexOf(temp_end.s ubstr(6,1));for(i=1,r=rbeg,g=gbeg,b=bbeg;i<=iter;r=Math.round(rbeg+i*((rend-rbeg)/(iter-1))),g=Math.round(gbeg+i*((gend-gbeg)/(iter-1))),b=Math.round(bbeg+i*((bend-bbeg)/(iter-1))),i++){hstr='#'+color_items.charAt(Math.floor(r/16))+color_items.charAt(r%16)+color_items.charAt(Math.floor(g/16))+color_items.charAt(g%16)+color_items.charAt(Math.floor(b/16))+color_items.charAt(b%16);setTimeout('var div = document.getElementById("'+div+'"); div.style.backgroundColor = "'+hstr+'";',i*time);}setTimeout('var div = document.getElementById("'+div+'"); div.style.backgroundColor = "'+orig_color+'";',(i+1)*time);};this.lang_build_string=function(){if(!arguments.length||!arguments){return;}var string=arguments[0];for(var i=1;i<arguments.length;i++){var match=new RegExp('<%'+i+'>','gi');string=string.replace(match,arguments);}return string;};this.get_id_from_text=function(id){return id.replace( /.*(\-|_)(\S+)/,"$2");};this.get_name_from_text=function(id){return id.replace( /(.*)(\-|_)(\S+)/,"$1");};this.location_jump=function(url,full){url=url.replace( /&/g,'&');if(full){window.location.href=url;}else{window.location.href=ipb_var_base_ url+url;}} ;this.confirm_action=function(url,msg){if(!msg){msg='PLEASE CONFIRM:\nOK to proceed?';}if(url){url=url.replace('&','&');}else{url='';}if(confirm(msg)){window.location.href=url;}else{alert('OK, action cancelled!');return false;}};this.pop_up_window=function(url,width,height,name){if(!name){var mydate=new Date();name=mydate.getTime();}var Win=window.open(url.replace('&','&'),name,'width='+width+',height='+height+',resizable=1,scrollbars=1,location=no,directories=no,status=no,menubar=no,to olbar=no');Win.focus();return false;};this.set_unselectable=function(obj){if(!is_ie4&&typeof(obj.tagName)!='undefined'){if(obj.hasChildNodes()){for(var i=0;i<obj.childNodes.length;i++){this.set_unselectable(obj.childNodes);}}obj.uns electable='on';}};this.get_obj_leftpos=function(obj){var curleft=0;if(obj.offsetParent){while(obj.offsetParent){curleft+=obj.offsetLeft;o bj=obj.offsetParent;}}else if(obj.x){curleft+=obj.x;}return curleft;};this.get_obj_toppos=function(obj){var curtop=0;if(obj.offsetParent){while(obj.offsetParent){curtop+=obj.offsetTop;obj= obj.offsetParent;}}else if(obj.y){curtop+=obj.y;}return curtop;};this.cancel_bubble=function(obj,extra){if(extra!==false){extra=true;}if(!obj||is_ie){if(extra){window.event.returnValue=false;}window.event.cancelBub ble=true;return window.event;}else{obj.stopPropagation();if(extra){obj.preventDefault();}return obj;}};this.cancel_bubble_all=function(obj){return ipsclass.cancel_bubble(obj,true);};this.cancel_bubble_low=function(obj){return ipsclass.cancel_bubble(obj,false);};this.my_getcookie=function(name){return this.cookies[name];};this.my_setcookie=function(name,value,sticky){expire="";domain="";path="/";if(sticky){expire="; expires=Wed, 1 Jan 2020 00:00:00 GMT";}if(ipb_var_cookie_domain!=""){domain='; domain='+ipb_var_cookie_domain;}if(ipb_var_cookie_path!=""){path=ipb_var_cookie_path;}document.cookie=ipb_var_cookieid+name+"="+value+"; path="+path+expire+domain+';';this.cookies[name]=value;};this.array_stacksize=function(thearray){for(i=0; i<thearray.length;i++){if((thearray=="")||(thearray==null)||(thearray=='undefined')){return i;}}return thearray.length;};this.array_pushstack=function(thearray,newval){var arraysize=this.array_stacksize(thearray);thearray[arraysize]=newval;};this.array _popstack=function(thearray){var arraysize=this.array_stacksize(thearray);var theval=thearray[arraysize-1];delete thearray[arraysize-1];return theval;};}
-
Mam mały problem z google botem mianowicie nie wyświetla reklam w przeglądarec Mozilla Firefox , a jest to najczęściej używana przeglądarka przez użytkowników mojego forum . W IE i Operze problem nie występuje . W załączniki Screen z wyglądem reklamy w Mozilli
-
Wielkie dzięki za pomoc w rozwiązaniu problemu
-
Posiadam na swoim forum ShoutOut! zainstalowany dość dawno, dziś dodałem do forum nowy skin który chce ustawić jako główny skin forum ale na tyn skinie nie wyświetla mi SB na dole strony. Jak dodać Shoutboxa do nowego skina ? co i gdzie dopisać , edytować czy coś w tym stylu?
