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

مشكله في تكرار الصور في ستايل Helpernt Marine


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif مشكله في تكرار الصور في ستايل Helpernt Marine
  25-06-2026 08:41 صباحاً  
Soliman
معلومات الكاتب
وعليكم السلام 
استبدل محتوى قالب imgs_resize في ستايل Helpernt Marine بهذا

CODE
{if {$is_bot}}
{if {$page} == 'topic' or {$page} == 'post' or {$page} == 'pm_show' or {$page} == 'print' or {$page} == 'new_reply'}

{if {$_CONF['info_row']['resize_imagesAllow']} == 1}
<link rel="stylesheet" href="{$ForumAdress}applications/core/fancybox/fancybox.css" type="text/css" />

<style type="text/css">
    img[data-src]:not(.no-fancybox img) {
        cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="filter: drop-shadow(0px 0px 1px black);"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line><line x1="11" y1="8" x2="11" y2="14"></line><line x1="8" y1="11" x2="14" y2="11"></line></svg>') 12 12, zoom-in !important;
    }
    a.no-fancybox img {
        cursor: pointer !important;
    }
</style>

<script type="text/javascript" src="{$ForumAdress}applications/core/fancybox/fancybox.umd.js"></script>
<script type="text/javascript">
$(document).ready(function(){
    if (typeof Fancybox !== "undefined") {
        Fancybox.bind('img[data-src]:not(.no-fancybox img)', {
            Hash: false,
            Thumbs: {
                autoStart: false
            }
        });
    }
});
</script>
<script type="text/javascript" src="{$ForumAdress}includes/js/resize_images.js"></script>
{/if}
{/if}
{/if}


الساعة الآن 01:53 PM