- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
عايز حل للمشكله دي
-
-
عايز حل للمشكله دي21-07-2017 02:19 صباحاً
-
عبدالاله الهذليمعلومات الكاتبعضو
- انضم في :
- 23-08-2016
- رقم العضوية :
- 6837
- المشاركات :
- 507
- الدولة :
- المملكة العربية السعودية
- الجنس:
- تاريخ الميلاد :
- 17-9-1999
- الدعوات:
- 2
- قوة السمعة:
- 1090
-
اجل المشكلة شكلها من قالب writer_info
هل قمت بتعديل عليه ؟
تفضل القالب الخاص بـ أستايل ماتين2 نسخ 3.0.2
CODE<!-- 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']} </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> <!-- Code switch Menu End --> <!-- action_find_addons_1 --> {if {$ReplierInfo['username']} !=''} <div class="writer_info" align="center"> {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} </div> <div class="writer_info" align="center"> <img border="0" alt="rating" src="{$RatingInfo['rating']}" /> </div> {/if} <div class="writer_info" align="center"> <div class="UserPhoto_large" align="center"> {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']}" 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> </div> <!-- action_find_addons_2 --> <?php $PowerBB->functions->get_hooks_template("writer_info_top")?> {if {$ReplierInfo['username']} !=''} <div class="writer_info" align="right"> {$lang['user_num']} : {$ReplierInfo['id']} </div> <div class="writer_info" align="right"> {$lang['Case']} : {$status} </div> <div class="writer_info" align="right"> {$lang['posts']} : {$ReplierInfo['posts']} </div> {if {$_CONF['info_row']['bank_allow']} == '1'} <div class="" align="right"> </div> {/if} {if {$_CONF['info_row']['bank_allow']} == '1'} <div class=" align="right"> </div> {/if} {if {$ReplierInfo['user_country']} != ''} <div class="writer_info" align="right"> {$lang['user_country']} : {$ReplierInfo['user_country']} </div> {/if} <div class="writer_info" align="right"> {$lang['user_gender']} : {if {$ReplierInfo['user_gender']} == m} <img title="{$lang['gender_m']}" alt="{$lang['gender_m']}" src="{$image_path}/gender_male.gif" /> {else} <img title="{$lang['gender_f']}" alt="{$lang['gender_f']}" src="{$image_path}/gender_female.gif" /> {/if} </div> {if {$ReplierInfo['bday_year']} != ''} {if {$ReplierInfo['bday_year']} != '0'} <div class="writer_info" align="right"> {$lang['Birth_date']}: {$ReplierInfo['bday_day']}-{$ReplierInfo['bday_month']}-{$ReplierInfo['bday_year']} </div> {/if} {/if} {if {$ReplierInfo['visitor']} != ''} <div class="writer_info" align="right"> {$lang['visitor_num']} : {$ReplierInfo['visitor']} </div> {/if} {if {$ReplierInfo['invite_num']} != '0'} <div class="writer_info" align="right"> {$lang['Invites']} : {$ReplierInfo['invite_num']} </div> {/if} {if {$ReplierInfo['warnings']} > 0} <div class="writer_info" align="right"> {$lang['user_warnings']} : {$ReplierInfo['warnings']} </div> {/if} {if {$ReplierInfo['reputation']} != ''} <div class="writer_info" align="right"> الميرو : {$ReplierInfo['reputation']} </div> <!-- action_find_addons_3 --> {/if} {if !empty({$ReplierInfo['user_website']}) and {$ReplierInfo['user_website']} != 'http://'} <div class="writer_info" align="right"> {$lang['UserWebsite']} : <?php if (strstr($PowerBB->_CONF['template']['ReplierInfo']['user_website'],'http://')) { ?> <a target="_blank" href="{$ReplierInfo['user_website']}">{$lang['Visit_my_website']}</a> <?php }else{ ?> <a target="_blank" href="http://{$ReplierInfo['user_website']}">{$lang['Visit_my_website']}</a> {/if} </div> {/if} {if is_array({$while['extrafield']})==true } {Des::while}{extrafield} <?php if( $PowerBB->_CONF['template']['ReplierInfo'][ $PowerBB->_CONF['template']['while']['extrafield'][$this->x_loop]['name_tag'] ]!='' ){ ?> <div class="writer_info" align="right"> {$extrafield['name']} : <?php $PowerBB->_CONF['template']['ReplierInfo'][ $PowerBB->_CONF['template']['while']['extrafield'][$this->x_loop]['name_tag'] ] = $PowerBB->functions->CleanVariable($PowerBB->_CONF['template']['ReplierInfo'][ $PowerBB->_CONF['template']['while']['extrafield'][$this->x_loop]['name_tag'] ],'html'); ?> <?php echo $PowerBB->_CONF['template']['ReplierInfo'][ $PowerBB->_CONF['template']['while']['extrafield'][$this->x_loop]['name_tag'] ] ?> </div> <?php }else{ ?> <?php } ?> {/Des::while} {/if} {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} {if {$_CONF['info_row']['allow_apsent']} == '1'} {if {$ReplierInfo['away']}} <fieldset> <legend><font class="smallfont">{$lang['user_Absent']}</font></legend> <font class="smallfont"> {$ReplierInfo['away_msg']} </font> </fieldset> {/if} {/if} <!-- action_find_addons_4 --> <?php $PowerBB->functions->get_hooks_template("writer_info_down")?> {if {$Awards_nm} > '0'} {template}awards{/template} {/if} {if !{$Info['reply_id']}} {if {$_CONF['info_row']['show_list_last_5_posts_member']} == 1} {template}last_subject_writer{/template} {/if} {/if} {/if}
الساعة الآن 04:32 PM