PEAK XOOPS - mod_rewriteモードの印刷画面へのリンク in englishin japanese

mod_rewriteモードの印刷画面へのリンク

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2008/8/15 16:45
taked2  二等兵   Posts: 1
すみません、日本語しか使えないので日本語で投稿します。

picoでmod_rewriteモードが有効時の印刷画面へのリンクが「404 Not Found」になります。テンプレート見たところ次のように直したら動いたのですが、これでよろしいでしょうか?

pico_main_viewcontent.html

修正前

<!-- print icon -->
<{if $mod_config.show_printicon}>
  <div class="pico_print_icon"><a href="<{$mod_url}>/<{$content.link}><{if $mod_config.use_wraps_mode}>?<{else}>&amp;<{/if}>page=print"><img src="<{$mod_imageurl}>/icon_print.gif" border="0" alt="<{$smarty.const._MD_PICO_LINK_PRINTERFRIENDLY}>" /></a></div>
<{/if}>

修正後

<!-- print icon -->
<{if $mod_config.show_printicon}>
  <div class="pico_print_icon"><a href="<{$mod_url}>/<{$content.link}><{if $mod_config.use_wraps_mode || $mod_config.use_rewrite}>?<{else}>&amp;<{/if}>page=print"><img src="<{$mod_imageurl}>/icon_print.gif" border="0" alt="<{$smarty.const._MD_PICO_LINK_PRINTERFRIENDLY}>" /></a></div>
<{/if}>

$mod_config.use_wraps_modeだけで$mod_config.use_rewriteの時は見てないようなのですが、何か理由がありますか?
Votes:2 Average:10.00
Previous post - Next post | Parent - No child | Posted on 2008/8/27 12:02
GIJOE  先任軍曹   Posts: 4110
taked2さん、こんにちは。

Quote:

すみません、日本語しか使えないので日本語で投稿します。
いえいえ。バグレポートでしたらどの言語でもWelcome!です。

Quote:
picoでmod_rewriteモードが有効時の印刷画面へのリンクが「404 Not Found」になります。テンプレート見たところ次のように直したら動いたのですが、これでよろしいでしょうか?
ご指摘ありがとうございます。
テスト不足でした。(wraps off で rewrite on という環境を忘れてました)

まさにパーフェクトな修正コードで、そのまま取り込みました。

pico-1.62 で反映されています。
どうもありがとうございました。
Votes:4 Average:7.50

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!