[整理帖]IPB 2.1.x 前、後台要注意的選項設定
Sunday, 20. August 2006, 03:01:56
如果有疑問或者要幫忙整理前後台要注意的選項設定,
請在IPB板上,再建立新主題,謝謝。
前台部份
1.所見即所得編輯器
到論壇首頁 => 我的控制台 => 論壇設定
=> 發表文章時所使用的編輯器: 標準編輯器 或選擇 所見即所得編輯器
(所見即所得編輯器需要使用 IE6, Mozilla 或 Firefox)
2.一篇文章裡,一口氣回覆好幾個人的文章內容(多重引用的附加元件之功能)
在要回覆的主題文章之下方,按下[+引言]選項,它就會變成紅色的[-引言],
接下來再按下好幾個人的文章內容之下方的[+引言]選項之後,
最後再按底下的[發表回覆]就可以開始編輯並回覆了
------------------------------------------------
後台部份(論壇系統管理者必看喔)
1.更改編碼為UTF-8 ( charset=utf-8 )
ACP => TOOLS & SETTINGS => General Configuration (18 settings)
(These settings control the basics of the board such as URLs and paths.)
=> Document character set: iso-8859-1 改為 utf-8
(Enter the document character set for all HTML pages.)
2.修改CSS的字體大小
http://forums.odysseyweb.idv.tw/index.php?showtopic=420
到後台修改的方法
ACP => LOOK & FEEL => 右邊的選項 Skin Sets => IPB Default Skin => Options 圖文字選項
=> Edit Stylesheet (CSS Advanced Mode)
到phpMyAdmin去改資料庫的方法
ipbskin_sets => 瀏覽 => 預設面板 => 按下編輯
=> set_cache_css => 貼上去修改的css => 按下執行
3.關閉自動斷行,除去文章行與行之間的亂碼或是?問號
ACP => TOOLS & SETTINGS => Topics, Posts and Polls
=> No. characters to word wrap on? 80改為0
(Prevents long unbroken words which distort tables. 80 - 100 is recommended)
4.在n分鐘內於同一主題的連續灌水回覆,自動合併在一篇文章裡
ACP => TOOLS & SETTINGS => Topics, Posts and Polls
=> Merge member's concurrent posts:10改0來取消
(When a member posts twice within n minutes, once after the other in a topic they will be merged into one post. Enter the number of minutes to capture concurrent posts. Enter 0 to not use.)
5.論壇首頁下方 Invision Power Board v2.1.x © 2005 IPS, Inc.
顯示 Licensed to: xxxx
ACP => TOOLS & SETTINGS => IPB Licence Settings
=> IPB Registered License Key:序號
=> Display registered to line?:Yes
=> Show as licensed to...:xxxx
6.文章評分功能
ACP => MANAGEMENT => Manage Forums => 在某某板的右邊之圖文字選項並選擇 Settings...
=> Enable Topic Rating:選Yes
(per user group option)
開啟XXX群組可以使用評分功能
ACP => MANAGEMENT => Users and Groups => Manage User Groups
=> User Group Management => Group Title => 選擇XXX群組之圖文字選項並選擇 Edit Group
=> Posting Permissions => Can rate topics (in forums where allowed)?:選擇Yes(Not allowed to change vote)
7.修改註冊表單裡的註冊條款&規定
http://forums.odysseyweb.idv.tw/index.php?showtopic=246
ACP => TOOLS & SETTINGS => Board Guidelines => Registration Terms & Rules:貼上去管理者訂的註冊條款&規定
(The content of this section will be displayed before a member can register a new account. HTML ENABLED)
8.修改論壇網頁檔頭(可由檢視 => 原始檔。看到修改後的效果)
LOOK & FEEL => IPB Default Skin => Options => Edit Board Header & Footer Wrapper
最好是將
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
改成
<html xml:lang="zh-TW" lang="zh-TW" xmlns="http://www.w3.org/1999/xhtml">
沒有似乎也沒關係的樣子
接下來可以加入網站的 keyword description 或者是 Google Analytics
例如
<meta name ="keywords" content="IPB,超時空要塞,安達充,動漫畫電玩,電腦技術">
<meta name="description" content="有超時空要塞、安達充、電腦技術等多主題討論的論壇">
9.暫時關閉論壇
通常管理者要備份資料庫或修改、升級論壇時,都會先關閉論壇
ACP => TOOLS & SETTINGS => Board Offline / Online
=> Turn the board offline? 選Yes (.)
=> The offline message to display:可以在此寫一些關閉論壇的原因
----------------------------------------------------
10.你的論壇名稱
ACP => TOOLS & SETTINGS => General Configuration
=> Board Name:更改為你的論壇名稱
----------------------------------------------------
11.在論壇頁面底下顯示Debug資訊
ACP => TOOLS & SETTINGS => General Configuration=> Debug level
=> 通常選1: Show server load, page generation times and query count
Debug level總共有這4個選項可選擇
0: None - Don't show any debug information
1: Show server load, page generation times and query count
2: Show level 1 (above) and GET and POST information
3: Show level 1 + 2 and database queries
若選1之後,回到論壇首頁,就會看到底下顯示
0.0996 秒 -- 6 查詢 GZIP 啟用
----------------------------------------------------
12.將英文的 Pinned 改為「 置頂 」中文顯示
ACP => TOOLS & SETTINGS => Topics, Posts and Polls =>
=> Topic Titles 更改以下3個
Topic prefix for PINNED topics:將 Pinned: 改為 置頂:
Topic prefix for MOVED topics:將 Moved: 改為 移動:
Topic prefix for POLLS:將 Poll: 改為 投票:
----------------------------------------------------
13.對Guest訪客預設選擇
ACP => TOOLS & SETTINGS => User Profiles =>
=> Guest Default Options 有3個選項
Allow GUESTS to view signatures? Yes No
Allow GUESTS to view posted images? Yes No
Allow GUESTS to view user avatars? Yes No
----------------------------------------------------
14.論壇頁面底下顯示Debug資訊之「查詢」的字體大小
/cache/skin_cache/cacheid_x(x依照您的設定) /skin_global.php
找出 color:white;font-size:10px
替換 color:white;font-size:12px
----------------------------------------------------
請在IPB板上,再建立新主題,謝謝。
前台部份
1.所見即所得編輯器
到論壇首頁 => 我的控制台 => 論壇設定
=> 發表文章時所使用的編輯器: 標準編輯器 或選擇 所見即所得編輯器
(所見即所得編輯器需要使用 IE6, Mozilla 或 Firefox)
2.一篇文章裡,一口氣回覆好幾個人的文章內容(多重引用的附加元件之功能)
在要回覆的主題文章之下方,按下[+引言]選項,它就會變成紅色的[-引言],
接下來再按下好幾個人的文章內容之下方的[+引言]選項之後,
最後再按底下的[發表回覆]就可以開始編輯並回覆了
------------------------------------------------
後台部份(論壇系統管理者必看喔)
1.更改編碼為UTF-8 ( charset=utf-8 )
ACP => TOOLS & SETTINGS => General Configuration (18 settings)
(These settings control the basics of the board such as URLs and paths.)
=> Document character set: iso-8859-1 改為 utf-8
(Enter the document character set for all HTML pages.)
2.修改CSS的字體大小
http://forums.odysseyweb.idv.tw/index.php?showtopic=420
到後台修改的方法
ACP => LOOK & FEEL => 右邊的選項 Skin Sets => IPB Default Skin => Options 圖文字選項
=> Edit Stylesheet (CSS Advanced Mode)
到phpMyAdmin去改資料庫的方法
ipbskin_sets => 瀏覽 => 預設面板 => 按下編輯
=> set_cache_css => 貼上去修改的css => 按下執行
3.關閉自動斷行,除去文章行與行之間的亂碼或是?問號
ACP => TOOLS & SETTINGS => Topics, Posts and Polls
=> No. characters to word wrap on? 80改為0
(Prevents long unbroken words which distort tables. 80 - 100 is recommended)
4.在n分鐘內於同一主題的連續灌水回覆,自動合併在一篇文章裡
ACP => TOOLS & SETTINGS => Topics, Posts and Polls
=> Merge member's concurrent posts:10改0來取消
(When a member posts twice within n minutes, once after the other in a topic they will be merged into one post. Enter the number of minutes to capture concurrent posts. Enter 0 to not use.)
5.論壇首頁下方 Invision Power Board v2.1.x © 2005 IPS, Inc.
顯示 Licensed to: xxxx
ACP => TOOLS & SETTINGS => IPB Licence Settings
=> IPB Registered License Key:序號
=> Display registered to line?:Yes
=> Show as licensed to...:xxxx
6.文章評分功能
ACP => MANAGEMENT => Manage Forums => 在某某板的右邊之圖文字選項並選擇 Settings...
=> Enable Topic Rating:選Yes
(per user group option)
開啟XXX群組可以使用評分功能
ACP => MANAGEMENT => Users and Groups => Manage User Groups
=> User Group Management => Group Title => 選擇XXX群組之圖文字選項並選擇 Edit Group
=> Posting Permissions => Can rate topics (in forums where allowed)?:選擇Yes(Not allowed to change vote)
7.修改註冊表單裡的註冊條款&規定
http://forums.odysseyweb.idv.tw/index.php?showtopic=246
ACP => TOOLS & SETTINGS => Board Guidelines => Registration Terms & Rules:貼上去管理者訂的註冊條款&規定
(The content of this section will be displayed before a member can register a new account. HTML ENABLED)
8.修改論壇網頁檔頭(可由檢視 => 原始檔。看到修改後的效果)
LOOK & FEEL => IPB Default Skin => Options => Edit Board Header & Footer Wrapper
最好是將
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
改成
<html xml:lang="zh-TW" lang="zh-TW" xmlns="http://www.w3.org/1999/xhtml">
沒有似乎也沒關係的樣子
接下來可以加入網站的 keyword description 或者是 Google Analytics
例如
<meta name ="keywords" content="IPB,超時空要塞,安達充,動漫畫電玩,電腦技術">
<meta name="description" content="有超時空要塞、安達充、電腦技術等多主題討論的論壇">
9.暫時關閉論壇
通常管理者要備份資料庫或修改、升級論壇時,都會先關閉論壇
ACP => TOOLS & SETTINGS => Board Offline / Online
=> Turn the board offline? 選Yes (.)
=> The offline message to display:可以在此寫一些關閉論壇的原因
----------------------------------------------------
10.你的論壇名稱
ACP => TOOLS & SETTINGS => General Configuration
=> Board Name:更改為你的論壇名稱
----------------------------------------------------
11.在論壇頁面底下顯示Debug資訊
ACP => TOOLS & SETTINGS => General Configuration=> Debug level
=> 通常選1: Show server load, page generation times and query count
Debug level總共有這4個選項可選擇
0: None - Don't show any debug information
1: Show server load, page generation times and query count
2: Show level 1 (above) and GET and POST information
3: Show level 1 + 2 and database queries
若選1之後,回到論壇首頁,就會看到底下顯示
0.0996 秒 -- 6 查詢 GZIP 啟用
----------------------------------------------------
12.將英文的 Pinned 改為「 置頂 」中文顯示
ACP => TOOLS & SETTINGS => Topics, Posts and Polls =>
=> Topic Titles 更改以下3個
Topic prefix for PINNED topics:將 Pinned: 改為 置頂:
Topic prefix for MOVED topics:將 Moved: 改為 移動:
Topic prefix for POLLS:將 Poll: 改為 投票:
----------------------------------------------------
13.對Guest訪客預設選擇
ACP => TOOLS & SETTINGS => User Profiles =>
=> Guest Default Options 有3個選項
Allow GUESTS to view signatures? Yes No
Allow GUESTS to view posted images? Yes No
Allow GUESTS to view user avatars? Yes No
----------------------------------------------------
14.論壇頁面底下顯示Debug資訊之「查詢」的字體大小
/cache/skin_cache/cacheid_x(x依照您的設定) /skin_global.php
找出 color:white;font-size:10px
替換 color:white;font-size:12px
----------------------------------------------------

