آخر المواضيع :
الرئيسية » , , » قالب Mas Paper Updates معرب بالكامل

قالب Mas Paper Updates معرب بالكامل

كتب بواسطة الكاتب غير معرف في 08‏/07‏/2012 | 16:24

Smiley face
تشاهدون الآن:
موضوع:قالب Mas Paper Updates معرب بالكامل
سلسلة:قوالب معربة.
نبذة:أفضل القوالب معربة تعريب كامل.
الصنف:قوالب،تعريب.
قالب Mas Paper Updates المميز معرب بالكامل لمدونات البلوجر بخصائص و مميزات رائعة تناسب كافة أنواع المدونات من بين هذه المميزات نجد:

» صديق لمحركات البحث.
» مناسب لعرض الفيديو.
» قائمة جانبية يسرى مناسبة لعرض الوصلات الإشهارية كالأدسنس.
» عرض الصور على الرئيسية مع التصغير التلقائي.

» سلايد شو يعمل آليا.
» شريط الأخبار لآخر المواضيع.
» فوتر مقسم إلى 3 أقسام.
» أربع تبويبات بالقائمة الجانبية.
» قائمتين عموديتين خاصة بالتصنيفات.
» صفحة رئيسية مقسمة بشكل إحترافي. 
» و الكثير من المميزات الهامة ...
القالب من تعريب و تنسيق : slimax bzk (موقع من أجلك إلى الأبد)
تصميم و تطوير : شباب ماليزيين
المعاينة:

 النسخة الإنجليزية:
إضغط على الصورة لمشاهدتها على الطبيعة 

النسخة المعربة:
إضغط على الصورة لمشاهدتها على الطبيعة 
 
التحميل:
slimaxbzk
كيفية التنصيب:
1 . تركيب السلايد شو:
حتى يعمل السلايد شو تلقائيا يجب أن نقوم بما يلي:
التوجه من القائمة الرئيسية إلى » تصميم
ثم إلى
» تحرير هتمل 
ثم ضع علامة في خانة » توسيع قوالب عناصر واجهة المستخدم.
نضغط على » ctrl+f 
و نبحث عن الكلمة »  "numposts1"
الكود المحصل عليه يكون من هذا الشكل :
numposts1 = 11;
label1 = "الفهرس الكامل";
اللون الأحمر يمثل عدد المواضيع التي تظهر على السلايد
اللون البرتقالي يمثل تصنيف المواضيع الذي تريد أن تظهر على السلايد.

2 . تغيير آخر المواضيع:
لتغييرآخر المواضيع مثل الصورة التالية 
نقوم بما يلي:
التوجه من القائمة الرئيسية إلى » تصميم
ثم إلى
» تحرير هتمل 
ثم ضع علامة في خانة » توسيع قوالب عناصر واجهة المستخدم.
نضغط على » ctrl+f 
و نبحث عن الكلمة »  "آخر المواضيع"
الكود المحصل عليه يكون من هذا الشكل :

<div style='float:right;padding:2px 5px 5px 10px;font:bold 12px Arial;color:#fff;text-transform:none;'>
آخر المواضيع :
</div>
<div style='float:right;width:800px;padding:2px 0; position:relative; overflow:hidden;'>
<script type='text/javascript'>
var cssfeed=new gfeedrssticker(&quot;example1&quot;, &quot;example1class&quot;, 3000, &quot;_new&quot;)
cssfeed.addFeed(&quot;Headline News&quot;, &quot;http://www.4you-4ever.blogspot.com/feeds/posts/default&quot;) //Specify &quot;label&quot; plus URL to RSS feed
cssfeed.displayoptions(&quot;date&quot;) //show the specified additional fields
cssfeed.setentrycontainer(&quot;div&quot;) //Wrap each entry with a DIV tag
cssfeed.filterfeed(10, &quot;date&quot;) //Show 10 entries, sort by date
cssfeed.entries_per_page(1)
cssfeed.init()
</script>
</div>

غير اللون البرتقالي برابط مدونتك.
. إضافة الفئة مع صورة مصغرة:
لإضافة فئة مع صورة مصغرة مثل الصورة التالية:
نقوم بما يلي:
التوجه من القائمة الرئيسية إلى » تصميم
ثم إلى
» عناصر الصفحة
ثم إضافة أداة »  هتمل/جافاسكريت .
ثم نسخ الكود التالي  » 
 /* كود رقم 1  */
<script type="text/javascript">
var numposts = 1;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = true;
var numchars = 60;
</script>
<script src="/feeds/posts/default/-/lecon?orderby=updated&alt=json-in-script&callback=labelthumbs" type="text/javascript">
</script>

/* كود رقم 2 */
<div id="test-content">
<div class="accordion_child">
<script type="text/javascript">
    var randarray = new Array();var l=0;var flag;
    var numofpost=5;function randomposts(json){
    var total = parseInt(json.feed.openSearch$totalResults.$t,10);
    for(i=0;i < numofpost;){flag=0;randarray.length=numofpost;l=Math.floor(Math.random()*total);for(j in randarray){if(l==randarray[j]){ flag=1;}}
    if(flag==0&&l!=0){randarray[i++]=l;}}document.write('<ul>');
    for(n in randarray){ var p=randarray[n];var entry=json.feed.entry[p-1];
    for(k=0; k < entry.link.length; k++){if(entry.link[k].rel=='alternate'){var item = "<li>" + "<a href=" + entry.link[k].href + ">" + entry.title.$t + "</a> </li>";
    document.write(item);}}
    }document.write('</ul>');}
    </script>
    <script src="/feeds/posts/default/-/lecon?alt=json-in-script&start-index=1&max-results=1000&callback=randomposts" type="text/javascript"></script>
</div>
</div>

اللون الأحمر يمثل عدد المواضيع المنشورة
اللون البرتقالي لإظهار صورة أمام عنوان الموضوع
اللون الأصفر لإظهار الكلمة إقرأ المزيد
اللون البنفسجي لإظهارعدد التعليقات
اللون الأزرق لإختيار التصنيف الذي يظهر.

3 . إضافة شبكة التواصل الإجتماعية :
لإضافة شبكة التواصل الإجتماعية مثل هذه الصورة 
نقوم بما يلي:
التوجه من القائمة الرئيسية إلى » تصميم
ثم إلى
» عناصر الصفحة
ثم إضافة أداة »  هتمل/جافاسكريت .
ثم نسخ الكود التالي  »
<style>
/* Social Widget */
#MBT-mashable-bar {
    border: 0;
    margin-bottom: 10px;
    margin: 0 auto;
        width:300px;
}
.fb-likebox {
    background: #fff;
    padding:0;
    margin-top: 0px;
        height:290px;
}
.googleplus {
    background: #F5FCFE;
    border-top: 0px solid #FFF;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #D8E6EB;
    border-right: 1px solid #D8E6EB;
    border-image: initial;
    font-size: .90em;
    font-family: "Arial","Helvetica",sans-serif;
    color: #000;
    padding: 9px 11px;
    line-height: 1px;}
.googleplus span {
    color: #000;
    font-size: 11px;
    position: absolute;
    display:inline-block;
    margin: 9px 70px;}
.g-plusone {    float: right;}
.twitter {
    background: #EEF9FD;
    padding: 10px;
    border: 1px solid #C7DBE2;
    border-top: 0;}
#mashable {
    background: #EBEBEB;
    border: 1px solid #CCC;
    border-top: 1px solid white;
    padding: 2px 8px 2px 3px;
    text-align: left;
    border-image: initial;}
#mashable .author-credit {}
#mashable .author-credit a {
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px white;
    color: #1E598E;
    text-decoration:none;}
#email-news-subscribe .email-box{
    padding: 5px 10px;
    font-family: "Arial","Helvetica",sans-serif;
    border-top: 0;
    border-left: 1px solid #C7DBE2;
    border-right: 1px solid #C7DBE2;
    border-image: initial;
   height:35px;}
#email-news-subscribe .email-box input.email{
    background:#FFFFFF;
    border: 1px solid #dedede;
    color: #999;
    padding: 7px 10px 8px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border-image: initial;
    font-family: "Arial","Helvetica",sans-serif;}
#email-news-subscribe .email-box input.email:focus{color:#333}
#email-news-subscribe .email-box input.subscribe{
    background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
    background: -webkit-gradient(linear,right top,right bottom,color-stop(0,#FFCA00),color-stop(1,#FF9B00));
    background: -moz-linear-gradient(center top,#FFCA00 0,#FF9B00 100%);
    -pie-background: linear-gradient(270deg,#ffca00,#ff9b00);
    font-family: "Arial","Helvetica",sans-serif;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #cc7c00;
    color:white;
    text-shadow:#d08d00 1px 1px 0;
    padding:7px 14px;
    margin-right:3px;
    font-weight:bold;
    font-size:12px;
    cursor:pointer;
    border-image: initial;}
#email-news-subscribe .email-box input.subscribe:hover{
    background: #ff9b00;
    background-image:-moz-linear-gradient(top,#ffda4d,#ff9b00);
    background-image:-webkit-gradient(linear,right top,right bottom,from(#ffda4d),to(#ff9b00));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ebebeb);
    outline:0;-moz-box-shadow:0 0 3px #999;
    -webkit-box-shadow:0 0 3px #999;
    box-shadow:0 0 3px #999
    background:-webkit-gradient(linear,right top,right bottom,color-stop(0,#ffda4d),color-stop(1,#ff9b00));
    background:-moz-linear-gradient(center top,#ffda4d 0,#ff9b00 100%);
    -pie-background:linear-gradient(270deg,#ffda4d,#ff9b00);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #cc7c00;
    color:#FFFFFF;
    text-shadow:#d08d00 1px 1px 0}
#other-social-bar {
    background-color: #D8E6EB;
    box-shadow: 0 1px 1px #FFFFFF inset;
    padding: 0px;
    font-family: "Arial","Helvetica",sans-serif;
    font-weight:bold;
    overflow: hidden;
    border: 1px solid #B6D0DA;
       height:37px;
}
#other-social-bar ul {list-style: none outside none; padding-right: 4px;}
#other-social-bar .other-follow {
    float: right;
    color:#1E598E;
    overflow: hidden;
    height:20px;
    padding:5px;
    width: 270px;}
#other-social-bar .other-follow ul {
    list-style: none outside none;
    padding-right: 4px;}
#other-social-bar .other-follow ul li {
    font-size: 12px;
    font-weight: bold;
    display:inline;
    border:0;
    text-shadow: 1px 1px white;}
#other-social-bar .other-follow ul li a {
    font-size: 12px;
    color:#1E598E;
    font-weight: bold;
    display:inline;
    text-shadow: 1px 1px white;}
#other-social-bar .other-follow li {
    font-size: 12px;
    font-weight: bold;
    display:inline;
    border:0;
    text-shadow: 1px 1px white;}
#other-social-bar .other-follow li a {
    font-size: 12px;
    color:#1E598E;
    font-weight: bold;
    display:inline;
    text-shadow: 1px 1px white;}
#other-social-bar .other-follow li.my-rss {
    background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRJomlki3DjYMQ2It_20ZBSZP_tmsH13mLNJyjEqb5838BRp5mdcMk8BXSHert64IP5-1oAnvEycdiF-6qYBicUqrL04dOml4gcPDGWulcHoLmbQ4VmwTiGlFaKkLMHblYmnOjiD6Oo-s/s400/rss-16x16.png') no-repeat transparent;
    line-height: 1;
    padding: 0px 3px 1px 20px;
    width: 60px;
    margin-bottom:0px;
        margin-right:5px;}
#other-social-bar .other-follow li.my-rss a, #other-social-bar .other-follow li.my-linkedin a, #other-social-bar .other-follow li.my-gplus a{
text-decoration:none;
}
#other-social-bar .other-follow li.my-rss a:hover, #other-social-bar .other-follow li.my-linkedin a:hover, #other-social-bar .other-follow li.my-gplus a:hover{
text-decoration:underline;
}
#other-social-bar .other-follow li.my-linkedin {
    background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgB620o31HWebeb8TAmjkX90jBdwq9GRaGgaumtD7FQpl01Yh_uhiS4e-Y2H2-t1UGMOaO-05gtb8S_xIQiK6z7foWyhEwwkWhH7BWdTqLpTE9XpyyZ-Cea6kB5rOfbh1U0KOejB26a_M/s400/linkedin-16x16.png') no-repeat transparent;
    line-height: 1;
    padding: 0px 3px 1px 20px;
    width: 60px;
    margin-bottom:0px;}
#other-social-bar .other-follow li.my-gplus {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYNxezU02nQJWLWnE6mHS7-hSE6emS0xYfEM31qQASIZNfoIdcYHL7aAdbAwogoUJXJwxVSOrSdCrbtlc55_zTtUR1BPwb1Y4km3FLiw_K_A6Iej9RPVnl9o2K9yrcDjwyHc_m4wUNQCs/s400/gplus-16x16.png) no-repeat transparent;
    line-height: 1;
    width: 60px;
    padding: 0px 3px 1px 20px;
    margin-bottom:0px;}
</style>

<!--[if IE]>
<style>
#email-news-subscribe .email-box input.subscribe{
    background: #FFCA00;
    }
</style>
<![endif]-->

<!--begin of social widget-->
<div style="margin-bottom:10px;">
<div id="MBT-mashable-bar" ><!-- Begin Widget -->
<div align="center">
<div class="fb-like-box" data-href="http://www.facebook.com/4you4ever.blog" data-width="300" data-height="300" data-show-faces="true" data-stream="false" data-header="true"></div>
</div>

<div class="googleplus"><!-- Google -->
<div align="center">
<g:plus href="https://plus.google.com/111728168609998944072" rel="publisher" width="290" height="131" theme="light"></g:plus>
</div>
</div>

<div align="left">
<div class="twitter"><!-- Twitter -->
<a href="https://twitter.com/4youu4ever" class="twitter-follow-button" data-show-count="false" data-lang="fr">Suivre @4youu4ever</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>

<div id="email-news-subscribe"><!-- Email Subscribe -->
<div align="center">
<div class="email-box">
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=feedburner_url', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input class="email" type="text" style="width: 150px; font-size: 12px;" id="email" name="email" value="Enter Your Email here.." onfocus="if(this.value==this.defaultValue)this.value=&#39;&#39;;" onblur="if(this.value==&#39;&#39;)this.value=this.defaultValue;" />   
<input type="hidden" value="FEEDBURNER_URL" name="uri" />
<input type="hidden" name="loc" value="en_US" />
<input class="subscribe" name="commit" type="submit" value="Subscribe" />
</form>
</div>
</div>

<div align="center">
<div id="other-social-bar"><!-- Other Social Bar --> <ul class="other-follow">
<li class="my-rss">
<a rel="nofollow" title="RSS" href="http://feeds.feedburner.com/4you-4ever" target="_blank">RSS Feed</a>
</li>

<li class="my-gplus">
<a rel="nofollow" title="Google Plus" rel="author" href="https://plus.google.com/111728168609998944072" target="_blank">4you4ever</a>
</li>
</ul>
</div>

<div id="mashable" style="background: #EBEBEB;border: 1px solid #CCC;border-top: 1px solid white;padding: 1px 8px 1px 3px;text-align: right;border-image: initial;font-size:10px;font-family: "arial","helvetica",sans-serif;"> <span class="author-credit" style="font-family: Arial, Helvetica, sans-serif;"><a href="http://4you-4ever.blogspot.com/" target="_blank" >4you-4ever»</a>
</span>
</div>
</div>
<!-- End Widget -->

<!--end of social widget--></div></div></div>   

اللون الأحمر لتغيير رابط صفحتك على الفيسبوك
اللون البرتقالي 
لتغيير رابط صفحتك على جوجل بلص
اللون الأصفر لتغيير رابط صفحتك على التويتر

اللون الأزرق لتغيير رابط تغذية موقعك.
اللون البنفسجي لتغيير رابط صفحتك على جوجل بلص 

4 .التعديل على جديد المواضيع:
للتعديل على جديد المواضيع بحيث تظهر آخر مواضيع مدونتك
نقوم بما يلي:
التوجه من القائمة الرئيسية إلى » تصميم
ثم إلى
» تحرير هتمل 
ثم ضع علامة في خانة » توسيع قوالب عناصر واجهة المستخدم.
نضغط على » ctrl+f 
و نبحث عن الكلمة » tadjrib.blogspot.com ثم نغيرها برابط مدونتك.
5 .تغيير رابط البحث:
لتغيير رابط البحث المؤدي إلى جوجل نقوم بما يلي:
التوجه من القائمة الرئيسية إلى » تصميم
ثم إلى
» تحرير هتمل 
ثم ضع علامة في خانة » توسيع قوالب عناصر واجهة المستخدم.
نضغط على » ctrl+f 
و نبحث عن الكلمة » tadjrib2.blogspot.com ثم نغيرها برابط مدونتك.
لإستخدام أكواد إضافية داخل مدونتك قم بزيارة مكتبة أكواد موقعنا.
إلى اللقاء في قالب جديد إن شاء الله.
Smiley face Smiley face

بقلم سليمان بوزمبراك (slimane bouzembrak)

الإسم الكامل سليمان بوزمبراك (slimane bouzembrak) ،طالب جامعي صاحب موقع من أجلك إلى الأبد,و موقع فيديوهات من أجلك,و موقع قنوات من أجلك، الهدف من خلال هذه المواقع تسهيل البحث على المواطن العربي في بحثه بشتى المواقع بحيث يضم أفضل المواضيع و المواقع في شتى المجالات ،لمزيد من المعلومات راسلني بالضغط هنا ،أو تابعونا على هذه الموقع ،أو من خلال صفحتنا على الفايسبوك.

هناك تعليقان (2):

  1. شكراا لك اخي ... انا اريد السلايدر شو فقط ممكن تعطيني اياه

    ردحذف
  2. آسف يا صديقي أنا جد مشغول
    فيما يخص طلبك سوف أقوم بجلب السلايد من أجلك لانه غير متوفر عندي حاليا

    ردحذف

مواضيع صديقة

فيديو الأسبوع

لقطات من الفيلم الهندي zindaghi (لمشاهدة الفيلم كاملا إضغط هنا)



تابعنا على شبكة التواصل الإجتماعية

زوار الموقع

free counters

قسم الوثائقيات

المتواجدين الآن

 
تصميم : الموقع الرسمي | Johny Template | Mas Template
تعريب: slimax-bzk| الموقع الرسمي
جميع الحقوق محفوظة © أفريل 2012 | من أجلك إلى الأبد
بدعم من: بلوجر