2007-07-07, 12:03
|
#8 (页面定位)
|
|
一般站友
|
引用:
作者: eric1234
## New Thread Button on Post View ##
模板 SHOWTHREAD :
查找:
HTML 代码:
<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID" rel="nofollow">
替换为:
HTML 代码:
<td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&f=$forumid" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
<if condition="$show['largereplybutton']">
<a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID" rel="nofollow">
That's all!
Enjoy!
|
很好用 多谢
|
|
|