[推薦]Printable Topics
版主: 版主管理群
[推薦]Printable Topics
Source: phpBB MOD
Mod Title: printable page
Mod Version: 1.0.0
Author: Adam Ismay (admin@boardz.tk)
Description: Gives the option of a printable version
which has no non-message graphics and has
a more compact display format. All messages
in a thread are displayed.
DEMO: 右上角
Mod Title: printable page
Mod Version: 1.0.0
Author: Adam Ismay (admin@boardz.tk)
Description: Gives the option of a printable version
which has no non-message graphics and has
a more compact display format. All messages
in a thread are displayed.
DEMO: 右上角
最後由 oO]-[Oo 於 2002-04-17 18:45 編輯,總共編輯了 1 次。
OOHOO said:
有事Mail給我, 不要P我, 因為根本沒辦法P.
有事Mail給我, 不要P我, 因為根本沒辦法P.
正式版的也可以搜尋
oohoo有釋出
oohoo有釋出
注意事項:
●phpBB 架設相關問題請到 + phpBB 3.0.x 討論區發表!
●都沒有你要的答案嗎??>>點這裡<<搜尋一下吧!
●請使用>>標準的發文格式<<發表問題!
●竹貓星球並非政治團體代言人,請不要在竹貓討論政治議題,也不要認為竹貓是偏向任何一方政治團體,竹貓愛的是台灣這片生長的土地,過於泛政治化文章請來信告知移除!
●關於 phpBB 使用問題請在版面發問,私人訊息提供其他不相干或是隱私的事情聯絡之用。
●所有市面上的免費空間皆非竹貓管轄,請勿來信詢問,請直接與該免費空間連絡。
●phpBB 架設相關問題請到 + phpBB 3.0.x 討論區發表!
●都沒有你要的答案嗎??>>點這裡<<搜尋一下吧!
●請使用>>標準的發文格式<<發表問題!
●竹貓星球並非政治團體代言人,請不要在竹貓討論政治議題,也不要認為竹貓是偏向任何一方政治團體,竹貓愛的是台灣這片生長的土地,過於泛政治化文章請來信告知移除!
●關於 phpBB 使用問題請在版面發問,私人訊息提供其他不相干或是隱私的事情聯絡之用。
●所有市面上的免費空間皆非竹貓管轄,請勿來信詢問,請直接與該免費空間連絡。
[ 打開: viewtopic.php ]
[ 尋找 ]
[ 在下面加一行 ]
[ 存檔 ]
[ 打開: templates/subSilver/subSilver.cfg ]
[ 尋找 ]
[ 在下面加一行 ]
[ 存檔 ]
[ 打開: templates/subSilver/viewtopic_body.tpl ]
[ 尋找 (這句找不到請搜尋{U_PRINT}, 去找大概位置, 這只是HTML語法) ]
[ 改成 ]
[ 存檔 ]
[ 上傳: print-topic.gif ]
上傳至 /templates/ur_template/images/ur_lang/print-topic.gif
[ 尋找 ]
代碼: 選擇全部
'L_PRINT' => $lang['Print_View'], // Printable Page
'U_PRINT' => append_sid("printview.$phpEx?" . POST_TOPIC_URL . "=$topic_id&start=$start"), // Printable Page
代碼: 選擇全部
'U_PRINT_IMG' => $images['print_topic'], // Printable Page
[ 打開: templates/subSilver/subSilver.cfg ]
[ 尋找 ]
代碼: 選擇全部
$images['reply_new'] = "$current_template_images/{LANG}/reply.gif";
$images['reply_locked'] = "$current_template_images/{LANG}/reply-locked.gif";
代碼: 選擇全部
$images['print_topic'] = "$current_template_images/{LANG}/print-topic.gif";
[ 存檔 ]
[ 打開: templates/subSilver/viewtopic_body.tpl ]
[ 尋找 (這句找不到請搜尋{U_PRINT}, 去找大概位置, 這只是HTML語法) ]
代碼: 選擇全部
<a href="{U_PRINT}" title="{L_PRINT}" class="nav" target="_blank">{L_PRINT}</a>
代碼: 選擇全部
<a href="{U_PRINT}" title="{L_PRINT}" class="nav" target="_blank"><img src="{U_PRINT_IMG}" alt="{L_PRINT}" border="0" /></a>
[ 存檔 ]
[ 上傳: print-topic.gif ]
上傳至 /templates/ur_template/images/ur_lang/print-topic.gif
OOHOO said:
有事Mail給我, 不要P我, 因為根本沒辦法P.
有事Mail給我, 不要P我, 因為根本沒辦法P.
[quote="OOHOO"]
[ 打開: viewtopic.php ]
[ 尋找 ]
奇怪,關於上面這段.我怎麼找不到呢?
我的應該是 rc2 版的
[ 在下面加一行 ]
[ 存檔 ]
[ 打開: viewtopic.php ]
[ 尋找 ]
代碼: 選擇全部
'L_PRINT' => $lang['Print_View'], // Printable Page
'U_PRINT' => append_sid("printview.$phpEx?" . POST_TOPIC_URL . "=$topic_id&start=$start"), // Printable Page
我的應該是 rc2 版的
[ 在下面加一行 ]
代碼: 選擇全部
'U_PRINT_IMG' => $images['print_topic'], // Printable Page