Pagina 1 van 1

Nieuwe post(populair) enzo. weg

Geplaatst: 25 mei 2004, 11:32
door gunstn
wel, ik wil dus die nieuwe post(populair) weggebben als je in een subforum zit, weet iemand waar ik dat kan aanpassen ?

Geplaatst: 25 mei 2004, 12:31
door mosymuis
De betrokken template file is viewforum_body.tpl, als je deze opent in een text editor kan je dus gewoon het gedeelte opzoeken dat je wilt verwijderen. In dit geval gaat het om de volgende code, die kan je zonder problemen weghalen:

Code: Selecteer alles

		<td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0">
			<tr>
				<td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td>
				<td class="gensmall">{L_NEW_POSTS}</td>
				<td>&nbsp;&nbsp;</td>
				<td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td>
				<td class="gensmall">{L_NO_NEW_POSTS}</td>
				<td>&nbsp;&nbsp;</td>
				<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="19" height="18" /></td>
				<td class="gensmall">{L_ANNOUNCEMENT}</td>
			</tr>
			<tr> 
				<td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" width="19" height="18" /></td>
				<td class="gensmall">{L_NEW_POSTS_HOT}</td>
				<td>&nbsp;&nbsp;</td>
				<td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td>
				<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
				<td>&nbsp;&nbsp;</td>
				<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="19" height="18" /></td>
				<td class="gensmall">{L_STICKY}</td>
			</tr>
			<tr>
				<td class="gensmall"><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" width="19" height="18" /></td>
				<td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
				<td>&nbsp;&nbsp;</td>
				<td class="gensmall"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" width="19" height="18" /></td>
				<td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
			</tr>
		</table></td>

Geplaatst: 25 mei 2004, 16:28
door gunstn
Ik wil de nieuwe post en geen nieuwe post, en gesloten wel nog overhouden als enigste, is dat ddan wat ik moet doen ?

Geplaatst: 25 mei 2004, 16:37
door Luuk
dat wordt dan:

Code: Selecteer alles

      <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0"> 
         <tr> 
            <td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td> 
            <td class="gensmall">{L_NEW_POSTS}</td> 
            <td>&nbsp;&nbsp;</td> 
            <td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td> 
            <td class="gensmall">{L_NO_NEW_POSTS}</td> 
            <td>&nbsp;&nbsp;</td> 
            <td width="20" align="center"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" width="19" height="18" /></td> 
            <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td> 
         </tr> 
      </table></td>

Geplaatst: 25 mei 2004, 16:45
door gunstn
dat ik moet wegdoen ?

sorry ben zo'n noob :oops:

Geplaatst: 25 mei 2004, 16:52
door Luuk
kijk in het bericht van mosymous :roll:

Geplaatst: 25 mei 2004, 17:21
door gunstn
Luuk schreef:dat wordt dan:

Code: Selecteer alles

      <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0"> 
         <tr> 
            <td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="19" height="18" /></td> 
            <td class="gensmall">{L_NEW_POSTS}</td> 
            <td>&nbsp;&nbsp;</td> 
            <td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="19" height="18" /></td> 
            <td class="gensmall">{L_NO_NEW_POSTS}</td> 
            <td>&nbsp;&nbsp;</td> 
            <td width="20" align="center"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" width="19" height="18" /></td> 
            <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td> 
         </tr> 
      </table></td>
heb ff gebrobeert wat jij zegt, gaat niet, ben ik toch alles kwijt

Geplaatst: 25 mei 2004, 19:48
door superman5000
deze moet je verwijderen.
<td class="gensmall">{L_NEW_POSTS_HOT}</td>
<td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" width="19" height="18" /></td>