所有的东西都是乱弹和自己的技术积累和网络见闻
tcsm | 09 三月, 2005 22:49
修改摸版"forumhome_forumbit_level1_post"和摸版"forumhome_forumbit_level2_post" |
【代码】
<if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> |
替换为:
【代码】
<if condition="$vboptions['showmoderatorcolumn']"> <form><td class="alt1"> <SELECT NAME="newLoc" onChange="jumpPage(this.form.newLoc)" maxlength="20"> <OPTION VALUE="#">=版主列表=</OPTION> <OPTION VALUE="#">---------------</OPTION> $forum[moderators]</select></td></form> </if> |
<a href="member.php?$session[sessionurl]u=$moderator[userid]">$moderator[musername]</a> |
<OPTION VALUE="member.php?$session[sessionurl]u=$moderator[userid]">$moderator[musername]</OPTION > |
修改模板“header”
查找:
【PHP 代码】
<!-- content table --> |
在下面添加:
【PHP 代码】
<!-- kaotixVIBEinc --> <script> <!-- function jumpPage(newLoc) { newPage = newLoc.options[newLoc.selectedIndex].value if (newPage != "") { window.location.href = newPage } } // --> </script> <!-- /kaotixVIBEinc --> |
CSS 中 <select>菜单 字体名称 设置成 宋体
« | 十一月 2024 | » | ||||
---|---|---|---|---|---|---|
日 | 一 | 二 | 三 | 四 | 五 | 六 |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |