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

طلب تعديل أستايل شيت #أستايل tqnyah

موضوع مغلق


  • تمت الإجابة
11-02-2017 07:29 مساءً
عبدالاله الهذلي
معلومات الكاتب
السلام عليكم ورحمة الله وبركاته



أسعد الله أوقاتكم وأسئل الله تعالى أن تكونوا جميعكم بآلف خير وصحة !



طبعآ الحمدالله أنتهيت بنسبة 50% من ترقية أستايل تقنيات المطور أعتقد أسمه كذآ ولكن

واجهتني مشكلة في تشوه الاستايل+ أخر 5أحصائيات حاولت أصلحها ماضبط أبدآ

تم تطبيق خطوات ترقية القوالب + css في شروحات الاخ سليمان + مستر كنق



- css الخاص بـ الاستايل بـ المرفقات .




قالب statistics_list

CODE
        {if {$_CONF['info_row']['activate_last_static_list']} == 1}
        
<div class="tqnyah-chat2-top-bg">
<div class="tqnyah-chat2-top-right"></div>
<div class="tqnyah-chat2-top-left"></div>
<div class="tqnyah-chat2-down-tmdd"></div>
</div>
<div class="tqnyah-chat2-bg">
<div class="tqnyah-chat2-bg-right">
<div class="tqnyah-chat2-bg-left">        
        <table border="0" cellspacing="0" width="98%" align="center" class="border_radius">
        <tr align="center">
        <td class="tcat">
        <span class="l-left">
        <a onclick="switchMenuNone('statistics_list');"><img border="0" alt="" src="{$image_path}/collapse_b.gif" /></a>
        </span>
        <a title="{$lang['mor_static']}" href="index.php?page=static&amp;index=1">
        {$lang['last_static_num']}
        </a>
        </td>
        </tr>
        </table>
        <div class="Ajax-static" id="statistics_list">
        <div class="right-mainbox">
        <div style="margin: 2px;">
       <select size="4" name="DefaultSelect" multiple='multiple'>
        <option value="pp-topparticipants" id='pp-topparticipants'>{$lang['Top_participants']}</option>
        <option value="pp-reputation" id='pp-reputation'>{$lang['strongest_reputation']}</option>
        <option value="pp-register" id='pp-register'>{$lang['New_members']}</option>
        <option value="pp-invite" id='pp-invite'>{$lang['TopMemberInvite']}</option>
        </select>
        </div>
        <div id='topparticipants_table'>
        <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse">
        {if {$TopMemberListNum} > 0}
        <tr style="vertical-align: top;">
        <td class="thead1" align="right">
        {$lang['user_name']}</td>
        <td class="thead1" align="right">
        &nbsp;{$lang['posts']}</td>
        </tr>
        {Des::while}{TopMemberList}
        <tr style="vertical-align: top;">
        <td class="row2" align="right">
        <span class="smallfont">
        <a href="index.php?page=profile&amp;show=1&amp;id={$TopMemberList['id']}">{$TopMemberList['username']}</a>
        </span>
        </td>
        <td class="row2" title="{$lang['posts']}" width="1%" align="center">
        {$TopMemberList['posts']}</td>
        </tr>
        {/Des::while}
        {else}
        {$lang['No_Posts']}
        {/if}
        </table>
        </div>
        <div id='reputation_table'>
        <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse">
        {if {$MemberReputationNum} > 0}
        <tr style="vertical-align: top;">
        <td class="thead1" align="right">
        {$lang['user_name']}</td>
        <td class="thead1" align="right">
        &nbsp;{$lang['usercp_reputations']}</td>
        </tr>
        {Des::while}{TopMemberReputation}
        <tr style="vertical-align: top;">
        <td class="row2" align="right">
        <span class="smallfont">
        <a href="index.php?page=profile&amp;show=1&amp;id={$TopMemberReputation['id']}">
        <?php
        $num ='9';
        $text = $PowerBB->_CONF['template']['while']['TopMemberReputation'][$this->x_loop]['username'];
        echo  $text = $PowerBB->functions->words_count($text,$num);
        if (strlen($PowerBB->_CONF['template']['while']['TopMemberReputation'][$this->x_loop]['username']) > $num) {
        echo "";
        }
        ?>
        </a>
        </span>
        </td>
        <td class="row2" title="{$lang['Reputable']}" width="1%" align="center">
        {$TopMemberReputation['reputation']}</td>
        </tr>
        {/Des::while}
        {else}
        <td class="thead1" align="right">
        {$lang['No_Reputaions']}</td>
        {/if}
        </table>
        </div>
        <div id='register_table'>
        <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse">
        <tr style="vertical-align: top;">
        <td class="thead1" align="right">
        {$lang['user_name']}</td>
        <td class="thead1" align="right">
        &nbsp;{$lang['date_register']}</td>
        </tr>
        </tr>
        {Des::while}{latest_registered}
        <tr style="vertical-align: top;">
        <td class="row2" width="100%" align="right">
        <span class="smallfont">
        <a href="index.php?page=profile&amp;show=1&amp;id={$latest_registered['id']}" title="{$latest_registered['register_date']}">
        <?php
        $num ='9';
        $text = $PowerBB->_CONF['template']['while']['latest_registered'][$this->x_loop]['username'];
        echo  $text = $PowerBB->functions->words_count($text,$num);
        if (strlen($PowerBB->_CONF['template']['while']['latest_registered'][$this->x_loop]['username']) > $num) {
        echo "";
        }
        ?>
        </a>
        </span>
        </td>
        <td class="row2" title="{$lang['date_register']}" width="1%" align="left">
        &nbsp;<span class="smallfont">{$latest_registered['register_date']}</span></td>
        </tr>
        {/Des::while}
        </table>
        </div>

        <div id='invite_table'>
        <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse">
        {if {$TopMemberInviteNum} > 0}
        <tr style="vertical-align: top;">
        <td class="thead1" align="right">
        {$lang['user_name']}</td>
        <td class="thead1" align="right">
        &nbsp;{$lang['Invites']}</td>
        </tr>
        {Des::while}{TopMemberInvite}
        <tr style="vertical-align: top;">
        <td class="row2" align="right">
        <a href="index.php?page=profile&amp;show=1&amp;id={$TopMemberInvite['id']}">
        <span class="smallfont">
        <?php
        $num ='9';
        $text = $PowerBB->_CONF['template']['while']['TopMemberInvite'][$this->x_loop]['username'];
        echo  $text = $PowerBB->functions->words_count($text,$num);
        if (strlen($PowerBB->_CONF['template']['while']['TopMemberInvite'][$this->x_loop]['username']) > $num) {
        echo "";
        }
        ?>
        </span>
        </a>
        </td>
        <td class="row2" title="{$lang['Invites']}" width="1%" align="left">
        {$TopMemberInvite['invite_num']}</td>
        </tr>
        {/Des::while}
        {else}
        <td class="row2" align="right">
        {$lang['No_Invits']}</td>
        {/if}
        </table>
        </div>
        </div>
        <div class="left-mainbox">
        <div class='pp-taboff3' id='pp-lastsubject'>{$lang['LastSubject']}</div>
        <div class='pp-taboff3' id='pp-topsubjects'>{$lang['TopSubjectVisitor']}</div>
        <div class='pp-taboff3' id='pp-topsections'>{$lang['most_popular_forums']}</div>
        
        <div id='lastsubject_table'>
        <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse">
        <tr style="vertical-align: top;">
        <td class="thead1" align="right">
        {$lang['Subject']}</td>
        <td class="thead1">
        &nbsp;</td>
        <td class="thead1" align="right">
        &nbsp;{$lang['send_by']}</td>
        <td class="thead1" align="right">
        &nbsp;&nbsp;{$lang['date']}</td>
        </tr>
        {Des::while}{LastSubject}
        <?php $PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title']); ?>
        <tr valign="top">
        <td class="row2" title="{$LastSubject['title']}" align="right">
        <img src="{$image_path}/post.gif" alt="" border="0" />&nbsp;
        <a href="index.php?page=topic&amp;show=1&amp;id={$LastSubject['id']}" title="{$LastSubject['reply_date']}">
        <span class="smallfont">
        <?php
        $num ='13';
        $text = $PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title'];
        echo  $text = $PowerBB->functions->words_count($text,$num);
        if (strlen($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['title']) > $num) {
        echo "";
        } ?>
        </span>
        </a>
        </td>
        <td class="row2" title="{$LastSubject['title']}" align="center">
        <a target="_blank" href="index.php?page=topic&amp;show=1&amp;id={$LastSubject['id']}">
        <img src="{$image_path}/open.gif" alt="" border="0" /></a>
        </td>
        <td class="row2" title="{$LastSubject['last_replier']}" align="right">
        <span class="smallfont">
        &nbsp;
        {if {$LastSubject['last_replier']} !=''}
        <?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['last_replier']);?>
        {else}
        <?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['LastSubject'][$this->x_loop]['writer']);?>
        {/if}
        </span>
        </td>
        <td class="row2" title="{$LastSubject['reply_date']}" align="right">
        &nbsp;<span class="smallfont"> {$LastSubject['reply_date']}</span>
        </td>
        </tr>
        {/Des::while}
        </table>
        </div>

        <div id='topsubjects_table'>
        <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse">
        {if {$TopSubjectVisitorNum} > 0}
        <tr style="vertical-align: top;">
        <td class="thead1" align="right">
        {$lang['Subject']}</td>
        <td class="thead1" align="right">
        &nbsp;&nbsp;{$lang['subject_visitor']}&nbsp;&nbsp;</td>
        </tr>
        {Des::while}{TopSubjectVisitor}
        <tr style="vertical-align: top;">
        <td class="row2" align="right">
        <img src="{$image_path}/post.gif" alt="" border="0" />&nbsp;
        <a href="index.php?page=topic&amp;show=1&amp;id={$TopSubjectVisitor['id']}">
        <span class="smallfont">
        <?php $PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title']); ?>
        <?php
        $num ='13';
        $text = $PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title'];
        echo  $text = $PowerBB->functions->words_count($text,$num);
        if (strlen($PowerBB->_CONF['template']['while']['TopSubjectVisitor'][$this->x_loop]['title']) > $num) {
        echo "";
        }
        ?>
        </span>
        </a>
        </td>
        <td class="row2" title="{$lang['SubjectVisitor']}" width="1%" align="center">
        {$TopSubjectVisitor['visitor']}</td>
        </tr>
        {/Des::while}
        {else}
        {$lang['No_Visits']}
        {/if}
        </table>
        </div>
        <div id='topsections_table'>
        <table width="100%" border="0" cellpadding="0" style="border-collapse: collapse">
        {if {$TopSectionListNum} >0}
        <tr style="vertical-align: top;">
        <td class="thead1" align="right">
        {$lang['forum']}</td>
        <td class="thead1" align="right">
        &nbsp;&nbsp;{$lang['reply_num']}&nbsp;&nbsp;</td>
        </tr>
        {Des::while}{TopSectionsList}
        <tr style="vertical-align: top;">
        <td class="row2" title="{$TopSectionsList['title']}" align="right">
        <span class="smallfont">
        <a href="index.php?page=forum&amp;show=1&amp;id={$TopSectionsList['id']}">
        <?php
        $num ='13';
        $text = $PowerBB->_CONF['template']['while']['TopSectionsList'][$this->x_loop]['title'];
        echo  $text = $PowerBB->functions->words_count($text,$num);
        if (strlen($PowerBB->_CONF['template']['while']['TopSectionsList'][$this->x_loop]['title']) > $num) {
        echo "";
        }
        ?>
        </a>
        </span>
        </td>
        <td class="row2" title="{$lang['reply_num']}" width="1%" align="center">
        {$TopSectionsList['reply_num']}</td>
        </tr>
        {/Des::while}
        {else}
        {$lang['No_Posts']}
        {/if}
        </table>
        </div>
        </div>
        <div style="clear:both;"></div>
        </div>
        <script type='text/javascript'>
        function ShowTopParticipantsTable()
        {

        if ($("#pp-topparticipants").click)
        {
        $("#topparticipants_table").fadeIn();
        $("#reputation_table").hide();
        $("#register_table").hide();
        $("#invite_table").hide();
        }
        else
        {
        $("#topparticipants_table").fadeOut();
        }
        }
        function ShowTopReputationTable()
        {

        if ($("#pp-reputation").click)
        {
        $("#topparticipants_table").hide();
        $("#reputation_table").fadeIn();
        $("#register_table").hide();
        $("#invite_table").hide();
        }
        else
        {
        $("#reputation_table").fadeOut();
        }
        }
        function ShowRegisterTable()
        {
        if ($("#pp-register").click)
        {
        $("#topparticipants_table").hide();
        $("#reputation_table").hide();
        $("#register_table").fadeIn();
        $("#invite_table").hide();
        }
        else
        {
        $("#register_table").fadeOut();
        }
        }
        function ShowInviteTable()
        {

        if ($("#pp-invite").click)
        {
        $("#topparticipants_table").hide();
        $("#reputation_table").hide();
        $("#register_table").hide();
        $("#invite_table").fadeIn();
        }
        else
        {
        $("#invite_table").fadeOut();
        }
        }
        function ShowLastsubjectTable()
        {
        if ($("#pp-lastsubject").click)
        {
        $("#lastsubject_table").fadeIn();
        $("#topsubjects_table").hide();
        $("#topsections_table").hide();
        document.getElementById('pp-lastsubject').className="pp-tabon3";
        document.getElementById('pp-topsubjects').className="pp-taboff3";
        document.getElementById('pp-topsections').className="pp-taboff3";
        }
        else
        {
        $("#lastsubject_table").fadeOut();
        }
        }
        function ShowTopsubjectsTable()
        {
        if ($("#pp-topsubjects").click)
        {
        $("#lastsubject_table").hide();
        $("#topsubjects_table").fadeIn();
        $("#topsections_table").hide();
        document.getElementById('pp-lastsubject').className="pp-taboff3";
        document.getElementById('pp-topsubjects').className="pp-tabon3";
        document.getElementById('pp-topsections').className="pp-taboff3";
        }
        else
        {
        $("#lastsubject_table").fadeOut();
        }
        }
        function ShowTopsectionsTable()
        {
        if ($("#pp-topsections").click)
        {
        $("#lastsubject_table").hide();
        $("#topsubjects_table").hide();
        $("#topsections_table").fadeIn();
        document.getElementById('pp-lastsubject').className="pp-taboff3";
        document.getElementById('pp-topsubjects').className="pp-taboff3";
        document.getElementById('pp-topsections').className="pp-tabon3";
        }
        else
        {
        $("#topsections_table").fadeOut();
        }
        }
        function Ready()
        {
        $("#pp-topparticipants").click(ShowTopParticipantsTable);
        $("#pp-reputation").click(ShowTopReputationTable);
        $("#reputation_table").hide();
        $("#pp-register").click(ShowRegisterTable);
        $("#register_table").hide();
        $("#pp-invite").click(ShowInviteTable);
        $("#invite_table").hide();
        $("#pp-lastsubject").click(ShowLastsubjectTable);
        document.getElementById('pp-lastsubject').className="pp-tabon3";
        $("#pp-topsubjects").click(ShowTopsubjectsTable);
        $("#topsubjects_table").hide();
        $("#pp-topsections").click(ShowTopsectionsTable);
        $("#topsections_table").hide();
        }
        $(document).ready(Ready);
        </script>
</div>
</div>
</div>
<div class="tqnyah-chat2-down-bg">
<div class="tqnyah-chat2-down-right"></div>
<div class="tqnyah-chat2-down-left"></div>
<div class="tqnyah-chat2-down-center"></div>
</div>        
        {/if}
        


- رابط المنتدى للمعاينة ..

طلب تعديل أستايل شيت #أستايل tqnyah
تم تحرير الموضوع بواسطة :عبدالاله الهذلي بتاريخ: 11-02-2017 10:06 مساءً

 
  99.zip   تحميل zip مرات التحميل :(1)
الحجم :(10.114) KB

look/images/icons/i1.gif طلب تعديل أستايل شيت #أستايل tqnyah
  13-02-2017 04:16 صباحاً   [1]
عبدالاله الهذلي
معلومات الكاتب
اب .........

look/images/icons/i1.gif طلب تعديل أستايل شيت #أستايل tqnyah
  13-02-2017 05:51 صباحاً   [2]
Soliman
معلومات الكاتب
بخصوص الأستاشيل شييت

جرب افتح قالب : headinclud



وابحث عن :

CODE
<link rel="stylesheet" type="text/css" href="{$ForumAdress}styles/free-tqnyah-new/free-tqnyah-new.css" />



واستبدله بـ :

CODE
<style type="text/css">
@import url("{$ForumAdress}{$style_path}");
</style>







وبخصوص مشكلة قالب statistics_list جرب هذا الحل

مشكلة بالمنتدى (الاحصائيات )


look/images/icons/i1.gif طلب تعديل أستايل شيت #أستايل tqnyah
  13-02-2017 02:42 مساءً   [3]
عبدالاله الهذلي
معلومات الكاتب
سويت يلي قلته لكن يطلع مشوه زي ماهوا اذا جربت أدخل من متصفح كروم !



الهايدر + الفوتر مشوه مادري شسالفة ؟!

look/images/icons/i1.gif طلب تعديل أستايل شيت #أستايل tqnyah
  14-02-2017 02:14 صباحاً   [4]
Soliman
معلومات الكاتب
لأن ملف style.css الذي تستخدمه ليس هو الملف الأصلي لأستايل تقنية

حمل ستايل تقنية واعد تركيبه من جديد على منتداك

https://pbboard.info/forums/t15563



وبعد تركيب الاستايل

ولجعله متوافق وبشكل سريع جداً

فقط استعد الأصل لهذه الـ 3 قوالب

register_rules

add_reply_link

add_subject_link



وهكذا سيعمل معك بشكله الأصلي وبدون اي مشاكل





ولإعادة تصميمه وبناءة على الإصدار 3.0.2

يمكنك طلب ترقية الاستايل في قسم مشاكل وطلبات الاستايلات



دمت بخير

look/images/icons/i1.gif طلب تعديل أستايل شيت #أستايل tqnyah
  14-02-2017 02:52 صباحاً   [5]
عبدالاله الهذلي
معلومات الكاتب
حسنآ أذآ يرجى أغلاق الموضوع

طلب تعديل أستايل شيت #أستايل tqnyah


المواضيع المتشابهه
عنوان الموضوع الكاتب الردود الزوار آخر رد
كيفية التعديل على أستايل mohamed hamdan
12 1970 ezzeldean
طلب تعديل على أستايل جوليت الاسود Ahmed ezzat
3 937 Ahmed ezzat

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






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