أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

شرح كيفية إظهار إسم العضو فقط في المشاركات جربت التعديل علي عدد الحروف قبل التفاف النص ول

جربت التعديل علي عدد الحروف قبل التفاف النص ولم يتغير شيئ والقالب الذي اريد التعديل عليه هوwriter_info2 الذي حدثتني عنه اريد جعل الصورة الشخصية اقصي



look/images/icons/i1.gif شرح كيفية إظهار إسم العضو فقط في المشاركات
  15-09-2015 07:44 صباحاً  
معلومات الكاتب ▼
انضم في : 30-07-2015
رقم العضوية : 6,182
المشاركات : 106
الدولة : مصر
الجنس :
تاريخ الميلاد : 2-8-1997
قوة السمعة : 160
موقعي : زيارة موقعي
جربت التعديل علي عدد الحروف قبل التفاف النص ولم يتغير شيئ
والقالب الذي اريد التعديل عليه هو writer_info2 الذي حدثتني عنه
اريد جعل الصورة الشخصية اقصي اليمين واسم العضو ولقبه اقصي اليسار وتوسيط التوقيع لان شكل القالب الحالي سيئ للغاية مع ملاحظة اني اعرض بيانات العضو في الردود والمواضيع بشكل افقي
محتوي القالب
CODE
<table width="100%" border="0" cellpadding="3px">
<tr>
<td width="150px" valign="top" align="center">
<div class="UserPhoto_large" align="center" style="width:120px;height:120px;padding:5px;margin:0 auto;border:1px solid #dddddd">
{if {$_CONF['info_row']['allow_avatar']} == '1'}
{if {$ReplierInfo['avater_path']} != ''}
<a href="{$ReplierInfo['avater_path']}" rel="facebox">
<img src="{$ReplierInfo['avater_path']}" border="0" title="{$lang['Picture']} {$ReplierInfo['username']} {$lang['Personal']}" alt="{$lang['Picture']}{$ReplierInfo['username']}{$lang['Personal']}" width="120px" height="120px" /></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']}"  />
</a>
{/if}
{/if}
</div>
</td>
<td valign="top" width="200px" align="center">
<!-- Code switch Menu start -->
<ul class="writer_controls">
<li>
{if {$ReplierInfo['username']} !=''}
<a href="javascript:switchMenuNone('menu_{$Info['id']}')" class="Button_secondary">
{$ReplierInfo['display_username']}
<img border="0" alt="menu_open" src="{$image_path}/menu_open.gif" /></a>
{else}
<b class="Button_secondary" >{$lang['Guest_']}</b>
{/if}
</li>
</ul>
<div style="display:none;" class="drop_menu" id="menu_{$Info['id']}">
<div class="thead">
{if {$ReplierInfo['username']} !=''}
<a href="index.php?page=profile&show=1&id={$ReplierInfo['id']}">
{$ReplierInfo['display_username']}</a>
{else}
<b>{$lang['Guest_']}</b>
{/if}
</div>
<div class="menu_popup">
<a href="index.php?page=profile&show=1&id={$ReplierInfo['id']}">
{$lang['view_profile']}
{if {$_CONF['info_row']['enable_view_likes_writer_info']}}
</a>
</div>
<div class="menu_popup">
<a href="index.php?page=likes&user={$ReplierInfo['id']}">
{$lang['view_user_top_likes']} {$lang['view_likes']}
{/if}
</a>
</div>
<div class="menu_popup">
<a href="index.php?page=search&option=3&username={$ReplierInfo['username']}&starteronly=0&section=all&exactname=1&sort_order=DESC">
{$lang['search_for_all_posts']}
{$ReplierInfo['username']}</a>
</div>
<div class="menu_popup">
<a href="index.php?page=search&option=4&username={$ReplierInfo['username']}&starteronly=0&section=all&exactname=1&sort_order=DESC">
{$lang['search_for_all_replys']}
{$ReplierInfo['username']}</a>
</div>
{if {$_CONF['member_permission']}}
<div class="menu_popup">
<a href="index.php?page=pm_send&send=1&index=1&username={$ReplierInfo['username']}">
{$lang['send_a_private_message_to']}
{$ReplierInfo['username']} </a>
</div>
{/if}
{if {$_CONF['member_permission']}}
<div class="menu_popup">
<a href="index.php?page=send&member=1&index=1&id={$ReplierInfo['id']}">
{$lang['send_a_message_to_the_mailing']}
{$ReplierInfo['username']} </a>
</div>
{/if}
{if {$mod_edit_member}}
{if {$_CONF['member_permission']}}
<div class="menu_popup">
<a target="_blank" href="{$admincpdir}?page=member&edit=1&main=1&id=
{$ReplierInfo['id']}">
{$lang['edit_member_data']}
{$ReplierInfo['username']} </a>
</div>
{/if}
{/if}
<div class="menu_popup">
{if !{$admin_mod_toolbar}}
<a title="{$lang['send_warn_to_mem']}
{$ReplierInfo['username']}"href="index.php?page=warn&index=1&id={$ReplierInfo['id']}"><img title="{$lang['send_warn_to_mem']}
{$ReplierInfo['username']}" border="0" alt="{$lang['send_warn_to_mem']}"
src="{$image_path}/warn.png" /></a>
{/if}
{if {$_CONF['rows']['group_info']['admincp_allow']}}
{if {$ReplierInfo['member_ip']} != ''}
  <img title="{$lang['user_IP']}:
{$ReplierInfo['member_ip']}" alt="User IP" border="0" src="{$image_path}/ip.gif" />
{/if}
{/if}
</div>
</div>
<!-- Code switch Menu End -->
<!-- action_find_addons_1 -->
{if {$ReplierInfo['username']} !=''}
<div align="center">
<b>
{if {$GroupInfo['usertitle_change']} == 1}
{if {$Usertitle} != ''}
{$Usertitle}
{else}
{$ReplierInfo['user_title']}
{/if}
{else}
{if !{$ReplierInfo['user_title']}}
{$GroupInfo['user_title']}
{else}
{$ReplierInfo['user_title']}
{/if}
{/if}
</b>
</div>
{if {$RatingInfo['posts']} > {$ReplierInfo['posts']}}
{if {$RatingInfo['rating']} != 'look/images/rating/rating_0.gif'}
<div align="center" style="margin-top:10px">
<img border="0" alt="rating" src="{$RatingInfo['rating']}">
</div>
{/if}
{/if}
{/if}
<div align="center" style="margin-top:10px">
<!-- {$lang['Case']} : -->
{$status}
</div>
{if {$_CONF['info_row']['allow_apsent']} == '1'}
{if {$ReplierInfo['away']}}
<br />
<fieldset>
<legend><font class="smallfont">{$lang['user_Absent']}</font></legend>
<font class="smallfont">
{$ReplierInfo['away_msg']}
</font>
</fieldset>
{/if}
{/if}
<!-- action_find_addons_8 -->
</td>
<td>
<!-- action_find_addons_7 -->
</td>
<td align="center" valign="top" width="180px">
<!-- action_find_addons_5 -->
{if {$Awards_nm} > '0'}
<div style="width:180px;height:150px;overflow-x: hidden; overflow-y: scroll; ">
{template}awards{/template}
</div>
{/if}
</td>
<td align="center" valign="top" width="200px">
<!-- action_find_addons_6 -->
{if !{$Info['reply_id']}}
{if {$_CONF['info_row']['show_list_last_5_posts_member']} == 1}
{template}last_subject_writer{/template}
{/if}
{/if}
</td>
<td valign="top" width="150px">
<!-- action_find_addons_2 -->


تم تحرير المشاركة بواسطة :Mr King بتاريخ:15-09-2015 05:02 مساءً

سبب التعديل : حذف التنسيقات من الكود



الساعة الآن 02:02 AM