1 頁 (共 1 頁)

Topic Text in Mouse Over (以滑鼠顯示主題內容) (Update 1.0.6)

發表於 : 2008-10-24 22:19
心靈捕手
外掛名稱:Topic Text in Mouse Over
外掛作者:RMcGirr83
外掛描述:
  • 讓您的論壇可以使用滑鼠,以顯示主題的第一篇文章或最後發表文章的內容。顯示的字元數量等,可以在「ACP -> 討論區特色」中設定。
外掛版本:1.0.0
外掛下載:topic_post_text_hover.zip
資料來源:http://www.phpbb.com/community/viewtopi ... &t=1257235
--
關於外掛之最新版本,
請參閱最後一篇文章.

Re: Topic Text in Mouse Over (以滑鼠顯示主題內容)

發表於 : 2008-11-02 12:04
心靈捕手
外掛歷史:

代碼: 選擇全部

2008-10-28 - Version1.0.1
included search output for mouse over
(以滑鼠顯示 '搜尋' 結果-主題-內容)

2008-10-31 - Version1.0.1a
last post is now included
(以滑鼠顯示 '最後發表' 文章內容)
外掛下載:
http://www.rmcgirr83.org/viewtopic.php?f=37&t=33

P.S.
1. 目前, 尚未經官方認證.
2. 個人測試結果, 建議修正部分:
http://www.phpbb.com/community/viewtopi ... 5#p7562925

Re: Topic Text in Mouse Over (以滑鼠顯示主題內容) (Update 1.0.1a)

發表於 : 2008-11-03 21:57
心靈捕手
外掛歷史:

代碼: 選擇全部

2008-11-01 - Version1.0.2
Major re-write of code. Added ability in ACP to show just the first post, the last post or both
(重寫大部分的程式碼. 增加 ACP 設定顯示 '第一篇文章, 最後發表文章, 或兩者皆是' 的功能)
外掛下載:
http://www.rmcgirr83.org/viewtopic.php?f=37&t=33

中文化分享:
解壓縮後, 將 1 個語言檔存入底下路徑.
language/zh_cmn_hant/mods/topic_post_text_hover.php
topic_text_hover.zip
for 1.0.2
(1.09 KiB) 已下載 949 次
P.S.
1. 目前, 尚未經官方認證.
2. 因為重寫大部分的程式碼, 所以此更新版沒有手動升級說明.

Topic Text in Mouse Over (以滑鼠顯示主題內容) (Update 1.0.4a)

發表於 : 2009-01-12 15:44
心靈捕手
外掛歷史:

代碼: 選擇全部

2008-09-11 - Version1.0.0
first release

2008-10-28 - Version1.0.1
included search output for mouse over

2008-11-01 - Version1.0.2
Major re-write of code. Added ability in ACP to show just the first post, the last post or both

2008-11-14 - Version1.0.2a
Fixed issue of entire last post showing in includes/functions_display.php

2008-11-26 - Version1.0.3
Fixed modx in-line edits

2008-11-30 - Version1.0.3a
tooltip.js uses phpbb onload_functions call..thanks Handyman!!

2008-12-11 - Version1.0.4
Rewrite of code to acp board, search, viewforum, functions_display and includes/topic_text_hover

2009-01-02 - Version1.0.4a
Added 3.0.4 support as well as DIY instructions for regenerating template and theme.
官方主題:
http://www.phpbb.com/community/viewtopi ... &t=1257235

作者論壇:
http://www.rmcgirr83.org/viewtopic.php?f=37&t=33

中文化分享:
zh_cmn_hant.zip
for v1.0.4a
(1.13 KiB) 已下載 895 次
解壓縮後, 將 1 個語言檔存入底下路徑.
language/zh_cmn_hant/mods/topic_text_hover.php

1.0.1a 升級 1.0.4a 經驗:
因為此外掛自 1.2.0 起改寫大部分程式碼, 所以未有升級說明;
而且當初升級版尚未經官方認證, 所以個人並未隨之加以更新.

昨天, 看見此外掛升級 1.0.4a, 且已獲官方認證;
所以在今天抽空進行升級. 茲分享成功經驗如下:

此外掛加入 tooltip.js (tooltip.css) 將使得使用者更容易適用於自己的風格
但是, 安裝等級卻由 "簡易" 變為 "中度", 因此不建議新手安裝.
  1. 做好備份 (必須有失敗的打算)
  2. 補足資料表 phpbb_config 的欄位新增 (已有的欄位就不要再新增, 以免錯誤)
  3. 重新上傳附加檔案 (包含中文化語言檔)
  4. 重新修改相關檔案
  5. 清除快取; 重新整理風格之樣板, 主題

[教學] 更改 tooltip 的背景顏色與內文排版的方法

發表於 : 2009-01-17 11:47
心靈捕手
1. 更改背景顏色:
開啟
style/YOUR_STYLE/theme/tooltip.css

找到

代碼: 選擇全部

	background: #FFF;
取代成

代碼: 選擇全部

	background: #98FB98;
儲存後, 清除論壇快取, 並重新整理 (ACP > 風格 > 主題 > YOUR_STYLE).
如此您的 tooltip 背景顏色, 將由白色 (#FFF) 改變為您新的設定 (#98FB98).
P.S.
1. 顏色 (RGB 值) 請自訂.
2. 其他屬性 (中文) 說明:

代碼: 選擇全部

#tooltip{
	padding: 3px; /* 四周邊距 */
	border: solid 1px #000000; /* 框線型態, 大小, 顏色 */
	display: none; /*white-space: nowrap;*/
	background: #98FB98; /* 背景顏色 */
	color: #000000; /* 字型顏色 */
	font: 10px Verdana, Arial, Helvetica, sans-serif; /* 字型大小, 字體 */
	text-align: left; /* 文字靠左 */
	position: absolute;
	left: 0;
	z-index: 1000;
	filter: alpha(opacity=85);
	opacity: .85; /* 不透明度 */
}
2. 更改內文排版:
開啟
includes/topic_text_hover.php

找到

代碼: 選擇全部

'`[\s]+`' // Multiple spaces
取代成

代碼: 選擇全部

//'`[\s]+`' // Multiple spaces...uncomment to have everything on one line
儲存與關閉

資料來源:
http://www.phpbb.com/community/viewtopi ... 5#p8414845

P.S.
修改前: 內文無法自動斷行;
修改後: 內文可以自動斷行.

Topic Text in Mouse Over (以滑鼠顯示主題內容) (Update 1.0.5)

發表於 : 2009-04-11 12:53
心靈捕手
外掛歷史:
2009-03-17 - 版本 1.0.5
  • Added ability for users to show the text hover or not as well as a database update file
外掛下載:
http://www.phpbb.com/mods/db/download/8475/

官方主題:
http://www.phpbb.com/community/viewtopi ... &t=1257235

中文化分享:
解壓縮後, 將 1 個語言檔存入底下路徑.
language/zh_cmn_hant/mods/topic_text_hover.php
zh_cmn_hant.zip
for v1.0.5
(1.38 KiB) 已下載 932 次
1.0.4a 升級 1.0.5 經驗:
此升級版, 主要新增會員於 UCP 設定是否 "停用以滑鼠停留來顯示文章內容" 的功能.
如果您覺得不需要此功能的話, 那麼不必升級.
20090625_173053.jpg
茲分享成功經驗如下:
  • 補足資料表 phpbb_config 的欄位新增

    代碼: 選擇全部

    ALTER TABLE phpbb_users ADD user_text_hover TINYINT(1) NOT NULL DEFAULT '0';
    
  • 重新上傳中文化語言檔
  • 參考安裝說明, 修改相關檔案
  • 清除快取; 重新整理風格之樣板, 主題

Topic Text in Mouse Over (以滑鼠顯示主題內容) (Update 1.0.6)

發表於 : 2009-08-05 16:43
心靈捕手
外掛歷史:
2009-05-26 - Version1.0.6
  • Fixed code so that users that don't have "Can read" forum auths don't see text from posts.
外掛下載:
http://www.phpbb.com/mods/db/download/8475/

官方主題:
http://www.phpbb.com/community/viewtopi ... &t=1257235

中文化分享:
上頭 v1.0.5 之中文化仍可適用.

1.0.5 升級 1.0.6 經驗:
此升級版, 主要新增 "會員閱讀文章的權限" 之判定.

只要重新修改底下檔案:
  • includes/functions_display.php
  • search.php
  • viewforum.php