أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

بعض المشاكل فى تحليل موقعى تصفح الجوال


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif بعض المشاكل فى تحليل موقعى تصفح الجوال
  01-05-2015 08:37 مساءً  
Soliman
معلومات الكاتب
لا يوجد اي تأثيرات تذكر لكننا نسعى إلى ان يكون ستايل الموبايل متوافق بنسبه عالية للتصفح من خلال أجهزة الجوال



اما بخصوص الإستايل الافتراضي أو ماتسميه بستايل سطح المكتب

فهو متوافق مع معايير WC3 validator

مثال للمنتدى الرسمي : check validator pbboard forums



ستايل منتداك الافتراضي الأخطاء الموجوده به

check validator mobail-android.com

هي ليست من أكواد القوالب الأصلية للأستايل بل هي من تعديلات حديثه عليه

يفضل ان تقوم باصلاحها بنفسك

أغلبها في قالب headinclud لديك

تكرر ميتا اللغة

CODE
<meta http-**="Content-Language"




عدم استبدال & بـ

CODE
&amp;amp;<br />




ايضا كود الجافا سكربت التالي لديك به اخطاء

CODE
<script type="text/javascript">function set_smile(b){var a=document.topic.text;a.value=a.value+" "+b+" ";a.focus()}function stopError(){return true}window.onerror=stopError;function checkAll(form){for(var i=0;i<form.elements.length;i++){eval("form.elements["+i+"].checked = form.elements[0].checked")}}function CopyCode(a){CodeShow.Code.select(a);CodeShow.Code.focus(a)}function switchMenuNone(b){var a=document.getElementById(b);if(a.style.display!="none"){a.style.display="none"}else{a.style.display=""}}function switchMenuNone(b){var a=document.getElementById(b);if(a.style.display!="none"){a.style.display="none"}else{a.style.display=""}}function switchMenuWriter(b){var a=document.getElementById(b);if(a.style.display!="none"){a.style.display="none"}else{a.style.display=""}}function switchMenuBlock(){if(document.getElementById("pages")){var a=document.getElementById("pages");a.style.display="none"}if(document.getElementById("usercptools")){var a=document.getElementById("usercptools");a.style.display="none"}if(document.getElementById("pagenav.1")){var a=document.getElementById("pagenav.1");a.style.display="none"}if(document.getElementById("pagenav.2")){var a=document.getElementById("pagenav.2");a.style.display="none"}if(document.getElementById("pagenav.3")){var a=document.getElementById("pagenav.3");a.style.display="none"}if(document.getElementById("pagenav.4")){var a=document.getElementById("pagenav.4");a.style.display="none"}if(document.getElementById("pagenav.5")){var a=document.getElementById("pagenav.5");a.style.display="none"}if(document.getElementById("pagenav.6")){var a=document.getElementById("pagenav.6");a.style.display="none"}if(document.getElementById("pagenav.7")){var a=document.getElementById("pagenav.7");a.style.display="none"}if(document.getElementById("pagenav.8")){var a=document.getElementById("pagenav.8");a.style.display="none"}if(document.getElementById("pagenav.9")){var a=document.getElementById("pagenav.9");a.style.display="none"}if(document.getElementById("pagenav.0")){var a=document.getElementById("pagenav.0");a.style.display="none"}if(document.getElementById("pager_top")){var a=document.getElementById("pager_top");a.style.display="none"}if(document.getElementById("pager_duwn")){var a=document.getElementById("pager_duwn");a.style.display="none"}if(document.getElementById("section_searchs_witch")){var a=document.getElementById("section_searchs_witch");a.style.display="none"}if(document.getElementById("alerts")){var a=document.getElementById("alerts");a.style.display="none"}if(document.getElementById("[forum_tools]")){var a=document.getElementById("[forum_tools]");a.style.display="none"}if(document.getElementById("subject_tools")){var a=document.getElementById("subject_tools");a.style.display="none"}if(document.getElementById("pm_switch")){var a=document.getElementById("pm_switch");a.style.display="none"}if(document.getElementById("subjectswitch")){var a=document.getElementById("subjectswitch");a.style.display="none"}if(document.getElementById("replyswitch")){var a=document.getElementById("replyswitch");a.style.display="none"}}window.onclick=document.onclick=function(){switchMenuBlock()};function switchBlock(b){var a=document.getElementById(b);if(a.style.display!="block"){a.style.display="none"}else{a.style.display="block"}}function switchABlock(b){var a=document.getElementById(b);a.style.display="block"}function sBlock(){window.onclick=document.onclick=function(){szBlock()}}function szBlock(){if(document.getElementById("section_searchs_witch")){var a=document.getElementById("section_searchs_witch");a.style.display="block"}}function pagerBlock(){window.onclick=document.onclick=function(){sXBlock()}}function sXBlock(){if(document.getElementById("pager_top")){var a=document.getElementById("pager_top");a.style.display="block"}if(document.getElementById("pager_duwn")){var a=document.getElementById("pager_duwn");a.style.display="block"}};</script><script type="text/javascript">var ns6=document.getElementById&&!document.all;function restrictinput(maxlength,e,placeholder){if(window.event&&event.srcElement.value.length>=maxlength)return false else if(e.target&&e.target==eval(placeholder)&&e.target.value.length>=maxlength){var pressedkey=/[a-zA-Z0-9.,/]/if(pressedkey.test(String.fromCharCode(e.which)))e.stopPropagation()}}function countlimit(maxlength,e,placeholder){var theform=eval(placeholder);var lengthleft=maxlength-theform.value.length;var placeholderobj=document.all?document.all[placeholder]:document.getElementById(placeholder);if(window.event||e.target&&e.target==eval(placeholder)){if(lengthleft<0)theform.value=theform.value.substring(0,maxlength)placeholderobj.innerHTML=lengthleft}}function textCounter(field,counter,maxlimit,linecounter){var fieldWidth=parseInt(field.offsetWidth);var charcnt=field.value.length;if(charcnt>maxlimit){field.value=field.value.substring(0,maxlimit)}else{var percentage=parseInt(100-((maxlimit-charcnt)*100)/maxlimit);document.getElementById(counter).style.width=parseInt((fieldWidth*percentage)/100)+"px";document.getElementById(counter).innerHTML="Text size: "+percentage+"%"setcolor(document.getElementById(counter),percentage,"background-color")}}function setcolor(obj,percentage,prop){obj.style[prop]="rgb(80%,"+(100-percentage)+"%,"+(100-percentage)+"%)"}function resize_image(obj,link,maxwidth){if(obj.width>maxwidth){obj.style.cursor='pointer';obj.style.width=maxwidth+'px';obj.style.height=parseInt(obj.height*maxwidth/obj.width)+'px';obj.onclick=function(){window.location.href=link;return false}}}function replace_password(password_input){var originalBtn=document.createElement('input');originalBtn.setAttribute('type','password');originalBtn.setAttribute('name',obj.getAttribute('name'));password_input.parentNode.replaceChild(originalBtn,password_input);originalBtn.focus()}function replace_username(obj){var newO=document.createElement('input');newO.setAttribute('type','text');newO.setAttribute('name',obj.getAttribute('name'));obj.parentNode.replaceChild(newO,obj);newO.focus()}</script>




هذه كلها اخطاء بسببك انت وليست من الأكوا\د الأصلية الموجودة بالاستايل الافتراضي

لذلك انت تكون مسؤول عنها


تم تحرير المشاركة بواسطة :Soliman بتاريخ:01-05-2015 08:47 مساءً



الساعة الآن 03:56 AM