tagje

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gebruikersavatar
supperbas
Berichten: 389
Lid geworden op: 05 jun 2005, 10:02
Locatie: zeeland
Contacteer:

Bericht door supperbas » 28 jun 2005, 21:21

staat er in de tabel deze waarden

Code: Selecteer alles

whit="X"
x kan alles zijn
of

Code: Selecteer alles

<br>
?

Rich
Berichten: 202
Lid geworden op: 21 feb 2005, 20:00
Locatie: Hellevoetsluis
Contacteer:

Bericht door Rich » 28 jun 2005, 21:22

supperbas schreef:staat er in de tabel deze waarden

Code: Selecteer alles

whit="X"
x kan alles zijn
of

Code: Selecteer alles

<br>
?
nee

Gebruikersavatar
supperbas
Berichten: 389
Lid geworden op: 05 jun 2005, 10:02
Locatie: zeeland
Contacteer:

Bericht door supperbas » 28 jun 2005, 21:24

of staat er

Code: Selecteer alles

collspan="X"
?
indien nee copieer dan de tabel code eens

Rich
Berichten: 202
Lid geworden op: 21 feb 2005, 20:00
Locatie: Hellevoetsluis
Contacteer:

Bericht door Rich » 28 jun 2005, 21:27

nee

Code: Selecteer alles

<!-- BEGIN switch_xs_enabled -->
<?php

// This code will be visible only with eXtreme Styles mod

$postrow_count = ( isset($this->_tpldata['postrow.']) ) ?  sizeof($this->_tpldata['postrow.']) : 0;
for ($postrow_i = 0; $postrow_i < $postrow_count; $postrow_i++)
{
	$postrow_item = &$this->_tpldata['postrow.'][$postrow_i];
	// replace username with link to user profile
	if(!empty($postrow_item['PROFILE']) && strpos($postrow_item['POSTER_NAME'], '<') === false)
	{
		$postrow_item['SEARCH_IMG2'] = str_replace('%s', htmlspecialchars($postrow_item['POSTER_NAME']), $postrow_item['SEARCH_IMG']);
		$search = array($lang['Read_profile'], '<a ');
		$replace = array($postrow_item['POSTER_NAME'], '<a class="name" ');
		$postrow_item['POSTER_NAME'] = str_replace($search, $replace, $postrow_item['PROFILE']);
	}
}

?>
<!-- END switch_xs_enabled -->
<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr> 
	<td align="left" valign="middle"><span class="nav">
	  <a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
	  &raquo; <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a>
	  &raquo; <a class="nav" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></span></td>
	 <td align="right" valign="middle"><span class="nav"><b>{PAGINATION}</b></span></td>
  </tr>
  <tr>
    <td align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
	<td align="right" valign="middle"><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>&nbsp;
	</span></td>
  </tr>
</table>

{POLL_DISPLAY} 

<!-- BEGIN postrow -->
<a name="{postrow.U_POST_ID}"></a>
{TPL_HDR1}<span class="cattitle">{postrow.POST_SUBJECT}</span>{TPL_HDR2}<table border="0" cellpadding="0" cellspacing="1" width="100%" class="forumline">
<tr>
	<td class="th" align="center" valign="middle"><table border="0" cellspacing="0" cellpadding="2" width="100%">
	<tr height="26">
		<td align="left" valign="middle" nowrap="nowrap"><span class="th"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}"/><td> {postrow.POSTER_NAME} </td> 
    <td><font color="#0000FF">({postrow.POSTER_RANK})</font></td> <title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="genmed">{L_POSTED}: {postrow.POST_DATE}</span></span></td>
		<td align="right" valign="middle" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} </td>
	</tr></table></td>
</tr>
<tr>
	<td class="row1" align="left" valign="top" width="100%"><table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- main table start -->
	<tr>
		<td width="150" align="left" valign="top" rowspan="2"><table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- left row table start -->
		<tr>
			<td width="100%" align="left" valign="top" background="{T_TEMPLATE_PATH}/images/post_bg.gif"><table border="0" cellspacing="0" cellpadding="4">
			<tr>
				<td align="left" valign="top"><table border="0" cellspacing="0" cellpadding="0">
				<tr><td><span class="name"><b>{postrow.POSTER_NAME}</b></span></td></tr>
				<tr><td><span class="postdetails"></span></td></tr>
				<tr><td><span class="postdetails">{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}</span></tr>
				<tr><td><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="120" height="5" border="0" alt="" /></td></tr>
				<tr><td><span class="postdetails">{postrow.POSTER_JOINED}</span></td></tr>
				<tr><td><span class="postdetails">{postrow.POSTER_POSTS}</span></td></tr>
				<tr><td><span class="postdetails">{postrow.POSTER_FROM}</span></td></tr>
				</table></td>
			</tr>
			</table><br /><br /></td>
			<td width="15" background="{T_TEMPLATE_PATH}/images/post_right.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="15" height="1" border="0" /></td>
		</tr>
		<tr>
			<td height="15" background="{T_TEMPLATE_PATH}/images/post_bottom.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="15" border="0" /></td>
			<td width="15" height="15"><img src="{T_TEMPLATE_PATH}/images/post_corner.gif" width="15" height="15" border="0" /></td>
		</tr>
		<!-- left row table end --></table><br /><br /></td>
		<td class="row1" align="left" valign="top" width="100%"><table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right top row table start -->
		<tr>
			<td width="100%"><span class="postbody">{postrow.MESSAGE}</span></td>
		</tr>
		<!-- right top row table end --></table></td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="bottom" nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right bottom row start -->
		<tr>
			<td width="100%"><span class="postbody"><span class="gensmall">{postrow.EDITED_MESSAGE}</span>{postrow.SIGNATURE}</span></td>
		</tr>
		<!-- right bottom row end --></table></td>
	</tr>
	</table></td>
</tr>
<tr>
	<td height="28" valign="bottom" class="row4"><table border="0" cellspacing="0" cellpadding="3">
	<tr>
		<td width="120"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="130" height="1" border="0" /></td>
		<td width="100%" align="left" valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.SEARCH_IMG2} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.ICQ_IMG}</td>
	</tr></table></td>
</tr>
</table>{TPL_FTR}
<!-- END postrow -->

{TPL_HDR1}<span class="cattitle"><a class="cattitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
<tr>
	<th align="left"><a class="th" href="{U_INDEX}">{L_INDEX}</a> &raquo; <a class="th" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></th>
</tr>
<tr>
	<td class="row1" align="left" valign="top">
	<table border="0" cellspacing="0" cellpadding="5" width="100%">
	<tr>
		<td align="left" valign="top">
			<span class="gensmall">{S_AUTH_LIST}</span>
		</td>
		<td align="right" valign="top">
			<span class="gensmall">{S_TIMEZONE}&nbsp;&nbsp;<br />
			{PAGE_NUMBER}&nbsp;&nbsp;</span>
			<span class="nav"><b>{PAGINATION}</b></span><br />
			<span class="gensmall">{S_WATCH_TOPIC}</span>
		</td>
	</tr>
	</table>
	</td>
</tr>
<tr>
	<td class="row4" align="center" valign="middle" nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="2" width="100%">
	<tr>
		<form method="post" action="{S_POST_DAYS_ACTION}"><td align="left" valign="middle" nowrap="nowrap">{S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /></td></form>
		<td align="right" valign="middle" nowrap="nowrap">{JUMPBOX}</td>
	</tr>
	</table>
	</td>
</tr>
</table>{TPL_FTR}

<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tr>
	<td align="left" valign="top">&nbsp;<a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
	<td align="right" valign="top">{S_TOPIC_ADMIN}&nbsp;</td>
</tr>
</table>

Gebruikersavatar
Bee
Berichten: 13403
Lid geworden op: 29 aug 2004, 10:30

Bericht door Bee » 28 jun 2005, 21:29

Ga eerst maar eens je tabellen controleren, diverse cellen worden niet afgesloten, en ook met de rijen loopt het in de soep.
... Maar ik modereer (nog) niet.

Gebruikersavatar
supperbas
Berichten: 389
Lid geworden op: 05 jun 2005, 10:02
Locatie: zeeland
Contacteer:

Bericht door supperbas » 28 jun 2005, 21:34

gebruik jij mk portal?

ben nu bezig met het bekijken vna je scriptje
edit::

Code: Selecteer alles

rong
bedoel je dit?

waarom mijn vage andwoord van toenet
ik dacht dat dit het geval was

{time}
{name}{value2}

en dat het {time}{name{value2} moest worden :? verkeerd gelezen
Laatst gewijzigd door supperbas op 28 jun 2005, 21:49, 1 keer totaal gewijzigd.

ElbertF
Berichten: 5803
Lid geworden op: 12 okt 2004, 08:34
Contacteer:

Bericht door ElbertF » 28 jun 2005, 21:39

Rich schreef:de datum staat boven de tag en de naam maar dei hoort er voor of er achter te staan
Dat gebeurd als tekst buiten een cel valt, en zoals bee al opmerkte zijn die een beetje een zooitje in je code :wink:

Rich
Berichten: 202
Lid geworden op: 21 feb 2005, 20:00
Locatie: Hellevoetsluis
Contacteer:

Bericht door Rich » 28 jun 2005, 21:42

Spambot schreef:
Rich schreef:de datum staat boven de tag en de naam maar dei hoort er voor of er achter te staan
Dat gebeurd als tekst buiten een cel valt, en zoals bee al opmerkte zijn die een beetje een zooitje in je code :wink:
zou je me ff kunnen helpen fixen

Gebruikersavatar
supperbas
Berichten: 389
Lid geworden op: 05 jun 2005, 10:02
Locatie: zeeland
Contacteer:

Bericht door supperbas » 28 jun 2005, 21:43

deze waarden {TPL_FTR} zit ook "los"

Rich
Berichten: 202
Lid geworden op: 21 feb 2005, 20:00
Locatie: Hellevoetsluis
Contacteer:

Bericht door Rich » 28 jun 2005, 21:44

supperbas schreef:gebruik jij mk portal?

ben nu bezig met het bekijken vna je scriptje
edit::

Code: Selecteer alles

<!-- BEGIN switch_xs_enabled --> 
<?php 

// This code will be visible only with eXtreme Styles mod 

$postrow_count = ( isset($this->_tpldata['postrow.']) ) ?  sizeof($this->_tpldata['postrow.']) : 0; 
for ($postrow_i = 0; $postrow_i < $postrow_count; $postrow_i++) 
{ 
   $postrow_item = &$this->_tpldata['postrow.'][$postrow_i]; 
   // replace username with link to user profile 
   if(!empty($postrow_item['PROFILE']) && strpos($postrow_item['POSTER_NAME'], '<') === false) 
   { 
      $postrow_item['SEARCH_IMG2'] = str_replace('%s', htmlspecialchars($postrow_item['POSTER_NAME']), $postrow_item['SEARCH_IMG']); 
      $search = array($lang['Read_profile'], '<a '); 
      $replace = array($postrow_item['POSTER_NAME'], '<a class="name" '); 
      $postrow_item['POSTER_NAME'] = str_replace($search, $replace, $postrow_item['PROFILE']); 
   } 
} 

?> 
<!-- END switch_xs_enabled --> 
<table width="100%" cellspacing="2" cellpadding="2" border="0"> 
  <tr> 
   <td align="left" valign="middle"><span class="nav"> 
     <a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
     &raquo; <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a> 
     &raquo; <a class="nav" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></span></td> 
    <td align="right" valign="middle"><span class="nav"><b>{PAGINATION}</b></span></td> 
  </tr> 
  <tr> 
    <td align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td> 
   <td align="right" valign="middle"><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>&nbsp; 
   </span></td> 
  </tr> 
</table> 

{POLL_DISPLAY} 

<!-- BEGIN postrow --> 
<a name="{postrow.U_POST_ID}"></a> 
{TPL_HDR1}<span class="cattitle">{postrow.POST_SUBJECT}</span>{TPL_HDR2}<table border="0" cellpadding="0" cellspacing="1" width="100%" class="forumline"> 
<tr> 
   <td class="th" align="center" valign="middle"><table border="0" cellspacing="0" cellpadding="2" width="100%"> 
   <tr height="26"> 
      <td align="left" valign="middle" nowrap="nowrap"><span class="th"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}"/><td> {postrow.POSTER_NAME} </td> 
    <td><font color="#0000FF">({postrow.POSTER_RANK})</font></td> <title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="genmed">{L_POSTED}: {postrow.POST_DATE}</span></span></td> 
      <td align="right" valign="middle" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} </td> 
   </tr></table></td> 
</tr> 
<tr> 
   <td class="row1" align="left" valign="top" width="100%"><table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- main table start --> 
   <tr> 
      <td width="150" align="left" valign="top" rowspan="2"><table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- left row table start --> 
      <tr> 
         <td width="100%" align="left" valign="top" background="{T_TEMPLATE_PATH}/images/post_bg.gif"><table border="0" cellspacing="0" cellpadding="4"> 
         <tr> 
            <td align="left" valign="top"><table border="0" cellspacing="0" cellpadding="0"> 
            <tr><td><span class="name"><b>{postrow.POSTER_NAME}</b></span></td></tr> 
            <tr><td><span class="postdetails"></span></td></tr> 
            <tr><td><span class="postdetails">{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}</span></tr> 
            <tr><td><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="120" height="5" border="0" alt="" /></td></tr> 
            <tr><td><span class="postdetails">{postrow.POSTER_JOINED}</span></td></tr> 
            <tr><td><span class="postdetails">{postrow.POSTER_POSTS}</span></td></tr> 
            <tr><td><span class="postdetails">{postrow.POSTER_FROM}</span></td></tr> 
            </table></td> 
         </tr> 
         </table><br /><br /></td> 
         <td width="15" background="{T_TEMPLATE_PATH}/images/post_right.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="15" height="1" border="0" /></td> 
      </tr> 
      <tr> 
         <td height="15" background="{T_TEMPLATE_PATH}/images/post_bottom.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="15" border="0" /></td> 
         <td width="15" height="15"><img src="{T_TEMPLATE_PATH}/images/post_corner.gif" width="15" height="15" border="0" /></td> 
      </tr> 
      <!-- left row table end --></table><br /><br /></td> 
      <td class="row1" align="left" valign="top" width="100%"><table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right top row table start --> 
      <tr> 
         <td width="100%"><span class="postbody">{postrow.MESSAGE}</span></td> 
      </tr> 
      <!-- right top row table end --></table></td> 
   </tr> 
   <tr> 
      <td class="row1" align="left" valign="bottom" nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right bottom row start --> 
      <tr> 
         <td width="100%"><span class="postbody"><span class="gensmall">{postrow.EDITED_MESSAGE}</span>{postrow.SIGNATURE}</span></td> 
      </tr> 
      <!-- right bottom row end --></table></td> 
   </tr> 
   </table></td> 
</tr> 
<tr> 
   <td height="28" valign="bottom" class="row4"><table border="0" cellspacing="0" cellpadding="3"> 
   <tr> 
      <td width="120"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="130" height="1" border="0" /></td> 
      <td width="100%" align="left" valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.SEARCH_IMG2} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.ICQ_IMG}</td> 
   </tr></table></td> 
</tr> 
</table>{TPL_FTR} 
<!-- END postrow --> 

{TPL_HDR1}<span class="cattitle"><a class="cattitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0"> 
<tr> 
   <th align="left"><a class="th" href="{U_INDEX}">{L_INDEX}</a> &raquo; <a class="th" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></th> 
</tr> 
<tr> 
   <td class="row1" align="left" valign="top"> 
   <table border="0" cellspacing="0" cellpadding="5" width="100%"> 
   <tr> 
      <td align="left" valign="top"> 
         <span class="gensmall">{S_AUTH_LIST}</span> 
      </td> 
      <td align="right" valign="top"> 
         <span class="gensmall">{PAGE_NUMBER}&nbsp;&nbsp; <span class="nav"><b>{PAGINATION}</b></span>&nbsp;&nbsp;<br /> 
         {S_TIMEZONE}</span><br /> 
         <span class="gensmall">{S_WATCH_TOPIC}</span>      </td> 
   </tr> 
   </table> 
   </td> 
</tr> 
<tr> 
   <td class="row4" align="center" valign="middle" nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="2" width="100%"> 
   <tr> 
      <form method="post" action="{S_POST_DAYS_ACTION}"><td align="left" valign="middle" nowrap="nowrap">{S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /></td></form> 
      <td align="right" valign="middle" nowrap="nowrap">{JUMPBOX}</td> 
   </tr> 
   </table> 
   </td> 
</tr> 
</table>{TPL_FTR} 

<table border="0" cellspacing="0" cellpadding="5" width="100%"> 
<tr> 
   <td align="left" valign="top">&nbsp;<a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td> 
   <td align="right" valign="top">{S_TOPIC_ADMIN}&nbsp;</td> 
</tr> 
</table> 
bedoel je dit?

waarom mijn vage andwoord van toenet
ik dacht dat dit het geval was

{time}
{name}{value2}

en dat het {time}{name{value2} moest worden :? verkeerd gelezen
is deze goed ?
ik wil {name} {Rank} {time}

Gebruikersavatar
supperbas
Berichten: 389
Lid geworden op: 05 jun 2005, 10:02
Locatie: zeeland
Contacteer:

Bericht door supperbas » 28 jun 2005, 21:51

haal die 2 codes maar weg anders is pagina zo vol

ik denk dat dit is wat je bedoeld

Code: Selecteer alles

<!-- BEGIN switch_xs_enabled --> 
<?php 

// This code will be visible only with eXtreme Styles mod 

$postrow_count = ( isset($this->_tpldata['postrow.']) ) ?  sizeof($this->_tpldata['postrow.']) : 0; 
for ($postrow_i = 0; $postrow_i < $postrow_count; $postrow_i++) 
{ 
   $postrow_item = &$this->_tpldata['postrow.'][$postrow_i]; 
   // replace username with link to user profile 
   if(!empty($postrow_item['PROFILE']) && strpos($postrow_item['POSTER_NAME'], '<') === false) 
   { 
      $postrow_item['SEARCH_IMG2'] = str_replace('%s', htmlspecialchars($postrow_item['POSTER_NAME']), $postrow_item['SEARCH_IMG']); 
      $search = array($lang['Read_profile'], '<a '); 
      $replace = array($postrow_item['POSTER_NAME'], '<a class="name" '); 
      $postrow_item['POSTER_NAME'] = str_replace($search, $replace, $postrow_item['PROFILE']); 
   } 
} 

?> 
<!-- END switch_xs_enabled --> 
<table width="100%" cellspacing="2" cellpadding="2" border="0"> 
  <tr> 
   <td align="left" valign="middle"><span class="nav"> 
     <a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
     &raquo; <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a> 
     &raquo; <a class="nav" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></span></td> 
    <td align="right" valign="middle"><span class="nav"><b>{PAGINATION}</b></span></td> 
  </tr> 
  <tr> 
    <td align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td> 
   <td align="right" valign="middle"><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>&nbsp; 
   </span></td> 
  </tr> 
</table> 

{POLL_DISPLAY} 

<!-- BEGIN postrow --> 
<a name="{postrow.U_POST_ID}"></a> 
{TPL_HDR1}<span class="cattitle">{postrow.POST_SUBJECT}</span>{TPL_HDR2}<table border="0" cellpadding="0" cellspacing="1" width="100%" class="forumline"> 
<tr> 
   <td class="th" align="center" valign="middle"><table border="0" cellspacing="0" cellpadding="2" width="100%"> 
   <tr height="26"> 
      <td align="left" valign="middle" nowrap="nowrap"><span class="th"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}"/><td> {postrow.POSTER_NAME} </td> 
    <td><font color="#0000FF">({postrow.POSTER_RANK})</font></td> <title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="genmed">{L_POSTED}: {postrow.POST_DATE}</span></span></td> 
      <td align="right" valign="middle" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG} </td> 
   </tr></table></td> 
</tr> 
<tr> 
   <td class="row1" align="left" valign="top" width="100%"><table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- main table start --> 
   <tr> 
      <td width="150" align="left" valign="top" rowspan="2"><table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- left row table start --> 
      <tr> 
         <td width="100%" align="left" valign="top" background="{T_TEMPLATE_PATH}/images/post_bg.gif"><table border="0" cellspacing="0" cellpadding="4"> 
         <tr> 
            <td align="left" valign="top"><table border="0" cellspacing="0" cellpadding="0"> 
            <tr><td><span class="name"><b>{postrow.POSTER_NAME}<span class="postdetails">{postrow.RANK_IMAGE}{postrow.POSTER_JOINED}</span></b></span></td>
            </tr> 
            <tr><td><span class="postdetails"></span></td></tr> 
            <tr><td><span class="postdetails">{postrow.POSTER_AVATAR}</span></tr> 
            <tr><td><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="120" height="5" border="0" alt="" /></td></tr> 
            <tr><td><span class="postdetails">{postrow.POSTER_POSTS}</span></td></tr> 
            <tr><td><span class="postdetails">{postrow.POSTER_FROM}</span></td></tr> 
            </table></td> 
         </tr> 
         </table></td> 
         <td width="15" background="{T_TEMPLATE_PATH}/images/post_right.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="15" height="1" border="0" /></td> 
      </tr> 
      <tr> 
         <td height="15" background="{T_TEMPLATE_PATH}/images/post_bottom.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="15" border="0" /></td> 
         <td width="15" height="15"><img src="{T_TEMPLATE_PATH}/images/post_corner.gif" width="15" height="15" border="0" /></td> 
      </tr> 
      <!-- left row table end --></table><br /><br /></td> 
      <td class="row1" align="left" valign="top" width="100%"><table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right top row table start --> 
      <tr> 
         <td width="100%"><span class="postbody">{postrow.MESSAGE}</span></td> 
      </tr> 
      <!-- right top row table end --></table></td> 
   </tr> 
   <tr> 
      <td class="row1" align="left" valign="bottom" nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right bottom row start --> 
      <tr> 
         <td width="100%"><span class="postbody"><span class="gensmall">{postrow.EDITED_MESSAGE}</span>{postrow.SIGNATURE}</span></td> 
      </tr> 
      <!-- right bottom row end --></table></td> 
   </tr> 
   </table></td> 
</tr> 
<tr> 
   <td height="28" valign="bottom" class="row4"><table border="0" cellspacing="0" cellpadding="3"> 
   <tr> 
      <td width="120"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="130" height="1" border="0" /></td> 
      <td width="100%" align="left" valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.SEARCH_IMG2} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.ICQ_IMG}</td> 
   </tr></table></td> 
</tr> 
</table>{TPL_FTR} 
<!-- END postrow --> 

{TPL_HDR1}<span class="cattitle"><a class="cattitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></span>{TPL_HDR2}<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0"> 
<tr> 
   <th align="left"><a class="th" href="{U_INDEX}">{L_INDEX}</a> &raquo; <a class="th" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></th> 
</tr> 
<tr> 
   <td class="row1" align="left" valign="top"> 
   <table border="0" cellspacing="0" cellpadding="5" width="100%"> 
   <tr> 
      <td align="left" valign="top"> 
         <span class="gensmall">{S_AUTH_LIST}</span> 
      </td> 
      <td align="right" valign="top"> 
         <span class="gensmall">{S_TIMEZONE}&nbsp;&nbsp;<br /> 
         {PAGE_NUMBER}&nbsp;&nbsp;</span> 
         <span class="nav"><b>{PAGINATION}</b></span><br /> 
         <span class="gensmall">{S_WATCH_TOPIC}</span> 
      </td> 
   </tr> 
   </table> 
   </td> 
</tr> 
<tr> 
   <td class="row4" align="center" valign="middle" nowrap="nowrap"><table border="0" cellspacing="0" cellpadding="2" width="100%"> 
   <tr> 
      <form method="post" action="{S_POST_DAYS_ACTION}"><td align="left" valign="middle" nowrap="nowrap">{S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /></td></form> 
      <td align="right" valign="middle" nowrap="nowrap">{JUMPBOX}</td> 
   </tr> 
   </table> 
   </td> 
</tr> 
</table>{TPL_FTR} 

<table border="0" cellspacing="0" cellpadding="5" width="100%"> 
<tr> 
   <td align="left" valign="top">&nbsp;<a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td> 
   <td align="right" valign="top">{S_TOPIC_ADMIN}&nbsp;</td> 
</tr> 
</table> 

ElbertF
Berichten: 5803
Lid geworden op: 12 okt 2004, 08:34
Contacteer:

Bericht door ElbertF » 28 jun 2005, 22:01

Rich schreef:zou je me ff kunnen helpen fixen
Ik geloof dat dit het resultaat geeft wat jij voor ogen hebt:

Code: Selecteer alles

<!-- BEGIN switch_xs_enabled -->
<?php

// This code will be visible only with eXtreme Styles mod

$postrow_count = ( isset($this->_tpldata['postrow.']) ) ?  sizeof($this->_tpldata['postrow.']) : 0;
for ($postrow_i = 0; $postrow_i < $postrow_count; $postrow_i++)
{
   $postrow_item = &$this->_tpldata['postrow.'][$postrow_i];
   // replace username with link to user profile
   if(!empty($postrow_item['PROFILE']) && strpos($postrow_item['POSTER_NAME'], '<') === false)
   {
      $postrow_item['SEARCH_IMG2'] = str_replace('%s', htmlspecialchars($postrow_item['POSTER_NAME']), $postrow_item['SEARCH_IMG']);
      $search = array($lang['Read_profile'], '<a ');
      $replace = array($postrow_item['POSTER_NAME'], '<a class="name" ');
      $postrow_item['POSTER_NAME'] = str_replace($search, $replace, $postrow_item['PROFILE']);
   }
}

?>
<!-- END switch_xs_enabled -->
<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr>
   <td align="left" valign="middle"><span class="nav">
     <a href="{U_INDEX}" class="nav">{L_INDEX}</a>
     &raquo; <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a>
     &raquo; <a class="nav" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></span></td>
    <td align="right" valign="middle"><span class="nav"><b>{PAGINATION}</b></span></td>
  </tr>
  <tr>
   <td align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
   <td align="right" valign="middle">
	 	<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>&nbsp;
	  </span>
	 </td>
  </tr>
</table>

{POLL_DISPLAY}

<!-- BEGIN postrow -->
<a name="{postrow.U_POST_ID}"></a>
{TPL_HDR1}<span class="cattitle">{postrow.POST_SUBJECT}</span>{TPL_HDR2}
<table border="0" cellpadding="0" cellspacing="1" width="100%" class="forumline">
	<tr>
		<td class="th" align="center" valign="middle">
			<table border="0" cellspacing="0" cellpadding="2" width="100%">
				<tr height="26">
					<td align="left" valign="middle" nowrap="nowrap"><span class="th"><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><span class="genmed">{L_POSTED}: {postrow.POST_DATE}</span>
					<td nowrap="nowrap">{postrow.POSTER_NAME}</td>
					<td nowrap="nowrap"><font color="#0000FF">({postrow.POSTER_RANK})</font></td>
					<td align="right" valign="middle" nowrap="nowrap" width="100%">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
			 	</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="top" width="100%">
		 	<table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- main table start -->
				<tr>
					<td width="150" align="left" valign="top" rowspan="2"><table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- left row table start -->
				<tr>
					<td width="100%" align="left" valign="top" background="{T_TEMPLATE_PATH}/images/post_bg.gif">
						<table border="0" cellspacing="0" cellpadding="4">
							<tr>
								<td align="left" valign="top">
									<table border="0" cellspacing="0" cellpadding="0">
										<tr><td><span class="name"><b>{postrow.POSTER_NAME}</b></span></td></tr>
										<tr><td><span class="postdetails"></span></td></tr>
										<tr><td><span class="postdetails">{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}</span></tr>
										<tr><td><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="120" height="5" border="0" alt="" /></td></tr>
										<tr><td><span class="postdetails">{postrow.POSTER_JOINED}</span></td></tr>
										<tr><td><span class="postdetails">{postrow.POSTER_POSTS}</span></td></tr>
										<tr><td><span class="postdetails">{postrow.POSTER_FROM}</span></td></tr>
									</table>
								</td>
						 </tr>
					 </table>
					 <br /><br />
					</td>
					<td width="15" background="{T_TEMPLATE_PATH}/images/post_right.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="15" height="1" border="0" /></td>
				</tr>
				<tr>
					 <td height="15" background="{T_TEMPLATE_PATH}/images/post_bottom.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="15" border="0" /></td>
					 <td width="15" height="15"><img src="{T_TEMPLATE_PATH}/images/post_corner.gif" width="15" height="15" border="0" /></td>
				</tr>
			<!-- left row table end --></table>
			<br /><br />
		</td>
		<td class="row1" align="left" valign="top" width="100%">
			<table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right top row table start -->
				<tr>
					<td width="100%"><span class="postbody">{postrow.MESSAGE}</span></td>
				</tr>
					<!-- right top row table end --></table>
		</td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="bottom" nowrap="nowrap">
			<table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right bottom row start -->
				<tr>
					<td width="100%"><span class="postbody"><span class="gensmall">{postrow.EDITED_MESSAGE}</span>{postrow.SIGNATURE}</span></td>
				</tr>
			<!-- right bottom row end --></table>
		</td>
	</tr>
	<tr>
		<td height="28" valign="bottom" class="row4">
			<table border="0" cellspacing="0" cellpadding="3">
				<tr>
					<td width="120"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="130" height="1" border="0" /></td>
					<td width="100%" align="left" valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.SEARCH_IMG2} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.ICQ_IMG}</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
{TPL_FTR}
<!-- END postrow -->
{TPL_HDR1}<span class="cattitle"><a class="cattitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></span>{TPL_HDR2}
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
	<tr>
		<th align="left"><a class="th" href="{U_INDEX}">{L_INDEX}</a> &raquo; <a class="th" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></th>
	</tr>
	<tr>
 		<td class="row1" align="left" valign="top">
			<table border="0" cellspacing="0" cellpadding="5" width="100%">
			  <tr>
      		<td align="left" valign="top">
		        <span class="gensmall">{S_AUTH_LIST}</span>
      		</td>
      		<td align="right" valign="top">
         		<span class="gensmall">{S_TIMEZONE}&nbsp;&nbsp;<br />{PAGE_NUMBER}&nbsp;&nbsp;</span>
		        <span class="nav"><b>{PAGINATION}</b></span><br />
		        <span class="gensmall">{S_WATCH_TOPIC}</span>
      		</td>
				</tr>
			</table>
   	</td>
	</tr>
	<tr>
  	<td class="row4" align="center" valign="middle" nowrap="nowrap">
			<table border="0" cellspacing="0" cellpadding="2" width="100%">
	  		<tr>
					<td align="left" valign="middle" nowrap="nowrap">
						<form method="post" action="{S_POST_DAYS_ACTION}">
							{S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" />
						</form>
					</td>
      		<td align="right" valign="middle" nowrap="nowrap">{JUMPBOX}</td>
				</tr>
   		</table>
   	</td>
	</tr>
</table>{TPL_FTR}

<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tr>
   <td align="left" valign="top">&nbsp;<a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
   <td align="right" valign="top">{S_TOPIC_ADMIN}&nbsp;</td>
</tr>
</table> 
Wijziging: Supperbas was me voor, maar heeft een aantal fouten overgeslagen. :)

Rich
Berichten: 202
Lid geworden op: 21 feb 2005, 20:00
Locatie: Hellevoetsluis
Contacteer:

Bericht door Rich » 28 jun 2005, 22:09

gefixed :D

Gebruikersavatar
supperbas
Berichten: 389
Lid geworden op: 05 jun 2005, 10:02
Locatie: zeeland
Contacteer:

Bericht door supperbas » 28 jun 2005, 22:38

spambot schreef:
Wijziging: Supperbas was me voor, maar heeft een aantal fouten overgeslagen.
ik heb niet naar verdere fouten gekenen :oops:

Rich
Berichten: 202
Lid geworden op: 21 feb 2005, 20:00
Locatie: Hellevoetsluis
Contacteer:

Bericht door Rich » 28 jun 2005, 22:46

Spambot schreef:
Rich schreef:zou je me ff kunnen helpen fixen
Ik geloof dat dit het resultaat geeft wat jij voor ogen hebt:

Code: Selecteer alles

<!-- BEGIN switch_xs_enabled -->
<?php

// This code will be visible only with eXtreme Styles mod

$postrow_count = ( isset($this->_tpldata['postrow.']) ) ?  sizeof($this->_tpldata['postrow.']) : 0;
for ($postrow_i = 0; $postrow_i < $postrow_count; $postrow_i++)
{
   $postrow_item = &$this->_tpldata['postrow.'][$postrow_i];
   // replace username with link to user profile
   if(!empty($postrow_item['PROFILE']) && strpos($postrow_item['POSTER_NAME'], '<') === false)
   {
      $postrow_item['SEARCH_IMG2'] = str_replace('%s', htmlspecialchars($postrow_item['POSTER_NAME']), $postrow_item['SEARCH_IMG']);
      $search = array($lang['Read_profile'], '<a ');
      $replace = array($postrow_item['POSTER_NAME'], '<a class="name" ');
      $postrow_item['POSTER_NAME'] = str_replace($search, $replace, $postrow_item['PROFILE']);
   }
}

?>
<!-- END switch_xs_enabled -->
<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr>
   <td align="left" valign="middle"><span class="nav">
     <a href="{U_INDEX}" class="nav">{L_INDEX}</a>
     &raquo; <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a>
     &raquo; <a class="nav" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></span></td>
    <td align="right" valign="middle"><span class="nav"><b>{PAGINATION}</b></span></td>
  </tr>
  <tr>
   <td align="left" valign="middle"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
   <td align="right" valign="middle">
	 	<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>&nbsp;
	  </span>
	 </td>
  </tr>
</table>

{POLL_DISPLAY}

<!-- BEGIN postrow -->
<a name="{postrow.U_POST_ID}"></a>
{TPL_HDR1}<span class="cattitle">{postrow.POST_SUBJECT}</span>{TPL_HDR2}
<table border="0" cellpadding="0" cellspacing="1" width="100%" class="forumline">
	<tr>
		<td class="th" align="center" valign="middle">
			<table border="0" cellspacing="0" cellpadding="2" width="100%">
				<tr height="26">
					<td align="left" valign="middle" nowrap="nowrap"><span class="th"><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><span class="genmed">{L_POSTED}: {postrow.POST_DATE}</span>
					<td nowrap="nowrap">{postrow.POSTER_NAME}</td>
					<td nowrap="nowrap"><font color="#0000FF">({postrow.POSTER_RANK})</font></td>
					<td align="right" valign="middle" nowrap="nowrap" width="100%">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
			 	</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="top" width="100%">
		 	<table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- main table start -->
				<tr>
					<td width="150" align="left" valign="top" rowspan="2"><table border="0" cellspacing="0" cellpadding="0" width="100%"><!-- left row table start -->
				<tr>
					<td width="100%" align="left" valign="top" background="{T_TEMPLATE_PATH}/images/post_bg.gif">
						<table border="0" cellspacing="0" cellpadding="4">
							<tr>
								<td align="left" valign="top">
									<table border="0" cellspacing="0" cellpadding="0">
										<tr><td><span class="name"><b>{postrow.POSTER_NAME}</b></span></td></tr>
										<tr><td><span class="postdetails"></span></td></tr>
										<tr><td><span class="postdetails">{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}</span></tr>
										<tr><td><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="120" height="5" border="0" alt="" /></td></tr>
										<tr><td><span class="postdetails">{postrow.POSTER_JOINED}</span></td></tr>
										<tr><td><span class="postdetails">{postrow.POSTER_POSTS}</span></td></tr>
										<tr><td><span class="postdetails">{postrow.POSTER_FROM}</span></td></tr>
									</table>
								</td>
						 </tr>
					 </table>
					 <br /><br />
					</td>
					<td width="15" background="{T_TEMPLATE_PATH}/images/post_right.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="15" height="1" border="0" /></td>
				</tr>
				<tr>
					 <td height="15" background="{T_TEMPLATE_PATH}/images/post_bottom.gif"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="1" height="15" border="0" /></td>
					 <td width="15" height="15"><img src="{T_TEMPLATE_PATH}/images/post_corner.gif" width="15" height="15" border="0" /></td>
				</tr>
			<!-- left row table end --></table>
			<br /><br />
		</td>
		<td class="row1" align="left" valign="top" width="100%">
			<table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right top row table start -->
				<tr>
					<td width="100%"><span class="postbody">{postrow.MESSAGE}</span></td>
				</tr>
					<!-- right top row table end --></table>
		</td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="bottom" nowrap="nowrap">
			<table border="0" cellspacing="0" cellpadding="5" width="100%"><!-- right bottom row start -->
				<tr>
					<td width="100%"><span class="postbody"><span class="gensmall">{postrow.EDITED_MESSAGE}</span>{postrow.SIGNATURE}</span></td>
				</tr>
			<!-- right bottom row end --></table>
		</td>
	</tr>
	<tr>
		<td height="28" valign="bottom" class="row4">
			<table border="0" cellspacing="0" cellpadding="3">
				<tr>
					<td width="120"><img src="{T_TEMPLATE_PATH}/images/spacer.gif" width="130" height="1" border="0" /></td>
					<td width="100%" align="left" valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.SEARCH_IMG2} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.ICQ_IMG}</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
{TPL_FTR}
<!-- END postrow -->
{TPL_HDR1}<span class="cattitle"><a class="cattitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></span>{TPL_HDR2}
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
	<tr>
		<th align="left"><a class="th" href="{U_INDEX}">{L_INDEX}</a> &raquo; <a class="th" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></th>
	</tr>
	<tr>
 		<td class="row1" align="left" valign="top">
			<table border="0" cellspacing="0" cellpadding="5" width="100%">
			  <tr>
      		<td align="left" valign="top">
		        <span class="gensmall">{S_AUTH_LIST}</span>
      		</td>
      		<td align="right" valign="top">
         		<span class="gensmall">{S_TIMEZONE}&nbsp;&nbsp;<br />{PAGE_NUMBER}&nbsp;&nbsp;</span>
		        <span class="nav"><b>{PAGINATION}</b></span><br />
		        <span class="gensmall">{S_WATCH_TOPIC}</span>
      		</td>
				</tr>
			</table>
   	</td>
	</tr>
	<tr>
  	<td class="row4" align="center" valign="middle" nowrap="nowrap">
			<table border="0" cellspacing="0" cellpadding="2" width="100%">
	  		<tr>
					<td align="left" valign="middle" nowrap="nowrap">
						<form method="post" action="{S_POST_DAYS_ACTION}">
							{S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" />
						</form>
					</td>
      		<td align="right" valign="middle" nowrap="nowrap">{JUMPBOX}</td>
				</tr>
   		</table>
   	</td>
	</tr>
</table>{TPL_FTR}

<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tr>
   <td align="left" valign="top">&nbsp;<a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></td>
   <td align="right" valign="top">{S_TOPIC_ADMIN}&nbsp;</td>
</tr>
</table> 
Wijziging: Supperbas was me voor, maar heeft een aantal fouten overgeslagen. :)
deze is helaas ook niet goed

ElbertF
Berichten: 5803
Lid geworden op: 12 okt 2004, 08:34
Contacteer:

Bericht door ElbertF » 28 jun 2005, 22:47

Vertel even waarom dan, technisch is het zo te zien in orde. Als je de layout iets anders wil is het een kwestie van schuiven.

Gebruikersavatar
supperbas
Berichten: 389
Lid geworden op: 05 jun 2005, 10:02
Locatie: zeeland
Contacteer:

Bericht door supperbas » 28 jun 2005, 22:54

ik neem ook aan dat de code verandering die ik heb gepost ook verkeerd is? of heb je niet geprobeerd? (zo nee try it plz)

Kan je niet hier in het kort een "templatje" maken met wat je wil

bv

=======
= avitar =
= id nr =
= e-mail =
=======

ElbertF
Berichten: 5803
Lid geworden op: 12 okt 2004, 08:34
Contacteer:

Bericht door ElbertF » 28 jun 2005, 22:59

Ik zag dat hij die van jou ook geprobeerd had.. De enige mogelijke "fout" die ik nu zie is dat het auteurpaneel wat breed is..?

Gebruikersavatar
supperbas
Berichten: 389
Lid geworden op: 05 jun 2005, 10:02
Locatie: zeeland
Contacteer:

Bericht door supperbas » 29 jun 2005, 10:19

Rich schreef:[ik wil {name} {Rank} {time}
(op 1 lijn )

dan krijg je de "fout" die spambot aan gaf te grote "lijn"
maar rich wat vindt je er zelf van die van mij?

Rich
Berichten: 202
Lid geworden op: 21 feb 2005, 20:00
Locatie: Hellevoetsluis
Contacteer:

Bericht door Rich » 29 jun 2005, 19:53

Spambot schreef:Vertel even waarom dan, technisch is het zo te zien in orde. Als je de layout iets anders wil is het een kwestie van schuiven.
hij is te breed

Afbeelding
Laatst gewijzigd door Rich op 29 jun 2005, 19:56, 1 keer totaal gewijzigd.

Gesloten