1 頁 (共 1 頁)

Easy Resize Posted Images (簡易調整文章中圖片大小) (Update 1.0.4)

發表於 : 2008-02-10 22:38
心靈捕手
外掛名稱:Easy Resize Posted Images (簡易調整文章中圖片大小)
外掛作者:kber < webmaster@phpbbegypt.com > (kber) http://www.phpbbegypt.com
外掛描述:此外掛可以調整文章中的圖片大小. 點選縮圖可以產生一個顯示完整圖片的彈出視窗.
外掛版本:1.1.1
資料來源:http://phpbbegypt.com/phpBB3/viewtopic.php?p=83
--
官方主題:http://www.phpbb.com/community/viewtopi ... 0&t=577794
--
最新版本,請參看本主題之最後發表文章。

Easy Resize Posted Images (簡易調整文章中圖片大小) (Update 1.1.2)

發表於 : 2009-01-23 17:58
心靈捕手
經過我詳加比對, 並無發現作者在新增的程式碼, 有做任何的修改;
唯一不同的, 恐怕只是將此外掛的適用版本, 修改為 "phpbb3 -( RC1 -> 3.0.4 )".

這外掛也的確在我目前的論壇 (v3.0.4) 運作正常.
不過, 有網友建議作者, 修改新增的程式碼 (如下), 以符合 w3c xhtml 1.0 strict (prosilver 風格).

代碼: 選擇全部

<script type="text/javascript"> 
// <![CDATA[
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 = '按此, 觀看完整大小的圖片'; 
         } 
      } 
   } 
} 
// ]]>
</script>
參考連結:
http://www.phpbb.com/community/viewtopi ... 5#p3798535

[Beta] Easy Resize Posted Images (簡易調整文章中圖片大小) (Update 1.0.3

發表於 : 2010-02-11 20:20
心靈捕手
這外掛已經採用 MODX 格式撰寫。
而其外掛之版本似乎有重新改寫?

目前最新版本:1.0.3(適用 phpBB3.0.6)

外掛歷史:
  • 2009-12-23- Version 1.0.3
    Added subsilver2 ininstructions
  • 2009-12-01- Version 1.0.2
    fix a bug to work with 3.0.6 prosilver based styles when enable qr (thanks to irdem)
  • 2009-08-02- Version 1.0.1
    turn it to modx file and use a template file
  • 2007-09-02- Version 1.0.0
    Initial Release
外掛下載:
http://www.phpbbegypt.com/phpBB3/viewtopic.php?f=2&t=1

官方主題:
http://www.phpbb.com/community/viewtopi ... 0&t=577794

Easy Resize Posted Images (簡易調整文章中圖片大小) (Update 1.0.4)

發表於 : 2011-12-25 16:25
心靈捕手
外掛歷史:
  • 2011-01-12 - Version 1.0.4
    Fix IE8 Issue (Thanks To Free_Being)
官方主題:
http://www.phpbb.com/community/viewtopi ... 0&t=577794

作者網站(載點):
http://www.phpbbegypt.com/phpBB3/viewtopic.php?f=2&t=1