Warning: Function get_magic_quotes_gpc() is deprecated in /home/forumbs/public_html/includes/class_core.php on line 1960

Warning: Array and string offset access syntax with curly braces is deprecated in ..../includes/functions.php on line 865

Warning: Array and string offset access syntax with curly braces is deprecated in ..../includes/functions.php on line 1303

Warning: Array and string offset access syntax with curly braces is deprecated in ..../includes/functions.php on line 4416

Warning: Array and string offset access syntax with curly braces is deprecated in ..../includes/functions.php on line 7343

Warning: Methods with the same name as their class will not be constructors in a future version of PHP; vBulletinHook has a deprecated constructor in ..../includes/class_hook.php on line 27
خلفية معينه لعضو معين باى موضوع حصريا [الأرشيف] - منتديات بانى ستار

المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : خلفية معينه لعضو معين باى موضوع حصريا



Bakenam
01-19-2009, 04:59 AM
السلام عليكم

برودكت وضع خلفيه معينه لعضو معين باى موضوع

مثال على البرودكت

http://on1ine.net/vb/showthread.php?t=4504

لتحميل البرودكت

http://www.on1ine.net/up/view.php?file=69e7ebcc98

طريقة التركيب

السلام عليكم ورحمة الله وبركاته
شبكة اون لاين

(( http://www.on1ine.net (http://www.on1ine.net/) ))

"تغيير خلفية ردود عضو معين"

اولا طريقة التركيب
قم برفع المنتج من لوحة التحكم
product-good-writer.xml

ثم اذهب الى التملبت:
postbit او postbit_legacy

ابحث عن:


رمز PHP:

<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>


واستبدلها ب:

رمز PHP:

<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
<else />
<if condition="$post['good_writer']">
<td id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]" bgcolor="#FBF7EE" background="<if condition="$post['good_writer_pic']">$post[good_writer_pic]</if>">
<else />
<td class="alt1" id="td_post_$post[postid]" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
</if>
</if>


################
مع مراعاة تبديل لون الخلفيه
bgcolor="#FBF7EE"
الى لون خلفية الردود في منتداك

واذا لم تجد ذلك الكود فقم بالبحث عن هذا الكود:

رمز PHP:

<td class="alt1" id="td_post_$post[postid]">


واستبدله بهذا الكود:

رمز PHP:

<td <if condition="$post['good_writer']"> background="<if condition="$post['good_writer_pic']">$post[good_writer_pic]</if>" bgcolor="#FFFF00"
<else /> class="alt1"</if> id="td_post_$post[postid] >



################
مع مراعاة تبديل لون الخلفيه
bgcolor="#FBF7EE"
الى لون خلفية الردود في منتداك


بعد ذلك اذهب الى العضو الذي ترى انه مميز وادخل الى لوحة التحكم للتعديل عليه وسوف تجد خانه جديده بأسم"تغيير خلفية ردود العضو"
لتفعيل الخاصيه اختر نعم
ثم ضع رابط الصوره التي تريدها ان تظهر كخلفيه لردود العضو المميز