| 作者 |
主題 |
dc
管理員

性別:男
來自:瓦肯星
發表總數:11671
註冊時間:2002-05-07 16:32 |
(第 1 篇) 建議事項
關於首頁判斷訪問者作業系統與瀏覽器中間多一個分號
到 index.php 找到
if ($ok = ereg($tOS1[$cpt], $agt)) $new_agt = $tOS2[$cpt]."; 瀏覽器:".$new_agt;
將紅色的分號消去即可.
0516壓縮包已更新
本帖由dc最後編輯於2002-05-17 03:06
Your mind to my mind,
your thought to my thought |
| 發表時間:2002-05-14 02:53 |
|
dc
管理員

性別:男
來自:瓦肯星
發表總數:11671
註冊時間:2002-05-07 16:32 |
(第 2 篇) 修改表格外觀
[*]修改模板 css 與 message.css 將WORD-BREAK:BREAK-ALL; 去除解決英文被強迫斷行的問題不過會照成圖片太大突出表框.
[*]修改表格讓外觀更順眼
E-mail 輸入區加大
修改模板 usercp_editprofile
<td width="20%" bgcolor="$themes[altcolor1]">$lang[email]</td>
<td width="60%" bgcolor="$themes[altcolor2]">
<input type="text" name="email" size="25 改為 40" value="$userinfo[email]"></td>
</tr>
個人主頁 輸入區加大
修改模板 register_optional
<tr>
<td bgcolor="$themes[altcolor1]">$lang[homepage]</td>
<td bgcolor="$themes[altcolor2]">
<input type="text" name="homepage" size="25 改為 40" value="$userinfo[homepage]"></td>
</tr>
個性簽名 輸入區加大
修改模板 register_optional
<textarea rows="4 改為 6" cols="30 改為 60" name="signature">$userinfo[signature]</textarea></td>
</tr>
Your mind to my mind,
your thought to my thought |
| 發表時間:2002-05-19 02:21 |
|
dc
管理員

性別:男
來自:瓦肯星
發表總數:11671
註冊時間:2002-05-07 16:32 |
(第 3 篇)
[*]修正貼圖撐破表格的問題
修改 functions.php 加入 javascript 代碼,解決貼圖撐破表單的問題.
$content=eregi_replace("(\[img\])+([-~!\`#%&_/:\.a-zA-Z0-9]+)(\[/img\]+)","<a href=\"\\2\" target=\"_blank\" title=\"開新視窗賞圖\"><img src=\"\\2\" border=\"0\" onload=\"javascript:if(this.width>screen.width-333) this.width=screen.width-333\"></a>",$content);
本帖由dc最後編輯於2002-06-19 00:14
Your mind to my mind,
your thought to my thought |
| 發表時間:2002-05-30 01:03 |
|
|
所有時間均為GMT+8, 現在是2026-04-13 10:24 |