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

ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard


الصفحة 2 من 6
5

look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  11-02-2017 03:01 صباحاً   [49]
m_rezk2000
معلومات الكاتب
سلمت يداك استايل رائع

look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  26-04-2017 01:51 مساءً   [50]
Blaugrana-dz
معلومات الكاتب
السلام عليكم...

ألف شكر أخي سليمان على هذا الستايل...

حقيقة ستايل جذاب و جد رائع ...

بارك الله فيك

look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  03-05-2017 08:03 مساءً   [51]
Jawad Alghamdi
معلومات الكاتب
هل استطيع اخفاء اللون الأخضر من قائمة الاختيارات لأنه يتلخبط الشكل فيه

تم تحرير المشاركة بواسطة :Jawad Alghamdi بتاريخ:03-05-2017 08:03 مساءً


look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  03-05-2017 10:02 مساءً   [52]
Soliman
معلومات الكاتب
المشاركة الأصلية كتبت بواسطة: Jawad Alghamdi هل استطيع اخفاء اللون الأخضر من قائمة الاختيارات لأنه يتلخبط الشكل فيه

للإلغاء اختيار اللون الأخضر

افتح قالب : main_bar

وامسح

CODE
​<li class="color-green"><a href="index.php?page=chooseStyle" onclick="chooseStyle('green')" title="أخضر"></a></li>


look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  06-05-2017 08:44 مساءً   [53]
ريماس منجى
معلومات الكاتب
يسلمووووووووووووووووو

look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  26-06-2017 01:34 مساءً   [54]
Soliman
معلومات الكاتب
المشاركة الأصلية كتبت بواسطة: عبدالله سامي يسعدنى اكون اول رد على الموضوع واول تجربة للستايل واول شكرا للمصمم

واول تسلم ايدك





تم التركيب بنجاح

شبكة ومنتديات رواد الحماية



لكن اريد عرض معلومات كاتب الموضوع بشكل افقي



المشاركة الأصلية كتبت بواسطة: عبدالله سامي في انتظار الستايل جاهز بقائمة جانبية لبيانات الكاتب




تفضل هذه القوالب المعدلة بشكل صحيح لجعل معلومات الكاتب بشكل عمودية لاستايل أوركيد


1- قالب writer_info

CODE

<script type="text/javascript">
$(document).ready(function(){
$("#emenu_{$Info['id']}_{$Info['reply_id']}").click(function(){
$(this).next("#menue_{$Info['id']}_{$Info['reply_id']}").slideToggle("slow");
})

  $('.text').click(function(){
    $("#menue_{$Info['id']}_{$Info['reply_id']}").hide("fast");
    $("#menue_{$Info['id']}_{$Info['reply_id']}").css('display', 'none');
    })

});
</script>
<!-- table --><div class="writers_info">
<div style="vertical-align: top;" class="center_text_align">
<div class="UserPhoto_large center_text_align">
{if {$_CONF['info_row']['allow_avatar']} == '1'}
{if {$ReplierInfo['avater_path']} != ''}
<a rel="nofollow" href="index.php?page=profile&amp;show=1&amp;id={$ReplierInfo['id']}">
<img src="{$ReplierInfo['avater_path']}" class="brd0" title="{$lang['Picture']} {$ReplierInfo['username']} {$lang['Personal']}" alt="{$lang['Picture']}{$ReplierInfo['username']}{$lang['Personal']}" />
</a>
{else}
<a rel="nofollow" href="index.php?page=profile&amp;show=1&amp;id={$ReplierInfo['id']}">
<img src="{$image_path}/
{$_CONF['info_row']['default_avatar']}" class="brd0" alt="{$lang['no_photo']}" title="{$lang['no_photo']}"  />
</a>
{/if}
{/if}
</div>
</div>
<div>
<!-- Code switch Menu start -->
<div id="emenu_{$Info['id']}_{$Info['reply_id']}">
{if {$ReplierInfo['username']} !=''}
<b class="bigusername">{$ReplierInfo['username']}</b>
{else}
<b class="bigusername">{$lang['Guest_']}</b>
{/if}
</div>
<div class="border pkr pkr-b" style="display:none;position: absolute;z-index: 999999;" id="menue_{$Info['id']}_{$Info['reply_id']}">
<div class="thead pkr pkr-b">
{if {$ReplierInfo['username']} !=''}
<a href="index.php?page=profile&amp;show=1&amp;id={$ReplierInfo['id']}">
{$ReplierInfo['display_username']}</a>
{else}
<b>{$lang['Guest_']}</b>
{/if}
</div>
<div class="row1 pkr">
<a rel="nofollow" href="index.php?page=profile&amp;show=1&amp;id={$ReplierInfo['id']}">
{$lang['view_profile']}
</a>
</div>
<div class="row1 pkr">
<a href="index.php?page=search&amp;option=3&amp;username={$ReplierInfo['username']}&amp;starteronly=0&amp;section=all&amp;exactname=1&amp;sort_order=DESC">
{$lang['search_for_all_posts']}
{$ReplierInfo['username']}</a>
</div>
<div class="row1 pkr">
<a href="index.php?page=search&amp;option=4&amp;username={$ReplierInfo['username']}&amp;starteronly=0&amp;section=all&amp;exactname=1&amp;sort_order=DESC">
{$lang['search_for_all_replys']}
{$ReplierInfo['username']}</a>
</div>
{if {$_CONF['member_permission']}}
<div class="row1 pkr">
<a href="index.php?page=pm_send&amp;send=1&amp;index=1&amp;username={$ReplierInfo['username']}">
{$lang['send_a_private_message_to']}
{$ReplierInfo['username']} </a>
</div>
{/if}
{if {$_CONF['member_permission']}}
<div class="row1 pkr">
<a href="index.php?page=send&amp;member=1&amp;index=1&amp;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="row1 pkr">
<a target="_blank" href="{$admincpdir}?page=member&amp;edit=1&amp;main=1&amp;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="smallfont center_text_align">
{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>
{if {$RatingInfo['posts']} > {$ReplierInfo['posts']}}
{if {$RatingInfo['rating']} != 'look/images/rating/rating_0.gif'}
<div class="center_text_align" style="margin-top:10px">
<img class="brd0" alt="rating" src="{$RatingInfo['rating']}" />
</div>
{/if}
{/if}
{/if}
<!-- action_find_addons_8 -->
</div>
<div>
<!-- action_find_addons_7 -->
</div>
<div style="border: 1px solid #C2C2C2">
<!-- action_find_addons_2 -->
{get_hook}writer_info_top{/get_hook}
{if {$ReplierInfo['username']} !=''}
<div class="w_toggle" title="{$lang['information_writer']}">
<i class="w_toggle_writer fa fa-toggle-on fa-1x"><span class="w_writer"> {$lang['information_writer']} ▼</span></i>
</div>
<div class="writer_info right_text_align">
{$lang['join_date']} :
{$ReplierInfo['register_date']}
</div>
<div class="writer_info right_text_align">
{$lang['user_num']} :
{$ReplierInfo['id']}
</div>
<div class="writer_info right_text_align">
{$lang['posts']} :
{$ReplierInfo['posts']}
</div>
{if {$ReplierInfo['user_country']} != ''}
<div class="writer_info right_text_align">
{$lang['user_country']} :
{$ReplierInfo['user_country']}
</div>
{/if}
<div class="writer_info right_text_align">
{$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 right_text_align">
{$lang['Birth_date']} :
{$ReplierInfo['bday_day']}-{$ReplierInfo['bday_month']}-{$ReplierInfo['bday_year']}
</div>
{/if}
{/if}
{if {$ReplierInfo['invite_num']} != '0'}
<div class="writer_info right_text_align">
{$lang['Invites']} :
{$ReplierInfo['invite_num']}
</div>
{/if}
{if {$ReplierInfo['warnings']} > 0}
<div class="writer_info right_text_align">
{$lang['user_warnings']} :
{$ReplierInfo['warnings']}
</div>
{/if}
{if {$ReplierInfo['reputation']} != ''}
<div class="writer_info right_text_align">
{$lang['user_reputation']} :
{$ReplierInfo['reputation']}
</div>
<!-- action_find_addons_3 -->
{/if}
{if !empty({$ReplierInfo['user_website']}) and {$ReplierInfo['user_website']} != 'http://'}
<div class="writer_info right_text_align">
{$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 right_text_align">
{$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}
<!-- action_find_addons_5 -->
{if {$Awards_nm} > '0'}
<div>

<div class="user_awards">
{template}awards{/template}
</div>
</div>
{/if}
<div class="center_text_align">
<!-- 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}
</div>
<!-- action_find_addons_4 -->
{get_hook}writer_info_down{/get_hook}
</div>
{/if}
<!-- action_find_addons_6 -->
{if {$_CONF['info_row']['allow_apsent']} == '1'}
{if {$ReplierInfo['away']}}
<div class="w_absent">
<fieldset class="pkr-b">
<legend class="pkr-b"><span class="smallfont">{$lang['user_Absent']}</span></legend>
<span class="smallfont">
{$ReplierInfo['away_msg']}
</span>
</fieldset>
</div>
{/if}
{/if}
</div>
<div class="center_text_align" style="margin-top:3px">
<!--    {$lang['Case']} : -->
{$status}

{if !{$admin_mod_toolbar}}
<a title="{$lang['send_warn_to_mem']}
{$ReplierInfo['username']}" href="index.php?page=warn&amp;index=1&amp;id={$ReplierInfo['id']}"><img class="brd0" 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" class="brd0" src="{$image_path}/information.png" />
{/if}
{/if}
</div>
<!-- /table -->








2- قالب show_subjec

CODE

<!-- action_find_addons_1 -->
{template}show_subject_information{/template}
<!-- table --><div style="width:98%; border-spacing:1px;" class="table mrgTable TmpPost" onclick="switchBlock('Options_mods')">
<dl class="center_text_align">
<dt></dt>
<dd class="thead3" style="vertical-align:top; width:172px;">{$lang['information_writer']}</dd>
<dd class="thead3">
<div class="r-right">
<img src="{$Info['icon']}" alt="subject icon" />
<span dir="{$_CONF['info_row']['content_dir']}">
{$Info['prefix_subject']}
</span>
<a href="index.php?page=topic&amp;show=1&amp;id={$subject_id}">
{$subject_title}
</a>
</div>
<div class="l-left">
{$Info['native_write_time']}
</div>
</dd>
</dl>
<dl class="center_text_align">
<dt></dt>
<dd class="row5" style="vertical-align:top; width:172px;">
<div onclick="switchBlock('menu_{$Info['id']}');">
{template}writer_info{/template}
</div>
</dd>
<dd class="tbar_writer_info special_{$Info['special']} wd80 va-t">
{template}add_this{/template}
{if !{$STOP_ADSENSES_TEMPLATE}}
{template}adsense_topic{/template}
{/if}
{get_hook}show_subject_text{/get_hook}
<div class="text">{$Info['text']}</div>
{if {$Info['close_reason']} != '' and {$Info['close']} }


<i>
<span style="color:#FF0000;">
{$lang['reason_for_closure']}
{$Info['close_reason']}
</span>
</i>
{/if}
{if {$Info['attach_subject']}}
{template}attach_show{/template}
{/if}

{if {$Info['action_by']} != ''}


<div class="action_by center_text_align">
<i>
{$lang['action_by_subject']}
{$Info['action_by']}

{$lang['last_date']}
{$Info['actiondate']}
</i>
</div>

{/if}

{if {$Info['reason_edit']} != ''}
<div class="reason_edit">
<b>
{$lang['reason_edit']}
{$Info['reason_edit']}
</b>
</div>

{/if}
{get_hook}show_subject_down_text{/get_hook}
{if {$Info['user_sig']} != ''}
{template}signature_show{/template}
{/if}
</dd>
</dl>
<dl class="center_text_align">
<dt></dt>
<dd class="row1"></dd>
<dd class="row1">
<!-- table --><div style="width:100%; border-collapse: collapse;" class="table">
<dl>
<dt></dt>
<dd>
<div class="r-right">
{if {$_CONF['member_permission']}}
{if {$ReplierInfo['username']}}
{if {$_CONF['member_row']['username']} != {$ReplierInfo['username']}}
{if {$_CONF['info_row']['reputationallw']} == 1}
<a href="javascript:switchMenuNone('{$subject_id}reputation')"
title="{$lang['add_reputation_to']}
{$ReplierInfo['username']}">
<img class="brd0" alt="{$lang['add_reputation_to']}
{$ReplierInfo['username']}"
src="{$image_path}/reputation.gif" />
</a>
{template}subject_reputation{/template}
{/if}
{/if}
{/if}
<a title="{$lang['reporting_for_post']}"
href="index.php?page=report&amp;index=1&amp;subject_id={$subject_id}">
<img alt="{$lang['reporting_for_post']}"
class="brd0" src="{$image_path}/report.gif" />
</a>
{/if}
<!-- like facebook -->
{if {$_CONF['info_row']['active_like_facebook']} == '1'}
<span class="addthis_toolbox addthis_default_style">
<a style="border-bottom:none" class="addthis_button_facebook_like"></a>
<a style="border-bottom:none" class="addthis_button_tweet"></a>
</span>
<script type="text/javascript">
var addthis_config = {"data_track_clickback":true};
</script>
<script type="text/javascript" src="{$ForumAdress}includes/js/addthis_widget.js#username=
{$_CONF['info_row']['use_list']}"></script>
{/if}
<!-- / like facebook -->
<!-- action_find_addons_2 -->
</div>
<div class="l-left">
<!-- action_find_addons_3 -->
<ul class="post_controls">
{if {$_CONF['member_permission']}}
{if !{$mod_toolbar}}
<li>
<a title="{$lang['edit_subject']}"
href="index.php?page=management&amp;subject=1&amp;section={$Info['section']}&amp;subject_id={$subject_id}&amp;operator=edit" class="Button_secondary">
{$lang['edit_subject']}
</a>
</li>
<li>
<a href="index.php?page=management&amp;subject=1&amp;section={$Info['section']}&amp;subject_id={$subject_id}&amp;operator=delete"
title="{$lang['delete_subject']}" class="Button_secondary">
{$lang['delete_subject']}
</a>
</li>
{else}
{if {$Info['close']} == '0'}
{if {$timeout}}
{if {$_CONF['member_row']['username']} == {$Info['username']}}
{if {$_CONF['group_info']['edit_own_subject']}}
<li>
<a title="{$lang['edit_subject']}"
href="index.php?page=management&amp;subject=1&amp;section={$Info['section']}&amp;subject_id={$subject_id}&amp;operator=edit" class="Button_secondary">
{$lang['edit_subject']}
</a>
</li>
{/if}
{if {$_CONF['group_info']['del_own_subject']}}
<li>
<a href="index.php?page=management&amp;subject=1&amp;section={$Info['section']}&amp;subject_id={$subject_id}&amp;operator=delete"
title="{$lang['delete_subject']}" class="Button_secondary">
{$lang['delete_subject']}
</a>
</li>
{/if}
{/if}
{/if}
{/if}
{/if}
{/if}
<li>
<a href="index.php?page=new_reply&amp;index=1&amp;id={$subject_id}{$password}
&amp;qu_Subject={$subject_id}&amp;
user={$Info['username']}" title="{$lang['qu_subject']}" class="Button_secondary">
{$lang['quote']}
</a>
</li>
<li>
<?php $post_id = $PowerBB->_CONF['template']['subject_id']; ?>
<a class="img-submit" id="mad_<?php echo "$post_id"; ?>" name="mad_<?php echo "$post_id"; ?>" onclick="multiquote_add(<?php echo "$post_id"; ?>); return false;" href="#">
{$lang['multiquote']}
</a>
</li>
<!-- action_find_addons_4 -->
</ul>
</div>
</dd>
</dl>
</div><!-- /table -->
</dd>
</dl>
</div><!-- /table -->
{Des::while}{AdsensesList}
{if {$AdsensesList['down_topic']} == '1'}
<div class="center_text_align">
{$AdsensesList['adsense']}

</div>
{/if}
{/Des::while}
<!-- action_find_addons_5 -->









3- قالب show_reply



CODE

{Des::while}{AdsensesList}
{if {$AdsensesList['between_replys']} == '1'}
<div class="center_text_align">
{$AdsensesList['adsense']}

</div>
{/if}
{/Des::while}
<!-- table -->
<div style="width:98%; border-spacing:1px;" class="table mrgTable TmpPostreply">
<dl class="center_text_align">
<dt></dt>
<dd class="thead3" style="vertical-align:top; width:172px;">
<div class="center_text_align">
{$lang['information_writer']}
</div>
</dd>
<dd class="thead3 wd85">
<div class="r-right">
<img alt="{$Info['icon']}" src="{$Info['icon']}" />
{$subject_title}
</div>
<div class="l-left">
{$Info['write_time']} 
<a title="{$lang['view_single_post']}" href="index.php?page=post&amp;show=1&amp;id={$Info['reply_id']}&amp;num={$Info['reply_number']}">
<img class="brd0" src="{$image_path}/open.gif"
alt="{$lang['view_single_post']}" />
</a>
[<a title="{$lang['post']}
({$Info['reply_number']})" name="{$Info['reply_id']}" href="#{$Info['reply_id']}">{$Info['reply_number']}</a>]
{if !{$mod_toolbar}}
<input type="checkbox" name="check[]" value="{$Info['reply_id']}" />
{/if}
</div>
</dd>
</dl>
<dl class="center_text_align">
<dt></dt>
<dd class="row5" style="vertical-align:top; width:172px;">
<div onclick="switchBlock('menu_{$Info['reply_id']}');">
{template}writer_info{/template}
</div>
</dd>
<dd class="tbar_writer_info va-t">
{get_hook}show_reply_text{/get_hook}
<div class="text">{$Info['text']}</div>
{if {$Info['attach_reply']}}
{template}attach_show{/template}
{/if}
{if {$Info['action_by']} != ''}


<div class="action_by center_text_align">
<i>
{$lang['action_by_reply']}
{$Info['action_by']}

{$lang['last_date']}
{$Info['actiondate']}
</i>
</div>

{/if}
{if {$Info['reason_edit']} != ''}
<div class="reason_edit">
<b>
{$lang['reason_edit']}
{$Info['reason_edit']}
</b>
</div>

{/if}
{get_hook}show_reply_down_text{/get_hook}
{if {$ReplierInfo['user_sig']} != ''}
{template}signature_show{/template}
{/if}
</dd>
</dl>
<dl>
<dt></dt>
<dd class="row1 a-center"></dd>
<dd class="row1 a-center">
<!-- table --><div style="width:100%; border-collapse: collapse;" class="table">
<dl>
<dt></dt>
<dd>
<div class="r-right">
{if {$_CONF['member_permission']}}
{if {$ReplierInfo['username']} !=''}
{if {$_CONF['member_row']['username']} != {$ReplierInfo['username']}}
{if {$_CONF['info_row']['reputationallw']} == 1}
<a href="javascript:switchMenuNone('{$Info['reply_number']}replyreputation')"
title="{$lang['add_reputation_to']}
{$ReplierInfo['username']}">
<img class="brd0" alt="{$lang['add_reputation_to']}
{$ReplierInfo['username']}"
src="{$image_path}/reputation.gif" />
</a>
{template}reply_reputation{/template}
{/if}
{/if}
{/if}
<a title="{$lang['reporting_for_post']}"
href="index.php?page=report&amp;index=1&amp;subject_id={$Info['subject_id']}&amp;reply_id={$Info['reply_id']}&amp;count={$count_peg}">
<img alt="{$lang['reporting_for_post']}"
class="brd0" src="{$image_path}/report.gif" />
</a>
{/if}
</div>
<div class="l-left">
<ul class="post_controls">
{if {$_CONF['member_permission']}}
{if !{$mod_toolbar}}
<li>
<a title="{$lang['edit_reply']}"
href="index.php?page=management&amp;reply=1&amp;section={$Info['section']}&amp;subject_id={$Info['subject_id']}&amp;reply_id={$Info['reply_id']}&amp;reply_number={$Info['reply_number']}&amp;count={$count_peg}&amp;operator=edit" class="Button_secondary">
{$lang['edit_reply']}</a>
</li>
<li>
<a href="index.php?page=managementreply&amp;do_replys=1&amp;section={$Info['section']}&amp;subject_id={$Info['subject_id']}&amp;reply_id={$Info['reply_id']}&amp;operator=delete" class="Button_secondary"
title="{$lang['delete_reply']}">
{$lang['delete_reply']}</a>
</li>
{else}
{if {$SubjectInfo['close']} == '0'}
{if {$timeout}}
{if {$_CONF['member_row']['username']} == {$ReplierInfo['username']}}
{if {$_CONF['group_info']['edit_own_reply']}}
<li>
<a title="{$lang['edit_reply']}"
href="index.php?page=management&amp;reply=1&amp;section={$Info['section']}&amp;subject_id={$Info['subject_id']}&amp;reply_id={$Info['reply_id']}&amp;reply_number={$Info['reply_number']}&amp;count={$count_peg}&amp;operator=edit" class="Button_secondary">
{$lang['edit_reply']}
</a>
</li>
{/if}
{if {$_CONF['group_info']['del_own_reply']}}
<li>
<a href="index.php?page=managementreply&amp;do_replys=1&amp;section={$Info['section']}&amp;subject_id={$Info['subject_id']}&amp;reply_id={$Info['reply_id']}&amp;operator=delete" class="Button_secondary"
title="{$lang['delete_reply']}">
{$lang['delete_reply']}
</a>
</li>
{/if}
{/if}
{/if}
{/if}
{/if}
{/if}
<li>
<a href="index.php?page=new_reply&amp;index=1&amp;id={$subject_id}{$password}
&amp;qu_Reply={$Info['reply_id']}&amp;user={$ReplierInfo['username']}" class="Button_secondary"
title="{$lang['qu_reply']}">
{$lang['quote']}
</a>
</li>
<li>
<?php $post_id = $PowerBB->_CONF['template']['Info']['reply_id']; ?>
<a class="img-submit" id="mad_<?php echo "$post_id"; ?>" name="mad_<?php echo "$post_id"; ?>" onclick="multiquote_add(<?php echo "$post_id"; ?>); return false;" href="#">
{$lang['multiquote']}
</a>
</li>
</ul>
</div>
</dd>
</dl>
</div><!-- /table -->
</dd>
</dl>
</div><!-- /table -->





look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  28-06-2017 10:16 صباحاً   [55]
أبو أنس السيوطي
معلومات الكاتب
السلام عليكم ورحمة الله وبركاته

أخي سليمان وفقك الله واعانك

هذا الإستايل أوركيد يعتبر أفضل استايل تم تصميمه احترافي وجذاب

ما شاء الله تبارك الله

لكني أخي لاحظت اشياء أخي في الدخول من الجوال ازعجتني جدا



أهمها

*وصف المنتديات لا يظهر

*ايقونات الهيدر لا تظهر إلا في اللون الأخضر فقط

*الأيقونات بالهيدر مثل الأعضاء و لوحة التحكم ......الخ التي تظهر بعد الدخول لابد أن تضغط طويلا في المكان المتوقع ظهورها لتظهر

*الشريط بالهيدر الذي به الصورة الشخصية والاسم والتنبيه والخروج في كل الألوان جميل في الأخضر الشفافية ضعيفة جدا



*جدول المنتديات ارتفاعه كبير وعرضه صغير جدا

*اسم المنتدى الطويل يترك الأيقونة وينزل تحتهاهذا في اللون الأخضر في باقي الألوان لا يوجد أيقونة ومتجاوب

*الموضوع ان كان عنوانه طويل تجد تكملته فوق كاتب الموضوع



*الإحصائيات بالفوتر (المتواجدين الآن) لا تظهر إلا باللون الاخضر

*الفوتر شريط اخلاء المسؤولية جزء من النص ظاهر وجزء لا

*الروابط اللي بالفوتر الأول كانت تظهر حاليا لا

*الحقوق كما بينت باللون الأخضر فقط



علما بأني كتبت هذه المشاكل الرئيسية فقط بناء على التصفح من أكثر من جهاز وأكثر من متصفح بعد تركيب الاستايل وزيارة الاستايل في أكثر من منتدى وأيضا نفس المشاكل على هذا المنتدى الدعم



تقريبا الاستايل كله مشاكل هو فيه شئ أنا تركته ما خليت ولا ملي هههههه



الله يوفقنا وإياكم

تم تحرير المشاركة بواسطة :أبو أنس السيوطي بتاريخ:28-06-2017 10:36 صباحاً


look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  28-06-2017 11:28 صباحاً   [56]
Soliman
معلومات الكاتب
أخي أبو أنس

- وصف القسم يظهر عند الوقوف على عنوان القسم.

- عنوان الموضوع الطويل يتم اقتصاصه.

- عنوان القسم الطويل يتم اقتصاصه ايضاً.

- الاحصائيات العامة تظهر على شكل بلوك في القائمة الجانبية.

- شريط اخلاء المسؤولية بالفوتر اصلا هو لايظهر عند التصفح بالجوال .

- جدول المنتديات هو جدول يتمدد ويتقلص افقياً بحسب عدد المنتديات وعرض الشاشة وارتفاعه مناسب لما يحتويه من العديد من الخصائص.



علماً استايل أوركيد تم تحديثه بالأمس بعد تنبيهك جزاك الله خير عن عدم ظهور حقوق PBBoard عند التصفح بالجوال

باجراء هذه التعديلات


- اصلاح عدم ظهور حقوق PBBoard عند التصفح بالجوال .

- اصلاح تنسيق تصميم القائمة المنسلة التي تظهر عند النقر على اسم العضو في شريط الهيدر بار في الأعلى عند التصفح بالجوال .

- اظهار نموذج البحث في المنتدى عند التصفح بالجوال .

- توحيد شكل تنسيق CSS لشريط الهيدر بار في جميع الألوان.

- جعل الاستايل باللون الأخضر مطابق بشكله لبقيه الألوان الأخرى.

- اضافة ايقونة icon mobile menu تظهر للمتصفحين عبر الجوال بالنقر عليها تظهر قائمة منسدلة تحتوي على جميع روابط المنتدى التي تم اخفائها من ستايل سطح المكتب.



-------------

ولتطبيق هذه التعديلات على استايل مركب مسبقاً فقط اعد تحميل الاستايل واستبدل مجلد styles/orchid_pro/css

ولإظهار نموذج البحث عند التصفح من الجوال

افتح قالب : main_bar

وابحث عن :
{template}info_bar{/template}

واستبدله بـ :

CODE
<!-- start search 2 -->
<div style="display: inline-block;">

<ul class="s-search">
<li class="ok"></li>
{if {$_CONF['group_info']['search_allow']} == '1'}
<li class="header-search">
<div class="search">
<form name="search" a*ction="index.php?page=search" m*ethod="get">
<i*nput type="hidden" name="page" value="search" />
<i*nput type="hidden" name="start" value="1"/>
<i*nput type="hidden" name="search_only" value="1" />
<i*nput type="hidden" name="sort_order" value="desc" />
<i*nput type="hidden" name="section" value="all" />
<i*nput class="search-box" type="text" name="keyword" id="keyword" value="إبحث عن الموضوع الذي تريده" onfocus="if(this.value=='إبحث عن الموضوع الذي تريده') this.value='';" onblur="if(this.value=='') this.value='إبحث عن الموضوع الذي تريده';" autocomplete="off">
<i*nput class="search-icon" type="submit" name="submit" alt="Search">
</form>
</div>
</li>
{/if}
</ul>
</div>
<!-- end search 2 -->

{template}info_bar{/template}​


-----------------

ثم افتح قالب : header

وابحث عن :
CODE
<ul class="header-menu">


واستبدله بـ :

CODE

<style>
.icon-mobile-men-top-right{
list-style:none;
float:right;
margin:0px;
padding: 0px;
display: none !important;
}
.icon-mobile-men-top-right #icon-mobile-menu a {    
color: #FFFFFF;
font-size: 30px;
font-style: normal; 
font-weight: normal;
position:absolute;     
top: 85px;  
right: 5px;
padding-right: 9px;
}
#flip {
display: none;
position:absolute;     
top: 115px;  
right: -20px;
z-index: 99902;
margin-right: 33px;
background: #F2F2F2;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F2F2F2));
background-image: -webkit-linear-gradient(top, #fff, #F2F2F2);
background-image: -moz-linear-gradient(top, #fff, #F2F2F2);
background-image: -ms-linear-gradient(top, #fff, #F2F2F2);
background-image: -o-linear-gradient(top, #fff, #F2F2F2);
background-image: linear-gradient(top, #fff, #F2F2F2);
box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
border: 1px solid #e4e4e4;
border-radius: 3px;
padding: 1px;
opacity: 1;
width: 200px;
clear:both;
}
#flip li{
list-style:none;    
}
#icon-mobile-menu_menu .element_menu li
{
float:right;
margin-right: -30px;
}
@media screen and (max-width: 680px) {
.icon-mobile-men-top-right{
display: block !important;
}
}
</style>
<script type="text/javascript">
$(document).ready(function(){
    $("#icon-mobile-menu").click(function(){
        $("#flip").slideToggle("slow");
    });
});
</script>
<div class="icon-mobile-men-top-right">
<div id="icon-mobile-menu"><a title="mobile menu" href="#" class="fa fa-bars fa-3x"></a></div>
<div id="flip">
<ul style="display:inline;">
<li class="thead">{$lang['pages']}</li>
<li class='menu_popup'>
<span class="fa fa-arrow-circle-left"></span>
<a href="index.php" title="{$_CONF['info_row']['title']}">
{$lang['forum']}</a></li>
{if {$_CONF['info_row']['active_portal']} == '1'}
<li class='menu_popup'>
<span class="fa fa-arrow-circle-left"></span>
<a href="portal" title="{$lang['portal']}">
{$_CONF['info_row']['title_portal']}</a></li>
{/if}
<li class='menu_popup'>
<span class="fa fa-arrow-circle-left"></span>
<a href="whats_new" title="{$lang['latest_reply']}">{$lang['latest_reply']}</a></li>
{if {$_CONF['info_row']['active_team']} == '1'}
<li class='menu_popup'>
<span class="fa fa-arrow-circle-left"></span>
<a href="team.html" title="الإداريين">الإداريين</a></li>
{/if}
{if {$_CONF['info_row']['active_send_admin_message']} == '1'}
<li class='menu_popup'>
<span class="fa fa-arrow-circle-left"></span>
<a href="contact.html" title="اتصل بنا">اتصل بنا</a></li>
{/if}
{if {$_CONF['rows']['member_row']['usergroup']} == 5}
<li class='menu_popup'>
<span class="fa fa-arrow-circle-left"></span>
<a href="active_user.html" title="{$lang['send_active_code']}">{$lang['send_active_code']}</a></li>
{/if}
{if {$_CONF['info_row']['active_calendar']} == '1'}
<li class='menu_popup'>
<span class="fa fa-arrow-circle-left"></span>
<a href="calendar.html" title="calendar pkr">{$lang['Calendar']}</a></li>
{/if}
<li class='menu_popup'>
<span class="fa fa-arrow-circle-left"></span><a href="rules.html" title="{$lang['rules']}">{$lang['rules']}</a></li>

<!-- actikon_find_addokns_1 -->
{if {$subject_special_nm} > '0'}
<li class='menu_popup'>
<span class="fa fa-arrow-circle-left"></span>
<a href="special_subject.html" title="{$lang['Special_Subject']}">{$lang['Special_Subject']}</a></li>
{/if}
<!-- acation_fidnd_adwdons_2 -->
{get_hook}main_bar_1{/get_hook}

{if {$_CONF['member_permission']}}
<li class='menu_popup'>
<span class="fa fa-arrow-circle-left"></span>
<a href="index.php?page=usercp&index=1" title="{$lang['usercp']}">{$lang['usercp']}</a>
</li>
{/if}
<!-- actiown_finwd_addons_6 -->
<!-- action_find_addosans_1 -->
{if {$_CONF['group_info']['memberlist_allow']} == '1'}
<li class='menu_popup'>
<span class="fa fa-arrow-circle-left"></span>
<a href="members-list" title="{$lang['memberlist']}">{$lang['memberlist']}</a></li>
{/if}
{if {$_CONF['member_permission']}}
<li class="thead">{$lang['User_Control_Panel']}</li>
<li class='menu_popup'><a href="index.php?page=usercp&amp;control=1&amp;sign=1&amp;main=1">
{$lang['Change_Signature']}</a></li>
<li class='menu_popup'><a href="index.php?page=usercp&amp;control=1&amp;avatar=1&amp;main=1">
{$lang['Change_avatar']}</a></li>
<li class='menu_popup'><a href="index.php?page=usercp&amp;control=1&amp;info=1&amp;main=1">
{$lang['Your_Personal_Information']}</a></li>
<li class='menu_popup'><a href="index.php?page=usercp&amp;options=1&amp;subject=1&amp;main=1">
{$lang['Your_Subjects']}</a></li>
{if {$_CONF['info_row']['pm_feature']}}
{if {$_CONF['rows']['group_info']['use_pm']} == 1}<li class='menu_popup'><a href="index.php?page=pm_list&amp;list=1&amp;folder=inbox">
{$lang['Private_Messages']}</a></li>
{/if}
{/if}
<li class='menu_popup'><a href="index.php?page=profile&amp;show=1&amp;username={$_CONF['member_row']['username']}">
{$lang['Your_profile']}</a></li>
{if {$_CONF['group_info']['onlinepage_allow']} == '1'}<li class='menu_popup'><a href="index.php?page=online&amp;show=1">
{$lang['Whos_Online']}</a></li>
{/if}
{/if}

<!-- actioddn_find_addons_4 -->
{get_hook}main_bar_2{/get_hook}
</ul>
</div>
</div>


<ul class="header-menu">



--------------

ولكي تظهر التعديلات والتغيرات الجديدة تحتاج مسح كاش المتصفح واعادة انعاش الصفحة بالنقر على Ctrl+F5









تم تحرير المشاركة بواسطة :Soliman بتاريخ:30-06-2017 04:43 صباحاً


look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  08-07-2017 07:37 صباحاً   [57]
mado00
معلومات الكاتب
سلمت يداك اخي سليمان , تصميم اكثر من رائع

look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  18-12-2018 03:07 صباحاً   [58]
kiopeed
معلومات الكاتب
لو سمحت انا مش عارف احمل الاستايل الله يخليك ايدينى الرابط

look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  11-03-2019 11:37 مساءً   [59]
Soliman
معلومات الكاتب
لحل مشكلة ظهور خطأ عند النقر على اختيار ألوان ستايل أوركيد

افتح قالب : main_bar

وابحث عن ستجده مكرر 4 أو 5 مرات :

CODE
index.php?page=chooseStyle<br />
<br />


واستبدلها جميعها إلى :

CODE
index.php<br />

look/images/icons/i1.gif ستايل أوركيد الإحترافي متعدد الألوان للنسخة 3.0.2 PBBoard
  15-03-2019 02:29 مساءً   [60]
جنرال الحب
معلومات الكاتب
رابط التحميل لا يعمل اخي سليمان ارجو التعديل

الصفحة 2 من 6
5

المواضيع المتشابهه
عنوان الموضوع الكاتب الردود الزوار آخر رد
ترقية ستايل أوركيد الإحترافي للنسخة 3.0.4 PBBoard Soliman
10 1507 kharab7esh

الكلمات الدلالية






الساعة الآن 04:22 AM