====== WordPress + Gallery2 ====== ===== Redirection ===== 內嵌 [[http://gallery.menalto.com/|Gallery2]] 的 WordPress plugin: [[http://wpg2.galleryembedded.com/wiki/index.php/WPG2:Main_Page|WPG2]] 使用 會連到內嵌頁面, 若想直接連到 Gallery 網頁去, 把 .htaccess 中的設定改掉, 將 RewriteRule . /blog/wp-gallery2.php?g2_view=core.ShowItem&g2_path=%1 [QSA,L] 拿掉, 換成 RewriteRule . /photo/v/%1 [R,L] ===== Style ===== 若要讓版面位置生效, 例如:
3015
那麼參考 http://wordpress.org/extend/plugins/wpg2/other_notes/ ===== 完整 URL ===== 要讓 gallery2 embed 產生完整 URL, 兩種方法: http://www.galleryembedded.com/forums/viewtopic.php?t=2742 ==== 方法一 ==== 把這檔案 gallery2/modules/imageblock/templates/ImageBlock.tpl 中的 "forceFullUrl=$ImageBlockData.forceFullUrl" 改成 "forceFullUrl=true" (共三處) ==== 方法二 ==== gallery2/modules/imageblock/classes/ImageBlockHelper.class 將 $ImageBlockData['forceFullUrl'] = 0; 的值改成 1