森林之原
五月 22, 2012, 10:23:55 am *
歡迎光臨, 訪客. 請先 登入註冊一個帳號.

請輸入帳號, 密碼以及預計登入時間
新聞: 森林之原歡迎您的蒞臨!
森林之原提供自由軟體的支援,包括繁體中文的翻譯。
 
   首頁   說明 搜尋 日曆 登入 註冊  
頁: [1]   向下
  寄送主題  |  列印  
作者 主題: 滑鼠移上預覽主題內容  (閱讀 2682 次)
0 會員 以及 1 訪客 正在閱讀本篇主題.
Andrew::
魔,羯
*
離線 離線

文章: 217



個人網站
« 於: 十月 15, 2004, 08:37:48 pm »

將滑鼠移到一篇主題的連結上面可以讓你預覽主題裡面的內容.

In MessageIndex.template.php:
Find:
程式碼:
', $topic['first_post']['link'];

Replace with:
程式碼:
<span title="', $topic['first_post']['preview'], '">', $topic['first_post']['link'], '</span>';

如果你有在外掛管理下載最新的RC2更新檔, 你可以不用修改下面的檔案.
In Sources/MessageIndex.php:
Find:
程式碼:
$row['firstBody'] = substr($row['firstBody'], 128) . '...';
$row['lastBody'] = strip_tags(strtr(doUBBC($row['lastBody'], $row['lastSmileys']), array('<br />' =>

'&#10;')));
if (strlen($row['lastBody']) > 128)
$row['lastBody'] = substr($row['lastBody'], 128) . '...';

Replace with:
程式碼:
$row['firstBody'] = substr($row['firstBody'], 0, 128) . '...';
$row['lastBody'] = strip_tags(strtr(doUBBC($row['lastBody'], $row['lastSmileys']), array('<br />' =>

'&#10;')));
if (strlen($row['lastBody']) > 128)
$row['lastBody'] = substr($row['lastBody'], 0, 128) . '...';


原文: http://www.simplemachines.org/community/index.php?topic=18251.0
向版主檢舉   已記錄

頁: [1]   向上
  寄送主題  |  列印  
 
前往:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006, Simple Machines LLC Valid XHTML 1.0! Valid CSS!