Webmaster общности: Predpriemach.com | SearchEngines.bg

    Смаляване на голяма снимка…

    Автор: Theif

    Автор на мод: kber < webmaster@phpbbegypt.com > (kber) http://www.phpbbegypt.com
    Версия на мод: 1.0.0
    PHPBB версия: 2.0.x
    Трудност на урока: Лесно
    Инсталация: 1 минута
    Файлове за промяна (1):
    templates/SubSilver/viewtopic_body.tpl
    Лиценз: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
    Мод е взет от: www.phphacks.com
    Превод: THeif

    [ Отвори ]
    templates/SubSilver/viewtopic_body.tpl
    [ Намери ]

    <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
    <tr>
    <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>   <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>

    [ Преди него добави ]

    # note : you may change( 600px) to whatever you want
    <script>
    window.onload = resizeimg;
    function resizeimg()
    {
    if (document.getElementsByTagName)
    {
    for (i=0; i<document.getElementsByTagName('img').length; i++)
    {
    im = document.getElementsByTagName('img')[i];
    if (im.width > 600)
    {
    im.style.width = '600px';
    eval("pop" + String(i) + " = new Function(\"pop = window.open('" + im.src + " ','fullscale','width=400,height=400,scrollbars=1,resizable=1'); pop.focus();\")");
    eval("im.onclick = pop" + String(i) + ";");
    if (document.all) im.style.cursor = 'hand';
    if (!document.all) im.style.cursor = 'pointer';
    im.title = 'Click Here To See Image Full Size ';
    }
    }
    }
    }
    
    </script>
    

    [ Затвори и запамети viewtopic_body.tpl ]

    Оставете коментар