abigan
عدد المساهمات : 274 معدل النشاط : 5158 السُمعة : 3
| |
زائر زائر
| موضوع: رد: كيف أجعل التقييم مثل منتدى الدعم؟ الثلاثاء 14 أكتوبر 2014 - 18:21 | |
| |
|
abigan
عدد المساهمات : 274 معدل النشاط : 5158 السُمعة : 3
| موضوع: رد: كيف أجعل التقييم مثل منتدى الدعم؟ الثلاثاء 14 أكتوبر 2014 - 18:36 | |
| لا أقصد حذف بل كيف أجعله مع معلومات الحذف والتعديل ..الخ | |
|
1BlaCk GlaSs
عدد المساهمات : 2702 معدل النشاط : 8456 السُمعة : 98
| موضوع: رد: كيف أجعل التقييم مثل منتدى الدعم؟ الثلاثاء 14 أكتوبر 2014 - 18:56 | |
| اهلا اختي , عن طريق الشرح اعلاه بتطبيقه ستظهر لك النتيجة التي تريدينها | |
|
Mohamed احلى إدارة
عدد المساهمات : 11354 معدل النشاط : 16001 السُمعة : 454
| موضوع: رد: كيف أجعل التقييم مثل منتدى الدعم؟ الجمعة 17 أكتوبر 2014 - 3:07 | |
| مرحبا اختي,,بعد اذن المرشح تفضلي الكود اولا:لوحة الاداره>>مظهر المنتدى>>الصور والالوان>>الالوان>>ورقة تصميم ال css وضعي الكود التالي - الكود:
-
.vote { float: right; margin-left: 4px; width: 9px; } .vote .vote-button { font-weight: 700; margin-left: -1px; text-align: center; } .vote .vote-button a { text-decoration: none !important; } .vote .vote-bar { border: 1px solid #666666; font-size: 0; height: 50px; margin: 0 auto; width: 3px; } .vote .vote-no-bar { letter-spacing: -2px; margin-left: -2px; white-space: nowrap; } .vote .vote-bar-plus { background-color: #00FF00; } .vote .vote-bar-minus { background-color: red; }
div.vote-count { background: url("http://sd-1.archive-host.com/membres/images/142586199450897653/FDF/button_count.png") no-repeat scroll 0 0 transparent; color: #4AAE00; font-size: 10px; font-weight: 700; height: 17px; padding-top: 2px; text-align: center; width: 27px; } td.post-options li, ul.profile-icons li, .post-options li, .post-footer ul.misc-icons li{ color: transparent; } ثم نتوجه الى:لوحة الاداره>>عناصر اضافيه>>HTML و JAVASCRIPT>>إدارة أكواد Javascript>>انشاء كود جديد العنوان : كما تريدي أضف الكود الى :جميع الصفحات كود Javascript * : - الكود:
-
function discat(cat){$('#menu > div').slideUp(500);$('#subcat'+cat).slideDown(900)}$(function(){$("dd.dterm[style*='489903.gif']").closest("dl.icon").addClass("t-uniq");$("#profile_field_2_-20").focus(function(){$(this).val(($(this).val()?$(this).val()+"\n":"")+new Date().getDate()+"/"+(new Date().getMonth()+1)+"/"+(new Date().getFullYear()-2000)+" ("+$("#i_icon_mini_logout").attr("alt").replace(/^.*?\[ (.*) \]$/,"$1")+")"+" : ").unbind("focus")})});$(function(){$(".vote").each(function(){$(this).find(".vote-button:first a").html('<img src="http://2img.net/i/fa/optimisation_fdf/common/buttonok.png" alt="Voter" title="تقييم هذه المساهمه" />').click(function(){$.get($(this).attr("href"));$(this).parent().html('<img src="http://2img.net/i/fa/optimisation_fdf/common/buttonok_off.png" alt="Vote enregistré" title="تم التقييم" />');return!1});$(this).closest(".postbody").find("ul.profile-icons").append("<li />").find("li:last").append($(this).find(".vote-button:first a")).append($(this).find(".vote-bar").length?' <div class="vote-count" title="عدد القييمات">'+$(this).find(".vote-bar").attr("title").replace(/^.*\(([0-9]*) .*?\)$/,"$1"):"")+'</div>';$(this).remove()});if($("code").filter(function(){var a=$(this).text().indexOf("["),b=$(this).text().indexOf("]"),c=$(this).text().indexOf("[/"),d=$(this).text().indexOf("<"),e=$(this).text().indexOf('"'),f=$(this).text().indexOf("'"),g=$(this).text().indexOf("/");return a==-1||b==-1||c==-1||a>b||b>c||d!=-1&&d<a||e!=-1&&e<a||f!=-1&&f<a||g!=-1&&g<a}).each(function(){$(this).wrapInner('<pre class="prettyprint'+($(this).text().indexOf("<")==-1&&/[\s\S]+{[\s\S]+:[\s\S]+}/.test($(this).text())?" lang-css":"")+' linenums" />')}).length){var s=document.createElement("script");s.type="text/javascript";s.async=!0;s.src="http://forum.forumactif.com/12076.js";document.getElementsByTagName("head")[0].appendChild(s)}}); بالتوفيق اختي | |
|