Jump to content
أحلى نادي لأحلى أعضاء
Search In
  • More options...
Find results that contain...
Find results in...
khabab

افتراضي: كود جافا لعمل زخرفه للكتابه فى المساهمات .تشكيل الكلام .الخ..

Recommended Posts

مرحبا
الكتير منكم يبحث عن هذا الكود
وحبيت اريحكم ونخليه متوفر في منتدى الدعم
كود جافا لعمل زخرفه للكتابه فى المساهمات .تشكيل الكلام .الخ..

تكبير الصورة معاينة الأبعاد الأصلية.


الرمز:
var censorship = [ ["text", /ك/g, "گ"], ["text", /ا/g, "آ"],
["text", /ب/g, "پ"], ["text", /ج/g, "چ"] ]; function censorNode(a) {
if(a.nodeType == 3) { for(var b in censorship) { if(censorship[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 $("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]))
 } }) });

كيفية وضعه:
لوحة الادارة>>عناصر اضافيه>>إدارة أكواد Javascript>>انشلء كود جديد
تضعون الكود
[b]وتضعون علامة صح بجوار جميع الصفحات


ومبروك الزخرفة
برجاء من ينقل موضوعك يكتب المصدر
منقوووووووول
[/b][/b][/b][/b][/b][/b][/b][/b][/b]

Share this post


Link to post
Share on other sites

شكرآ جزيلا على الموضوع الرائع و المميز واصل تالقك معنا بالمنتدى

Share this post


Link to post
Share on other sites

حقاً تستحق التقدير على هذا المجهود الرائع والكبير تحياتى وتقديرى

Share this post


Link to post
Share on other sites

سلمت الانامل التي خطت هذا الجمال . دمت نجما لامعا

Share this post


Link to post
Share on other sites

موضوع جميل ومميز.. شكراً لأناملك التى خطت هذا الإبداع

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.