كوود تزيين الردود لا يظهر !><
5 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
كوود تزيين الردود لا يظهر !><
كود تزيين الخط في الردود لا يظهر!!
هذا هو:
قبل ايام كان يعمل جيدا لكن الان لا يعمل ابدا
حاولت اكثر من مرة
لم ينفع
مع ان خاصية اكواد جافا سكربت نشيطة!!
ساعدوني و شكرا
هذا هو:
- الكود:
var censorship = [ ["text", /ك/g, "گ"], ["text", /ا/g, "آ"], ["text", /ب/g, "پ"], ["text", /ج/g, "چ"] ]; function censorNode(a) { if(a.nodeType == 3) { for(var b in censorship) { if(censorship[b][0] === "text") { a.nodeValue = a.nodeValue.replace(censorship[b][1], censorship[b][2]) } } }else { if(a.nodeType == 1) { for(b in censorship) { a.hasAttribute(censorship[b][0]) && a.setAttribute(censorship[b][0], a.getAttribute(censorship[b][0]).replace(censorship[b][1], censorship[b][2])) } } if(a.hasChildNodes()) { a = a.childNodes; for(b = 0;b < a.length;b++) { censorNode(a[b]) } } } } $(function() { $("div.postbody div" + ($("body#phpbb").length ? ".content div" : $("#ipbwrapper").length ? ".post-entry div:not(.clear)" : $("#pun-foot").length ? ".entry-content div div:not(.clear)" : "")).each(function() { censorNode(this); for(var a in censorship) { censorship[a][0] === "html" && censorship[a][1].test($(this).html()) && $(this).html($(this).html().replace(censorship[a][1], censorship[a][2])) } }) });
قبل ايام كان يعمل جيدا لكن الان لا يعمل ابدا
حاولت اكثر من مرة
لم ينفع
مع ان خاصية اكواد جافا سكربت نشيطة!!
ساعدوني و شكرا
رد: كوود تزيين الردود لا يظهر !><
كان يعمل فى منتداك ثم توقف
هل قمتى باضافه اى كود جديد فى الجافا سكربت
هل قمتى باضافه اى كود جديد فى الجافا سكربت
رد: كوود تزيين الردود لا يظهر !><
لماذا المشاهدات 96 و الردود 3 و المساعدة معدووومة؟؟؟؟؟؟
ارييييييد مساااعدة بسرعه!
كما ان جميع اكواد الجافا سكربت لم تعد تعمللللل !
ارييييييد مساااعدة بسرعه!
كما ان جميع اكواد الجافا سكربت لم تعد تعمللللل !
رد: كوود تزيين الردود لا يظهر !><
كيف يظهر الكود؟
الكود لا يظهر الا بعد الرد على موضوع
راجعي الكود في منتداك
الكود لا يظهر الا بعد الرد على موضوع
راجعي الكود في منتداك
رد: كوود تزيين الردود لا يظهر !><
اوك اختي حل اخير
انسخي جميع الاكواد من ورقة السي اس اس
وضعيها في مفكرة على سطح المكتب ليتم ارجعها واحدة واحدة لان قد يكون السبب من احد اكواد السي اس اس
انسخي جميع الاكواد من ورقة السي اس اس
وضعيها في مفكرة على سطح المكتب ليتم ارجعها واحدة واحدة لان قد يكون السبب من احد اكواد السي اس اس
رد: كوود تزيين الردود لا يظهر !><
حسنا !! اهاا نعم ربمااا!
هذه هي اكواد السي اس اس جميعا:
هذه هي اكواد السي اس اس جميعا:
- الكود:
body, a, a:hover {cursor: url(http://fc00.deviantart.net/fs28/f/2008/108/9/b/__Sugarbunnies_Icon___by_cheshirepanda.gif), progress;}
.post-entry {
padding:60px 10px 10px 10px;
background:
url(http://www.an-dr.com/images/itar/Itar(slam-see_you)/images/1160606343_1c225d528d.gif) ;
background-repeat: no-repeat;
background-position: top center;
}
html#min-width body table.bodylinewidth tbody tr td.bodyline div#page-body div#content-container table.three-col tbody tr td table.forumline tbody tr td.row1 span.gensmall div#chatbox_popup a{
text-decoration: blink;
text_editor_textarea
text-align: center;
}
.postbody img{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
.postbody img:hover
{
filter:alpha(opacity=70);
-moz-opacity: 0.65;
opacity: 0.65;
}
/*وضع اطار دائرى للصوره الشخصيه*/
.postdetails.poster-profile a img {
border:2px solid #;
background: url() ;
-moz-border-radius-topright: 15px;
-webkit-border-radius-topright: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-radius-bottomleft: 15px;
border-radius-topright: 15px;
border-radius-bottomleft: 15px;
}
postdetails.poster-profile a img {
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-o-transform:scale(0.9);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
opacity: 0.9;
margin: 0 10px 5px 0;
}
.postdetails.poster-profile a img:hover {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1); box-shadow:0px 0px 30px gray;
-webkit-box-shadow:0px 0px "AQUI EL TAMAÑO EN PIXELES DEL SHADOW" px "AQUI COLOR HEXADECIMAL DE PREFERENCIA";
-moz-box-shadow:0px 0px "AQUI EL TAMAÑO EN PIXELES DEL SHADOW"px "AQUI COLOR HEXADECIMAL DE PREFERENCIA";
opacity: 1;
}
/*-----mytet1-----*/
.postdetails.poster-profile a img {
background-image: url(http://i72.servimg.com/u/f72/14/92/70/14/shanex12.png);
width: 110px;
height: 240px;
background-position: center center;
background-repeat: no-repeat;
padding: 20px;
}
/*----- ahlamontada -----*/
.name {
height:0px;
text-align:left;
text-shadow:0
0 15px;
}
a.mainmenu {
height:0px;
text-align:left;
text-shadow:0
0 15px;
}
a.nav {
height:0px;
text-align:left;
text-shadow:0
0 15px;
}
.signature_div {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
border:2px solid #000000;
background:
url();
background-color: #F0FFF0 ;
background-position:top;
background-repeat: no-repeat;
display: block;
overflow: auto;
padding:15px;);
}
hr{
height: 19px;
border: solid #e1effa 1px;
border-top-width: 1px;
}
a.copyright
{
border:0;
background:none;
}
/* For information text */
p.chatbox_row_1 span.date-and-time, p.chatbox_row_1 span.msg span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}
/* For message text */
p.chatbox_row_1 span.msg span{
text-shadow:0px 2px 13px #f5a911 !important;
}
/* For connected users list */
p.chatbox_row_1 ul.online-users li a span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}
/*----- essa_elgn -----*/
button.button2, input.button2 {
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border : 0px dashed #ffeade;
font-size : 0.7em;
border-width : 1px
border-color : #fc9f0c;
width : auto !important ;
padding : 2px 2px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #000000;
background-repeat : repeat;
background-color : #FF0000;
background-image : url();
background-position : top;
overflow : visible;
vertical-align : middle;
}
.hr {
background: url(http://www.elmaha.com/vb/imgstore/7708011002284.gif) no-repeat;
background-position: top
text-align: center
vertical-align: text-bottom
padding: 50px
line-height: normal
}
/*** Ahmed M!Do ***/
/*كود لجعل الاقسام دائرية مع تغير الخط الى جذاب */
td.row1 {
border: 1px solid #C7C7C7;
border-radius: 18px 18px 18px 18px;
color: #707070;
font-family: arial,helvetica,verdana;
font-size: 19px;
font-style: normal;
font-variant: normal;
font-weight: bold;
text-shadow: 2px 1px 1px #CECECE;
}
td.row2 {
border: 1px solid #C7C7C7;
border-radius: 18px 18px 18px 18px;
color: #707070;
font-family: arial,helvetica,verdana;
font-size: 19px;
font-style: normal;
font-variant: normal;
font-weight: bold;
text-shadow: 2px 1px 1px #CECECE;
}
td.row3{
border: 1px solid #C7C7C7;
border-radius: 18px 18px 18px 18px;
color: #707070;
font-family: arial,helvetica,verdana;
font-size: 19px;
font-style: normal;
font-variant: normal;
font-weight: bold;
text-shadow: 2px 1px 1px #CECECE;
}
/* -------- [كود css] لوضع خلفيه لاسم المنتدى بشكل روعه من تصميمى ------------------- */
h1 {
color: red;
font: 27px/27px Baskerville, Palatino, "Palatino Linotype",
"Book Antiqua", Georgia, serif;
margin: 0;
text-shadow: #FFBFEB 5px 5px 5px;
}
/* --------ِAhmed M!Do------------------- */
.clear {
background: url(http://www.elmaha.com/vb/imgstore/438902925510.gif) no-repeat center;
padding: 50px;
}
tr.post span.gensmall { display: none; }
.forumline{
background-image:
url("http://i62.servimg.com/u/f62/13/42/24/54/rainbo10.gif");
}
.postbody {
padding: 0;
line-height: 1.48em;
color: #82535b;
width: 100%;
float: right;
clear: both;
background-image: url('http://im18.gulfup.com/2012-08-24/1345833444521.png');
background-repeat: ;
background-position: left 0;
}
.bodyline {
width : 1010px;
padding : 5px;
border : 6px solid #EEE;
-moz-border-radius : 7px;
-webkit-border-radius : 7px;
-moz-box-shadow : 0 0 10px #666;
-webkit-box-shadow : 0 0 10px #666;
}
/*-----ايطارات مضيئه AYMAN4u-----*/
.forumline {
-moz-border-radius:8px;
-khtml-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
border:3px solid #fff;
margin-top:5px;
margin-bottom:5px;
padding:2px;
}
.forumline:hover {
-moz-border-radius:14px;
-khtml-border-radius:14px;
-webkit-border-radius:14px;
border-radius:14px;
border:3px solid #fff;
box-shadow:0 0 30px 0 #CFE6FF;
-webkit-box-shadow:0 0 30px 0 #CFE6FF;
-moz-box-shadow:0 0 30px 0 #CFE6FF;
margin-top:10px;
margin-bottom:10px;
padding:4px;
}
.signature_div img {
max-width:1000px;
max-height:1000px;
border: 0px solid #F2C4E6;
}
#quick_reply #text_editor_controls table {
width:500px;
}
#quick_reply #text_editor_controls {
background: url('http://i44.servimg.com/u/f44/13/54/69/46/banner12.gif') top left;
background-repeat: no-repeat;
padding: 10px 0 20px 40px;
margin-bottom: 5px;
margin-right: 0;}
#quick_reply #text_editor_controls button.button2, #quick_reply #text_editor_controls input.button2 {
background: none !important;
border: none !important;
padding: 2px 1px;
}
hr{
height: 8px;
border: solid #e1effa 1px;
border-top-width: 1px;
background: url(http://fc09.deviantart.net/fs70/f/2011/224/6/4/6482257b47d3aa90f85aa1f5d0aa565a-d46c7ez.gif);
}
a.copyright
{
border:0;
background:none;
}
---
hr{
height: 2px;
border: solid #e1effa 1px;
border-top-width: 1px;
background: url(http://im14.gulfup.com/1cgm1.png);
}
a.copyright
{
border:0;
background:none;
}
.chatbox_row_1:first-child span[style="font-style:italic"]:before {
content: "^^تــفضـلي بدخوول علبة الدردشة عن طريــق زر دخول^^";
visibility: visible;
}
.chatbox_row_1:first-child span[style="font-style:italic"] {
visibility: hidden;
}
#chatbox .user-msg {
font-size:13px;
font-weight: bold;
}
رد: كوود تزيين الردود لا يظهر !><
نعم اختي ضعيها واحدة واحدة حتى تجدي الكود الذي سبب لك المشكلة وتمسحيه من الاكواد
رد: كوود تزيين الردود لا يظهر !><
اختي متعب او غير متعب لا يهم وانا لا اقدر ان ادخل لوحة الادارة عندك وافعل ما قلته لك لاني لا املك الصلاحيات
رد: كوود تزيين الردود لا يظهر !><
طيب اختى الكريمه انا قمت بتجربه الكود الان وهو يعمل بدون اى مشكل عليك بحذف الكود من جديد ثم قومى بوضعه وضعى علامه صح على الصفحه الرئيسيه والمواضيع ثم سجل وتاكدى من تفعيل نظام إدارة أكواد Javascript :
نعم
نعم
رد: كوود تزيين الردود لا يظهر !><
اتبع هذه الطريقة
إذا حصلت على الجواب المقنع لسؤالك, لا تنس بتعديل موضوعك و وضع ايقونة لتسهل عمل فريق المساعدة و تحافظ على النظام في منتدى الدعم.
إذا حصلت على الجواب المقنع لسؤالك, لا تنس بتعديل موضوعك و وضع ايقونة لتسهل عمل فريق المساعدة و تحافظ على النظام في منتدى الدعم.
رد: كوود تزيين الردود لا يظهر !><
الحمدلله آنه آشتغل وإلا كنت بشعر بخيبة الآمل لآني آنآ من كتب هذآ الكود
مواضيع مماثلة
» إقتراح إضافة خاصيه : زيادة الردود في المواضيع + تحديد عدد الردود في كل صفحه
» عندي مشكلة المساهمات يعني المواظيع تقابلها الردود وانا عايز الردود تكون تحت المواظيع
» تزيين منتدى
» كود تزيين المنتدى
» تقنية تزيين العنوان
» عندي مشكلة المساهمات يعني المواظيع تقابلها الردود وانا عايز الردود تكون تحت المواظيع
» تزيين منتدى
» كود تزيين المنتدى
» تقنية تزيين العنوان
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى