Quick Reply
Geplaatst: 03 nov 2004, 19:27
ik heb de quick reply mod van Smartor geinstalleerd maar als ik dan een topic open is de halve template uitgerekt en staan er allemaal letters in
hier is de code:
en dit moet er veranderd worden:
ik weet wel hoe het moet het is bij mijn oude template wel gelukt maar bij deze lukt het niet.
hier is de code:
Code: Selecteer alles
<table width="95%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br />
<span class="gensmall"><b>{PAGINATION}</b><br />
</span></td>
</tr>
</table>
<table width="95%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
<td align="left" valign="middle" width="50%"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a>
» <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
<td align="right" valign="middle" width="50%"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> </span></td>
</tr>
/table>
{POLL_DISPLAY}
<!-- BEGIN postrow -->
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="3%" align="left"><img src="templates/JediKnights2/images/t_head_left.gif" width="66" height="23"></td>
<td width="94%" align="center" background="templates/JediKnights2/images/t_head_bkgd.gif"><span class="cattitle">{postrow.POST_SUBJECT}</span></td>
<td width="3%" align="right"><img src="templates/JediKnights2/images/t_head_right.gif" width="66" height="23"></td>
</tr>
/table>
<table class="forumline" width="95%" cellspacing="1" cellpadding="0" border="0">
<tr align="right">
<td class="row1" colspan="2" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="catBottom" align="left"> <a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}</span></td>
<td class="catBottom" align="right" valign="center" nowrap="nowrap"> {postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} </td>
</tr>
</table> </td>
</tr>
<tr>
<th class="thTop" nowrap="nowrap">{L_MESSAGE}</th>
</tr>
<tr>
<td colspan="2" align="left" valign="top" class="{postrow.ROW_CLASS}">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" align="left" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="150">
<tr>
<td width="12"><img src="templates/JediKnights2/images/spacer.gif" width="12" height="1" border="0" alt=""></td>
<td width="125"><img src="templates/JediKnights2/images/spacer.gif" width="125" height="1" border="0" alt=""></td>
<td><img src="templates/JediKnights2/images/spacer.gif" width="13" height="1" border="0" alt=""></td>
<td width="10"><img src="templates/JediKnights2/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<tr>
<td><img name="post_top_left" src="templates/JediKnights2/images/post_top_left.gif" width="12" height="14" border="0" alt=""></td>
<td background="templates/JediKnights2/images/post_top.gif"><img name="post_top" src="templates/JediKnights2/images/spacer.gif" width="1" height="14" border="0" alt=""></td>
<td><img name="post_top_right" src="templates/JediKnights2/images/post_top_right.gif" width="13" height="14" border="0" alt=""></td>
</tr>
<tr>
<td align="left" valign="top" background="templates/JediKnights2/images/post_left.gif"> </td>
<td background="templates/JediKnights2/images/stars_back_main.gif"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}<p align="center">{postrow.POSTER_AVATAR}</p>{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span></td>
<td width="13" align="left" valign="top" background="templates/JediKnights2/images/post_right.gif"></td>
</tr>
<tr>
<td align="left" valign="top"><img name="post_bttm_left" src="templates/JediKnights2/images/post_bttm_left.gif" width="12" height="13" border="0" alt=""></td>
<td align="left" valign="top" background="templates/JediKnights2/images/post_bttm.gif"><img src="templates/JediKnights2/images/spacer.gif" width="1" height="13"></td>
<td align="left" valign="top"><img name="post_bttm_right" src="templates/JediKnights2/images/post_bttm_right.gif" width="13" height="13" border="0" alt=""></td>
</tr>
/table>
</td>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td colspan="2"><span class="postbody"><br />{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span><br /><br /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="catBottom" width="150" align="center" valign="middle">
<a href="#top"><img src="templates/JediKnights2/images/lang_english/back_to_top.gif" border="0"></a></td>
<td class="catBottom">
<table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
<tr>
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!--
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
document.write(' {postrow.ICQ_IMG}');
else
document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="66" height="23" align="left" valign="top"><img src="templates/JediKnights2/images/t_bottom_left.gif" width="66" height="23"></td>
<td align="left" valign="top" background="templates/JediKnights2/images/t_bottom_bkgd.gif"><img src="templates/JediKnights2/images/t_bottom_bkgd.gif" width="1" height="23"></td>
<td width="66" height="23" align="right" valign="top"><img src="templates/JediKnights2/images/t_bottom_right.gif" width="66" height="23"></td>
</tr>
/table>
<br />
<!-- END postrow -->
<table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr align="right">
<td width="10%" align="left" valign="middle" nowrap="NOWRAP">
<span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
<td width="67%" align="left" valign="middle"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a>
» <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
<td width="23%" height="28" valign="middle" nowrap>{S_TOPIC_ADMIN}
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<form method="post" action="{S_POST_DAYS_ACTION}">
<td align="right"></td>
</form>
</tr>
</table></td>
</tr>
/table>
<table width="95%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left" valign="top" nowrap="nowrap"><span class="gensmall">{S_WATCH_TOPIC}</span><br />
<span class="nav">{PAGE_NUMBER}</span>
</td>
<td width="100%" align="left" valign="middle" nowrap></td>
<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span>
</td>
</tr>
<tr>
<td align="left" colspan="3"></td>
</tr>
/table>
<table width="95%" cellspacing="2" border="0" align="center">
<tr>
<td width="40%" valign="top" nowrap="nowrap" align="left"><p class="gensmall">{L_DISPLAY_POSTS}:<br />
{S_SELECT_POST_DAYS} {S_SELECT_POST_ORDER}
<input type="submit" value="{L_GO}" class="liteoption" name="submit" />
</p> </td>
<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
/table>
Code: Selecteer alles
#
#-----[ OPEN ]------------------------------------------
#
viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
{S_TOPIC_ADMIN}
#
#-----[ AFTER, ADD ]------------------------------------
#
{QUICK_REPLY_FORM}