不知道是否是裝CASHMOD時有動到還是怎樣的.....
我的論壇開了投票之後就會變成這樣\r


請問要如何才能恢復正常?
版主: 版主管理群
代碼: 選擇全部
#
#--------[ OPEN ]----------------
#
templates/YourTemplates/viewtopic_poll_result.tpl
#
#--------[ FIND ]----------------
#
{TPL_HDR1}<span class="cattitle">{MESSAGE_TITLE}</span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
<td class="row2" colspan="2"><br clear="all" />
#
#--------[ REPLACE WITH ]----------------
#
<tr>
<td class="row2" colspan="2"><br clear="all" />
{TPL_HDR1}<span class="cattitle">{MESSAGE_TITLE}</span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
#
#--------[ FIND ]----------------
#
<br clear="all" />
</td>
</tr>
</table>{TPL_FTR}
#
#--------[ REPLACE WITH ]----------------
#
{TPL_FTR}
<br clear="all" />
</td>
</tr>
#
#--------[ OPEN ]----------------
#
templates/YourTemplates/viewtopic_poll_ballot.tpl
#
#--------[ FIND ]----------------
#
{TPL_HDR1}<span class="cattitle">{MESSAGE_TITLE}</span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
<td class="row2" colspan="2"><br clear="all" /><form method="POST" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center">
#
#--------[ REPLACE WITH ]----------------
#
<tr>
<td class="row2" colspan="2"><br clear="all" />
{TPL_HDR1}<span class="cattitle">{MESSAGE_TITLE}</span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<form method="POST" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center">
#
#--------[ FIND ]----------------
#
</table>{S_HIDDEN_FIELDS}</form></td>
</tr>
</table>{TPL_FTR}
#
#--------[ REPLACE ]----------------
#
</table>{S_HIDDEN_FIELDS}</form>
{TPL_FTR}
</td>
</tr>
#
#--------[ SAVE/CLOSE ALL FILES ]----------------
#
# EoM