- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
[مجابه] تغير حجم الرمزيه في الملف الشخصي
-
موضوع مغلق
-
- [استفسار]:
-
20-11-2011 09:01 مساءً
-
ميدو المصريمعلومات الكاتبالأعضاءعضـو بـارز
- انضم في :
- 20-10-2011
- رقم العضوية :
- 1891
- المشاركات :
- 1381
- الدولة :
- ام الدنيا
- الجنس:
- تاريخ الميلاد :
- 3-1-1993
- الدعوات:
- 3
- قوة السمعة:
- 8644
- موقعي:
- زيارة موقعي
-
حذف الصور الرمزية من داخل الملف الشخصى او تصغيرها ياعني مساحه صوره الملف الشخصي لاتتعلق بمساحه الصوره الرمزيه في المواضيع والردود

-
-
[مجابه] تغير حجم الرمزيه في الملف الشخصي21-11-2011 01:56 مساءً [1]
-
Solimanمعلومات الكاتبالادارة العامةPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13373
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 81696
- موقعي:
- زيارة موقعي
-
السلام عليكم ورحمة الله وبركاته ،،
هل تواجه نفس المشكلة عند استخدام الأستايل الافتراضي !!
-
-
[مجابه] تغير حجم الرمزيه في الملف الشخصي21-11-2011 09:27 مساءً [2]
-
ميدو المصريمعلومات الكاتبالأعضاءعضـو بـارز
- انضم في :
- 20-10-2011
- رقم العضوية :
- 1891
- المشاركات :
- 1381
- الدولة :
- ام الدنيا
- الجنس:
- تاريخ الميلاد :
- 3-1-1993
- الدعوات:
- 3
- قوة السمعة:
- 8644
- موقعي:
- زيارة موقعي
-
اسف ع تاخيري في الرد ياصحبي بسبب الدراسه
المهم انا غيرت في.UserPhoto_large الاستايل الافتراضي والاستايل التاني
بس عاوز اخلي في الملف الشخصي حجم والردود والمواضيع حجم تاني
-
-
[مجابه] تغير حجم الرمزيه في الملف الشخصي22-11-2011 03:55 صباحاً [3]
-
نجم الويبمعلومات الكاتبالأعضاءعضو سوبر ستار
- انضم في :
- 23-07-2010
- رقم العضوية :
- 599
- المشاركات :
- 3734
- الدولة :
- أمي اليمن
- الجنس:
- تاريخ الميلاد :
- 4-3-1987
- الدعوات:
- 1
- قوة السمعة:
- 8237
- موقعي:
- زيارة موقعي
-
انت تريد تصغير الصورة الموجودة في الملف الشخصي
واما المواضيع والردود ستكون بحجمها الطبيعي
طريقة العمل :
افتح ملف الاستايل style.css الخاص بأستايلك
اضف بأخر الملف الكود :
CODE.profile_mini { width:59px; height:59px; }
عدل الرقم 59 الطول والعرض كما تشاء
احفظ الملف واغلقة
اذهب الى ملف القوالب وقم بتحرير القالب stuff_profile.tpl :
ابحث عن الكود :
CODE<div align="center" class="UserPhoto"> {if {$_CONF['info_row']['allow_avatar']}} {if {$MemberInfo['avater_path']} != ''} <a href="{$MemberInfo['avater_path']}" rel="facebox"> <img src="{$MemberInfo['avater_path']}" border="0" title="{$lang['Picture']} {$MemberInfo['username']} {$lang['Personal']}" alt="{$lang['Picture']} {$MemberInfo['username']} {$lang['Personal']}" onload="ResizeAv(this)" /></a> {else} <a href="{$image_path}/ {$_CONF['info_row']['default_avatar']}" rel="facebox"> <img src="{$image_path}/ {$_CONF['info_row']['default_avatar']}" border="0" alt="{$lang['no_photo']}" title="{$lang['no_photo']}" onload="ResizeAv(this)" /> </a> {/if} {/if} </div>
واستبدله بالكود :
CODE<div align="center" class="UserPhoto"> {if {$_CONF['info_row']['allow_avatar']}} {if {$MemberInfo['avater_path']} != ''} <a href="{$MemberInfo['avater_path']}" rel="facebox"> <img src="{$MemberInfo['avater_path']}" border="0" class="UserPhoto profile_mini" title="{$lang ['Picture']} {$MemberInfo['username']} {$lang['Personal']}" alt="{$lang['Picture']} {$MemberInfo['username']} {$lang['Personal']}" onload="ResizeAv(this)" /></a> {else} <a href="{$image_path}/ {$_CONF['info_row']['default_avatar']}" rel="facebox"> <img src="{$image_path}/ {$_CONF['info_row']['default_avatar']}" border="0" class="UserPhoto profile_mini" alt="{$lang['no_photo']}" title="{$lang['no_photo']}" onload="ResizeAv(this)" /> </a> {/if} {/if} </div>
احفظ القالب واغلقه
من لوحة التحكم >> الصيانة
قم بحذف الملفات المؤقتة للاستايل
انتهى
ينقل للقسم المناسب
-
-
[مجابه] تغير حجم الرمزيه في الملف الشخصي22-11-2011 09:49 صباحاً [4]
-
ميدو المصريمعلومات الكاتبالأعضاءعضـو بـارز
- انضم في :
- 20-10-2011
- رقم العضوية :
- 1891
- المشاركات :
- 1381
- الدولة :
- ام الدنيا
- الجنس:
- تاريخ الميلاد :
- 3-1-1993
- الدعوات:
- 3
- قوة السمعة:
- 8644
- موقعي:
- زيارة موقعي
-
شكرا ياصحبي وجاري التجربه والرد عليك
-
-
[مجابه] تغير حجم الرمزيه في الملف الشخصي22-11-2011 10:47 صباحاً [5]
-
ميدو المصريمعلومات الكاتبالأعضاءعضـو بـارز
- انضم في :
- 20-10-2011
- رقم العضوية :
- 1891
- المشاركات :
- 1381
- الدولة :
- ام الدنيا
- الجنس:
- تاريخ الميلاد :
- 3-1-1993
- الدعوات:
- 3
- قوة السمعة:
- 8644
- موقعي:
- زيارة موقعي
-
اتفضل ياصديقي هذا القالب المود لدي ممكن تعدله لي عشان صراحه انا مش عاوز ابوظ اي حاجه
CODE<table align="center" border="0" cellspacing="1" width="98%"> <tr> <td valign='top'> <!-- MAIN TABLE --> <div class='pp-name'> <table cellpadding='0' cellspacing='0' width='100%'> <tr> <td width='1%'> {if {$_CONF['info_row']['allow_avatar']}} {if {$MemberInfo['avater_path']} != ''} <a class="UserPhotoLink" href="index.php?page=profile&show=1&id={$MemberInfo['id']}"> <img src="{$MemberInfo['avater_path']}" alt="Photo" class="UserPhoto UserPhoto_large"> </a> {else} <a class="UserPhotoLink" href="index.php?page=profile&show=1&id={$MemberInfo['id']}"> <img src="{$image_path}/ {$_CONF['info_row']['default_avatar']}" class="UserPhoto UserPhoto_large"> </a> {/if} {/if} </td> <td width='98%' style='padding-left:30px'> <h3 style='font-size:20px'> {$MemberInfo['username_style_cache']}</h3> {if {$GroupInfo['usertitle_change']} == '1'} <strong>{$Usertitle}</strong> {else} <strong>{$MemberInfo['user_title']}</strong> {/if} {$status} </td> </tr> </table> </div> <!-- My Stuff --> <div class='pp-tabwrap'> <div class='pp-taboff' id='pp-content-visitor_messages'>{$lang['Visitor_Messages_pp']}</div> <div class='pp-taboff' id='pp-content-tab-information'>{$lang['About_Me']}</div> <div class='pp-taboff' id='pp-content-tab-friends'>{$lang['friends_list']}</div> <div class='pp-taboff' id='pp-content-tab-static'>{$lang['static']}</div> </div> <div id='visitor_messages_table' class='pp-contentbox-back'> <div class="pp-tabclear">{$lang['Visitor_Messages_pp']}</div> <div class="borderwrap"> {template}visitor_messag{/template} </div> </div> <div id='information_table' class='pp-contentbox-back'> <div class="pp-tabclear">{$lang['About_Me']}</div> <div class="borderwrap"> <table border="0" width="100%" cellspacing="1" cellpadding="0"> <tr> <td class="row1" width="20%">{$lang['Nickusername']} {$MemberInfo['username']} </td> </tr> <tr> <td class="row1" width="20%">{$lang['usergroup']} {$MemberInfo['usergroup']} </td> </tr> <tr> <td class="row1" width="20%"> {if {$GroupInfo['usertitle_change']} == '1'} {$Usertitle} {else} {if !{$MemberInfo['user_title']}} {$GroupInfo['user_title']} {else} {$MemberInfo['user_title']} {/if} {/if} </td> </tr> <tr> <td class="row1" width="20%"> {$lang['register']} : {$MemberInfo['register_date']} </td> </tr> {if {$MemberInfo['bday_year']} != ''} {if {$MemberInfo['bday_year']} != '0'} <tr> <td class="row1" width="20%">{$lang['Birth_date']} : {$MemberInfo['bday_day']}-{$MemberInfo['bday_month']}-{$MemberInfo['bday_year']} </td> </tr> {/if} {/if} {if !empty({$MemberInfo['user_country']})} <tr> <td class="row1" width="20%">{$lang['user_country']} : {$MemberInfo['user_country']} </td> </tr>{/if} <tr> <td class="row1" width="20%">{$lang['user_gender']} : {if {$MemberInfo['user_gender']} == 'm'} <img title="{$lang['gender_m']}" src="{$image_path}/gender_male.gif" /> {else} <img title="{$lang['gender_f']}" src='{$image_path}/gender_female.gif'> {/if} </td> </tr>{if !empty({$MemberInfo['user_website']}) and {$MemberInfo['user_website']} != 'http://'} <tr> <td class="row1" width="20%">{$lang['user_website']} : <a target="_blank" href="{$MemberInfo['user_website']}">{$lang['Visit_my_website']}</a> </td> </tr>{/if} <tr> <td class="row1" width="20%">{$lang['user_time']} : <font class="smallfont"> {$MemberInfo['user_time']} </font> </td> </tr> <tr> <td class="row1" width="20%">{$lang['IsOnline']} : {$status} </td> </tr> {if {$MemberInfo['user_info']} !=''} <tr> <td width="100%" class="row1" align="right"> <fieldset> <legend>{$lang['information_About']} {$MemberInfo['username']}</legend> <?php echo $PowerBB->_CONF['template']['MemberInfo']['user_info'] = wordwrap($PowerBB->_CONF['template']['MemberInfo']['user_info'], '70', "\n", true); ?> </fieldset> </td> </tr> {/if} </table> </div> </div> <div id='friends_table' class='pp-contentbox-back'> <div class="pp-tabclear">{$lang['friends_list']}</div> <div class="borderwrap"> {if {$_CONF['info_row']['active_friend']} == '1'} <table align="center" border="0" cellspacing="1" width="98%"> <tr> <td width="60%" class="tcat" colspan="1"> {$lang['friends']} {$MemberInfo['username']} </td> </tr> <tr> <td width="60%" class="row1"> {if {$No_Friends}} {$lang['nofriends']} {/if} {Des::while}{FriendsList} {if {$_CONF['info_row']['rewriterule']} == '1'} <a href="u{$FriendsList['userid_friend']}.html"> {else} <a href="index.php?page=profile&show=1&id={$FriendsList['userid_friend']}"> {/if} {$FriendsList['username_friend']}</a> , {/Des::while} </td> </tr> <tr> <td class="row1" align="left"> {if {$edit_friend}} <a href="index.php?page=usercp&options=1&friends=1&main=1"> {$lang['edit_friend']} </a> {/if} </td> </tr> </table> {/if} </div> </div> <div id='static_table' class='pp-contentbox-back'> <div class="pp-tabclear">{$lang['static']}</div> <div class="borderwrap"> <table align="center" border="0" cellspacing="1" width="98%"> <tr> <td width="100%" class="row1" align="right"> <?php $PowerBB->_CONF['template']['LastSubject']['title'] = $PowerBB->functions->CleanVariable($PowerBB->_CONF['template']['LastSubject']['title'],'html'); ?> <?php $PowerBB->_CONF['template']['LastSubject']['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['LastSubject']['title']); ?> {if {$MemberInfo['posts']} == '0'} {$lang['user_no_subject']} {else} {$lang['user_last_subject']} <a href="index.php?page=topic&show=1&id={$LastSubject['id']}">{$LastSubject['title']}</a> {/if} </td> </tr> <tr> <td width="100%" class="row1" align="right"> <?php $PowerBB->_CONF['template']['LastReply']['title'] = $PowerBB->functions->CleanVariable($PowerBB->_CONF['template']['LastReply']['title'],'html'); ?> <?php $PowerBB->_CONF['template']['LastReply']['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['LastReply']['title']); ?> {if {$MemberInfo['posts']} == '0'} {$lang['user_no_reply']} {else} {$lang['last_reply_in']} <a href="index.php?page=topic&show=1&id={$LastReply['id']}#{$LastReply['reply_id']}">{$LastReply['title']}</a> {/if} </td> </tr> <tr> <td class="row1" width="20%">{$lang['visitor_num']} : {$MemberInfo['visitor']} </td> </tr> <tr> <td class="row1" width="20%">{$lang['user_invite']} {$MemberInfo['invite_num']} </td> </tr> <tr> <td class="row1" width="20%">{$lang['user_reputation']} : {if {$MemberInfo['reputation']} == '0'} 0 {else} {$MemberInfo['reputation']} {/if} </td> </tr><!-- start_writer_info_thanks --> <tr> <td class="row1" width="20%"> {if {$_CONF['info_row']['post_thanks_show_stats_writer_info']} == '1'} <?php $userid = $PowerBB->_CONF['template']['MemberInfo']['id']; $user_thanks_nm = $PowerBB->DB->sql_num_rows($PowerBB->DB->sql_query("SELECT id FROM " . $PowerBB->prefix."post_thanks" . " WHERE thanks_user_id='$userid'")); ?> {$lang['addons']['Thanked']} <?php echo $user_thanks_nm ?> {/if} </td> </tr> <!-- end_writer_info_thanks --> {if {$MemberInfo['warnings']} != '0' && $MemberInfo['warnings'] != ''} <tr> <td class="row1" width="20%">{$lang['user_warnings']} : {$MemberInfo['warnings']} </td> </tr>{/if} <tr> <td width="100%" class="row1" align="right"> {$lang['user_lastvisit']} : (<?php echo $PowerBB->_CONF['template']['MemberInfo']['lastvisit'] = $PowerBB->functions->date($PowerBB->_CONF['template']['MemberInfo']['lastvisit']); ?>) </td> </tr> {if {$MemberInfo['edit_member']}} <tr> <td width="100%" class="row1" align="right"> <a target="_blank" href="admin.php?page=member&edit=1&main=1&id={$MemberInfo['id']}"> {$lang['edit_member_data']} {$MemberInfo['username']} </a> </td> </tr> {/if} {if {$_CONF['info_row']['active_friend']} == '1'} {if {$dont_shwo_friend} == 3} {if {$is_friend} == 1} <tr> <td width="100%" class="row1" align="right"> <a href="index.php?page=usercp&options=1&friends=1&del=1&id={$friendship_id}"> {$lang['remove_friend_1']} {$MemberInfo['username']} {$lang['remove_friend_2']}</a> </td> </tr> {elseif {$is_friend} == 2} <tr> <td width="100%" class="row1" align="right"> <a href="index.php?page=usercp&options=1&friends=1&add=1&username_friend={$MemberInfo['username']}"> {$lang['add_friend_1']} {$MemberInfo['username']} {$lang['add_friend_2']}</a> </td> </tr> {/if} {/if} {/if} {if {$MemberInfo['Warnings']}} <tr> <td width="100%" class="row1" align="right"> <a href="index.php?page=warn&index=1&id={$MemberInfo['id']}"> {$lang['user_send_warning']} {$MemberInfo['username']} </a> </td> </tr> {/if} {if {$_CONF['group_info']['onlinepage_allow']} == 1} {if {$Location['user_location']}} <tr> <td width="100%" class="row1" align="right"> {$lang['user_location_']} <a target="_blank" href="index.php?{$Location['path']}">{$Location['user_location']}</a> </td> </tr> {/if} {/if} <tr> <td width="100%" class="row1" align="right"> <fieldset> <legend>{$lang['send_a_message_to']} {$MemberInfo['username']}</legend> <a href="index.php?page=pm_send&send=1&index=1&username={$MemberInfo['username']}"> {$lang['send_a_private_message_to']} {$MemberInfo['username']} </a> <?php if (!$PowerBB->_CONF['template']['MemberInfo']['send_allow']== 0 OR $PowerBB->_CONF['template']['_CONF']['rows']['group_info']['admincp_allow']) { ?> <a href="index.php?page=send&member=1&index=1&id={$MemberInfo['id']}"> {$lang['send_a_message_to_the_mailing']} {$MemberInfo['username']} </a> {/if} </fieldset> </td> </tr> <tr> <td width="100%" class="row1" align="right"> <fieldset> <legend>{$lang['user_subjects_and_replys']}</legend> {$lang['posts']} : {$MemberInfo['posts']} <a href="index.php?page=search&option=3&username={$MemberInfo['username']}&starteronly=0§ion=all&exactname=1&sort_order=DESC"> {$lang['user_search_subjects']} {$MemberInfo['username']} </a> <a href="index.php?page=search&option=4&username={$MemberInfo['username']}&starteronly=0§ion=all&exactname=1&sort_order=DESC"> {$lang['user_search_replys']} {$MemberInfo['username']} </a> </fieldset> </td> </tr> {if {$_CONF['rows']['member_row']['username']} == {$MemberInfo['username']}} <tr> <td width="100%" class="row1" align="right"> <fieldset> <legend>{$lang['inviteyuorfrinds']}</legend> <font class="smallfont"> {$lang['linkinviteit']} <input name="linkinviteit" value="<?php echo $PowerBB->functions->GetForumAdress() ?>register.html&agree=1&invite={$MemberInfo['id']}" size="80" type="text" dir="ltr"> </font> </fieldset> </td> </tr> {/if} </table> </div> </div> <!-- / My Stuff --> <!-- / MAIN TABLE --> </td> </tr> </table> <script type='text/javascript'> function ShowstuffVisitorMessagesTable() { if ($("#pp-content-visitor_messages").click) { $("#visitor_messages_table").fadeIn(); $("#friends_table").hide(); $("#information_table").hide() $("#static_table").hide() document.getElementById('pp-content-visitor_messages').className="pp-tabon"; document.getElementById('pp-content-tab-friends').className="pp-taboff"; document.getElementById('pp-content-tab-information').className="pp-taboff"; document.getElementById('pp-content-tab-static').className="pp-taboff"; } else { $("#visitor_messages_table").fadeOut(); } } function ShowstuffInformationTable() { if ($("#pp-content-tab-information").click) { $("#static_table").hide() $("#information_table").fadeIn(); $("#visitor_messages_table").hide(); $("#friends_table").hide(); document.getElementById('pp-content-tab-information').className="pp-tabon"; document.getElementById('pp-content-visitor_messages').className="pp-taboff"; document.getElementById('pp-content-tab-friends').className="pp-taboff"; document.getElementById('pp-content-tab-static').className="pp-taboff"; } else { $("#information_table").fadeOut(); } } function ShowstuffFriendsTable() { if ($("#pp-content-tab-friends").click) { $("#friends_table").fadeIn(); $("#visitor_messages_table").hide(); $("#information_table").hide(); $("#static_table").hide() document.getElementById('pp-content-tab-friends').className="pp-tabon"; document.getElementById('pp-content-visitor_messages').className="pp-taboff"; document.getElementById('pp-content-tab-information').className="pp-taboff"; document.getElementById('pp-content-tab-static').className="pp-taboff"; } else { $("friends_table").fadeOut(); } } function ShowstuffStaticTable() { if ($("#pp-content-tab-static").click) { $("#static_table").fadeIn(); $("#friends_table").hide(); $("#information_table").hide() $("#visitor_messages_table").hide(); document.getElementById('pp-content-tab-static').className="pp-tabon"; document.getElementById('pp-content-visitor_messages').className="pp-taboff"; document.getElementById('pp-content-tab-friends').className="pp-taboff"; document.getElementById('pp-content-tab-information').className="pp-taboff"; } else { $("#static_table").fadeOut(); } } function Ready() { $("#pp-content-visitor_messages").click(ShowstuffVisitorMessagesTable); document.getElementById('pp-content-visitor_messages').className="pp-tabon"; $("#pp-content-tab-information").click(ShowstuffInformationTable); $("#information_table").hide(); $("#pp-content-tab-friends").click(ShowstuffFriendsTable); $("#friends_table").hide(); $("#pp-content-tab-static").click(ShowstuffStaticTable); $("#static_table").hide(); } $(document).ready(Ready); </script>
-
-
[مجابه] تغير حجم الرمزيه في الملف الشخصي25-11-2011 11:35 مساءً [6]
-
ميدو المصريمعلومات الكاتبالأعضاءعضـو بـارز
- انضم في :
- 20-10-2011
- رقم العضوية :
- 1891
- المشاركات :
- 1381
- الدولة :
- ام الدنيا
- الجنس:
- تاريخ الميلاد :
- 3-1-1993
- الدعوات:
- 3
- قوة السمعة:
- 8644
- موقعي:
- زيارة موقعي
-
للرفع

-
-
[مجابه] تغير حجم الرمزيه في الملف الشخصي26-11-2011 01:49 صباحاً [7]
-
نجم الويبمعلومات الكاتبالأعضاءعضو سوبر ستار
- انضم في :
- 23-07-2010
- رقم العضوية :
- 599
- المشاركات :
- 3734
- الدولة :
- أمي اليمن
- الجنس:
- تاريخ الميلاد :
- 4-3-1987
- الدعوات:
- 1
- قوة السمعة:
- 8237
- موقعي:
- زيارة موقعي
-
القالب الذي حطيته هنا اعتقد انه يحتوي على تعديلات او انه قالب قديم عموما انا قمت بوضع التعديل عليه وايضا حطيت لك قالب اخر من الاستايل الافتراضي بالتعديل
لا تنسى التعديل على ملف css
وايضا بعد رفع القالب واستبدالة قم بحذف الملفات المؤقتة للاستايل من لوحة التحكم
-
-
[مجابه] تغير حجم الرمزيه في الملف الشخصي26-11-2011 01:13 مساءً [8]
-
ميدو المصريمعلومات الكاتبالأعضاءعضـو بـارز
- انضم في :
- 20-10-2011
- رقم العضوية :
- 1891
- المشاركات :
- 1381
- الدولة :
- ام الدنيا
- الجنس:
- تاريخ الميلاد :
- 3-1-1993
- الدعوات:
- 3
- قوة السمعة:
- 8644
- موقعي:
- زيارة موقعي
-
الف شكر ليك ياصحبي وتم الحل الحمد لله تعالي
بارك الله فيك
-
-
[مجابه] تغير حجم الرمزيه في الملف الشخصي27-11-2011 11:54 صباحاً [9]
-
isma3elianoمعلومات الكاتبالأعضاءعضـو ستـار
- انضم في :
- 03-11-2009
- رقم العضوية :
- 188
- المشاركات :
- 2152
- الدولة :
- مصر Egypt
- الجنس:
- تاريخ الميلاد :
- 26-10-1994
- الدعوات:
- 4
- قوة السمعة:
- 5518
- موقعي:
- زيارة موقعي
-
السلام عليكم ورحمة الله وبركاته ،،
تم غلق الموضوع لأحد الأسباب التالية:
- تم حل المشكلة والحمدلله.
- بقاء الموضوع لمدة 3 أيام بدون الرد عليه أو وجود إشارة تدل على رجوع العضو إليه.
- لا يوجد حل لهذه المشكلة (إذا وجد الحل سوف يتم إعادة فتح الموضوع).
بإمكانك بدأ موضوع جديد أو مراسلة أحد المشرفين إن كنت متأكد من رغبتك في الإستمرار .
إدارة المنتديات،، - تم حل المشكلة والحمدلله.
-
-