ظ…ط§ ط±ط£ظٹظƒظ… ط¨ظ‡ط°ظ‡ ط§ظ„ط*ط±ظƒط© طں



بسم الله الرحمن الرحيم

هذه الحركة هي أضافة مواضيع العضو إلى القائمة المنبثقة من أسمه .


أفتح قالب template postbit_legacy أو قالب template postbit من
"التحكم بالستايل styleات"
ثم أختار
"تعديل القوالب"
واختار
postbit_legacy أو قالب template postbit

ثم أبحث عن :


رمز PHP:
<code style="white-space:nowrap"> <code> <!-- post $post&#91;postid&#93; popup menu -->
</code> </code>

رمز PHP:
<code style="white-space:nowrap"> <code> &#91;center&#93;<div class="vbmenu_popup" id="postmenu_$post&#91;postid&#93;_menu" style="display:none">
<
table cellpadding="4" cellspacing="1" border="0">
<
tr>
<
td class="thead">$post&#91;username&#93;</td>
</
tr>
<if
condition="$show&#91;'profile'&#93;">
<
tr><td class="vbmenu_option"><a href="member.php?$session&#91;sessionurl&#93;u=$post&#91;userid&#93;">$vbphrase&#91;view_public_profile&#93;</a></td></tr>
</if>
<if
condition="$show&#91;'pmlink'&#93;">
<
tr><td class="vbmenu_option"><a href="private.php?$session&#91;sessionurl&#93;do=newpm&amp;u=$post&#91;userid&#93;" rel="nofollow"><phrase 1="$post&#91;username&#93;">$vbphrase&#91;send_private_message_to_x&#93;</phrase></a></td></tr>
</if>
<if
condition="$show&#91;'emaillink'&#93;">
<
tr><td class="vbmenu_option"><a href="sendmessage.php?$session&#91;sessionurl&#93;do=mailmember&amp;u=$post&#91;userid&#93;" rel="nofollow"><phrase 1="$post&#91;username&#93;">$vbphrase&#91;send_email_to_x&#93;</phrase></a></td></tr>
</if>
<if
condition="$show&#91;'homepage'&#93;">
<
tr><td class="vbmenu_option"><a href="$post&#91;homepage&#93;"><phrase 1="$post&#91;username&#93;">$vbphrase&#91;visit_xs_homepage&#93;</phrase></a></td></tr>
</if>
<if
condition="$show&#91;'search'&#93;">
<
tr><td class="vbmenu_option"><a href="search.php?$session&#91;sessionurl&#93;do=finduser&amp;u=$post&#91;userid&#93;" rel="nofollow"><phrase 1="$post&#91;username&#93;">$vbphrase&#91;find_more_posts_by_x&#93;</phrase></a></td></tr>
</if>
<if
condition="$post&#91;'userid'&#93; AND $show&#91;'member'&#93;">
<
tr><td class="vbmenu_option"><a href="profile.php?$session&#91;sessionurl&#93;do=addlist&amp;userlist=buddy&amp;u=$post&#91;userid&#93;"><phrase 1="$post&#91;username&#93;">$vbphrase&#91;add_x_to_buddy_list&#93;</phrase></a></td></tr>
</if>
$template_hook&#91;postbit_user_popup&#93;
</
table>
</
div>
<!-- /
post $post&#91;postid&#93; popup menu -->&#91;/center&#93;
</code> </code>


وأستبدلها ب

رمز PHP:
<code style="white-space:nowrap"> <code> &#91;center&#93;&#91;center&#93; <!-- message, attachments, sig -->

</
td>
</
tr>
</
table>
$template_hook&#91;postbit_end&#93;

<!--
post $post&#91;postid&#93; popup menu -->
<
div class="vbmenu_popup" id="postmenu_$post&#91;postid&#93;_menu" style="display:none;">
<
table cellpadding="4" cellspacing="1" border="0">
<
tr>
<
td class="thead">$post&#91;username&#93;</td>
</
tr>
<if
condition="$show&#91;'profile'&#93;">
<
tr><td class="vbmenu_option"><a href="member.php?$session&#91;sessionurl&#93;u=$post&#91;userid&#93;">$vbphrase&#91;view_public_profile&#93;</a></td></tr>
</if>
<if
condition="$show&#91;'pmlink'&#93;">
<
tr><td class="vbmenu_option"><a href="private.php?$session&#91;sessionurl&#93;do=newpm&amp;u=$post&#91;userid&#93;" rel="nofollow"><phrase 1="$post&#91;username&#93;">$vbphrase&#91;send_private_message_to_x&#93;</phrase></a></td></tr>
</if>
<if
condition="$show&#91;'emaillink'&#93;">
<
tr><td class="vbmenu_option"><a href="sendmessage.php?$session&#91;sessionurl&#93;do=mailmember&amp;u=$post&#91;userid&#93;" rel="nofollow"><phrase 1="$post&#91;username&#93;">$vbphrase&#91;send_email_to_x&#93;</phrase></a></td></tr>
</if>
<if
condition="$show&#91;'homepage'&#93;">
<
tr><td class="vbmenu_option"><a href="$post&#91;homepage&#93;"><phrase 1="$post&#91;username&#93;">$vbphrase&#91;visit_xs_homepage&#93;</phrase></a></td></tr>
</if>
<if
condition="$show&#91;'search'&#93;">
<
tr><td class="vbmenu_option"><a href="search.php?$session&#91;sessionurl&#93;do=finduser&amp;u=$post&#91;userid&#93;" rel="nofollow"><phrase 1="$post&#91;username&#93;">$vbphrase&#91;find_all_posts_by_x&#93;</phrase></a></td></tr>
</if>
<if
condition="$post&#91;'userid'&#93; AND $show&#91;'member'&#93;">
<
tr><td class="vbmenu_option">
<
a href="search.php?$session&#91;sessionurl&#93;do=finduser&u=$post&#91;userid&#93;&starteronly=1">
<
span lang="ar-eg">إيجاد جميع مواضيع هذا العضو</span></a></td></tr>
<
tr><td class="vbmenu_option"><a href="profile.php?$session&#91;sessionurl&#93;do=addlist&amp;userlist=buddy&amp;u=$post&#91;userid&#93;"><phrase 1="$post&#91;username&#93;">$vbphrase&#91;add_x_to_buddy_list&#93;</phrase></a></td></tr>
</if>
$template_hook&#91;postbit_user_popup&#93;
</
table>
</
div>
<!-- /
post $post&#91;postid&#93; popup menu -->&#91;/center&#93;&#91;/center&#93;
</code> </code>


وأي سؤال أنا بخدمتكم








التعديل الأخير كان بواسطة الفرات; 21 - 02 - 2014 الساعة 23:32




©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى©