ผมก็อยากให้เป็นเช่นนั้นครับ เพราะ ชอบเปิดให้โหลดทิ้งไว้แล้วอ่านทีละหน้า แต่ไม่ชอบการเปิดย้อนหลัง
ผมเอง ดูแลบอร์ด พวก phpbb เลยเอาวิธีการทำมาให้ครับ
เปิดไฟล์ที่ชื่อว่า viewforum_body.tpl ที่อยู่ในโฟลเดอร์ forum/templates/เท็มเพลต ที่ต้องการทำให้เปิดหน้าใหม่เมื่อคลิ๊กที่กระทู้
แล้วหาบรรทัดข้างล่างนี้
โค้ด:
<!-- BEGIN topicrow -->
<tr>
<td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
<td class="row1" width="100%"><span class="topictitle">{topicrow.TOPIC_ATTACHMENT_IMG}
{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
{topicrow.GOTO_PAGE}</span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
<td class="row3" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
<td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
</tr>
<!-- END topicrow -->
แล้วแทนที่ด้วย
<!-- BEGIN topicrow -->
<tr>
<td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="19" height="18" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
<td class="row1" width="100%"><span class="topictitle">{topicrow.TOPIC_ATTACHMENT_IMG}
{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle" target="_blank">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
{topicrow.GOTO_PAGE}</span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
<td class="row3" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
<td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
</tr>
<!-- END topicrow -->
ถ้าบอร์ดมีหลายเท็มเพลต ก็แก้ไขทุก เพลต
ก่อนทำ อย่าลืม แบคอัพ ไฟล์ viewforum_body.tpl ต้นฉบับไว้ก่อนนะครับ กันเหนียว
แต่ รับรอง ใช้งานได้แน่นอนครับ
ขอบคุณนะครับ