1 頁 (共 1 頁)

[問題]請問有辦法不同版面套用不同風格嗎??

發表於 : 2003-05-01 03:01
sable
因為有些特殊主題的版面想用特殊風格,不知道PHPBB辦的到這一點嗎??

以上

發表於 : 2003-05-01 03:10
Mac

發表於 : 2003-05-02 04:24
sable
安裝起來有點問題請教
目前用的測試系統是phpbb2.03安裝於win2000上(照貴站教學的安裝方法)
已修正多國語言

目前照下載下來的步驟安裝完後
會出現錯誤訊息如下

Fatal error: Call to undefined function: phpbb_realpath() in c:\appserv\www\phpbb2\includes\template.php on line 235

而該行原始檔為\r

$sub_templates_cfg = phpbb_realpath($this->root . '/sub_templates.cfg');

請問應該修正哪裡??

另,安裝說明中有幾點請教
首先是他說要更動的檔案為includes/templates.php
是否是includes/template.php之誤??
再來要更動的language/lang_english/lang_admin.php
在中文下是否要變成language/lang_chinese_traditional_taiwan/lang_admin.php
最後就是\r
* inhibate all the redifined "<style></style>"
(deleting all the lines within those tags will be perfect,
and will decrease the bandwidth usage of your board),

* activate in overall_header.tpl the line :
<link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css">
這兩個敘述的詳細解釋是什麼??

請前輩們幫忙m(_ _)m

以上