مرجع پارسی MyBB

نسخه‌ی کامل: ساید بار زیبای vb
شما درحال مشاهده‌ی نسخه‌ی متنی این صفحه می‌باشید. مشاهده‌ی نسخه‌ی کامل با قالب‌بندی مناسب.
مجبور شدم اینجوری بنویسم مدیران یه نگاهی بندازن.[تصویر:  index.php?app=downloads&module=display&s...record=806]

این قالب واسه مای بی بی هست و ساید بار وی بی رو داره.مدیران میتونن این ساید بار رو واسم استخراج کنن یه آموزشی هم در کنارش هست.

Skin Breeze is converted by nhtera
* Style Best viewed on browsers FF, Opera, Chrome, Safari and IE7 and above.
* Style runs from 1024 or higher resolution.

Install:
1. Import nhtera_Breeze-theme.xml
2. Upload folder "nhtera_Breeze" to "Root Folder"

p / s:
- Fix error sidebar not save state (Expand / Collapse)
Open template ungrouped Templates ~> headerinclude javascript then replace the bottom with the code below:

کد:
<script type="text/javascript">
jQuery.noConflict(); jQuery(document).ready(function(){
jQuery('#sidebar_button_link').css("cursor","pointer");
jQuery('#sidebar_button_link').css("cursor","hand");

function showSidebar(){
jQuery.cookie('sidebar-pref', 'use-sidebar', { expires: 30 });
jQuery('#content_container').addClass('use-sidebar');
jQuery('#sidebar').css("opacity","1");
jQuery('#sidebar').css("display","block");
jQuery('#content').css("margin-right","210px");
jQuery('#sidebar_container').css("width","204px");
jQuery('#content_container').css("margin-right","-210px");
jQuery("#sidebar_button").attr("src", "nhtera_Breeze/tab-collapsed.png");


}
function hideSidebar(){
jQuery.cookie('sidebar-pref', null, { expires: 30 });
jQuery('#content_container').removeClass('use-sidebar');
jQuery('#sidebar').css("opacity","0");
jQuery('#sidebar').css("display","none");
jQuery('#content').css("margin-right","0px");
jQuery('#sidebar_container').css("width","0px");
jQuery('#content_container').css("margin-right","0px");
jQuery("#sidebar_button").attr("src", "nhtera_Breeze/tab-expanded.png");
}
if (jQuery.cookie('sidebar-pref')=='use-sidebar'){
showSidebar();
}
if (jQuery.cookie('sidebar-pref')==null){
hideSidebar();
}
jQuery('#sidebar_button_link').click(function() {
if (jQuery('#content_container').hasClass('use-sidebar')){
hideSidebar();
}else {
showSidebar();
}
});
jQuery('#content_container').addClass(jQuery.cookie('sidebar-pref'));
});
</script>

لینک سایت مادرشم گذاشتم.شرمنده به خاطر این پستمConfusedConfusedConfusedConfusedConfusedConfusedConfusedConfused

اینم ادرسش
وای از این ارسالم دوتا اومد یکیش رو پاک کنینConfused
با درود
آموزشش در اینجا هست
http://community.mybbiran.com/thread-9113.html
HeartBig Grin
(۱۳۹۱/۱/۱۰، ۰۰:۳۵:۰۰ صبح)میدوری نوشته است: [ -> ]با درود
آموزشش در اینجا هست
http://community.mybbiran.com/thread-9113.html
HeartBig Grin

اصلا شبیه اون نیست چطور اون شکلیش کنم تنظیمات خاصی داره؟Confused