Pagina 1 van 1

Birthday Event

Geplaatst: 24 okt 2005, 12:44
door Lady Elensar
Support template:
  • Wat is het probleem? Tijdens het installeren van deze mod staat er op een gegeven moment dit:

    Code: Selecteer alles

    #-----[ OPEN ]------------------------------------------------
    #
    templates/subSilver/index_body.tpl
    #
    #-----[ FIND ]------------------------------------------------
    #
    # This may be a partial find and not the whole line
    #
    {L_ONLINE_EXPLAIN}
    </tr>
    </table>
    #
    #-----[ AFTER, ADD ]------------------------------------------
    #
    Nu kan ik geen {L_ONLINE_EXPLAIN} vinden. Waar zou ik het stukje wat ik moet toevoegen dan achter moeten / kunnen zetten? Dit is m'n index_body.tp:

    Code: Selecteer alles

    <h1>{L_WELCOME}</h1>
    
    <p>{L_ADMIN_INTRO}</p>
    
    <h1>{L_FORUM_STATS}</h1>
    
    <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
      <tr> 
    	<th width="25%" nowrap="nowrap" height="25" class="thCornerL">{L_STATISTIC}</th>
    	<th width="25%" height="25" class="thTop">{L_VALUE}</th>
    	<th width="25%" nowrap="nowrap" height="25" class="thTop">{L_STATISTIC}</th>
    	<th width="25%" height="25" class="thCornerR">{L_VALUE}</th>
      </tr>
      <tr> 
    	<td class="row1" nowrap="nowrap">{L_NUMBER_POSTS}:</td>
    	<td class="row2"><b>{NUMBER_OF_POSTS}</b></td>
    	<td class="row1" nowrap="nowrap">{L_POSTS_PER_DAY}:</td>
    	<td class="row2"><b>{POSTS_PER_DAY}</b></td>
      </tr>
      <tr> 
    	<td class="row1" nowrap="nowrap">{L_NUMBER_TOPICS}:</td>
    	<td class="row2"><b>{NUMBER_OF_TOPICS}</b></td>
    	<td class="row1" nowrap="nowrap">{L_TOPICS_PER_DAY}:</td>
    	<td class="row2"><b>{TOPICS_PER_DAY}</b></td>
      </tr>
      <tr> 
    	<td class="row1" nowrap="nowrap">{L_NUMBER_USERS}:</td>
    	<td class="row2"><b>{NUMBER_OF_USERS}</b></td>
    	<td class="row1" nowrap="nowrap">{L_USERS_PER_DAY}:</td>
    	<td class="row2"><b>{USERS_PER_DAY}</b></td>
      </tr>
      <tr> 
    	<td class="row1" nowrap="nowrap">{L_BOARD_STARTED}:</td>
    	<td class="row2"><b>{START_DATE}</b></td>
    	<td class="row1" nowrap="nowrap">{L_AVATAR_DIR_SIZE}:</td>
    	<td class="row2"><b>{AVATAR_DIR_SIZE}</b></td>
      </tr>
      <tr> 
    	<td class="row1" nowrap="nowrap">{L_DB_SIZE}:</td>
    	<td class="row2"><b>&nbsp;{DB_SIZE}&nbsp;</b></td>
    	<td class="row1" nowrap="nowrap">{L_GZIP_COMPRESSION}:</td>
    	<td class="row2"><b>&nbsp;{GZIP_COMPRESSION}&nbsp;</b></td>
      </tr>
    </table>
    <h1>{L_WHO_IS_ONLINE}</h1>
    
    <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
      <tr> 
    	<th width="20%" class="thCornerL" height="25">&nbsp;{L_USERNAME}&nbsp;</th>
    	<th width="20%" height="25" class="thTop">&nbsp;{L_STARTED}&nbsp;</th>
    	<th width="20%" class="thTop">&nbsp;{L_LAST_UPDATE}&nbsp;</th>
    	<th width="20%" class="thCornerR">&nbsp;{L_FORUM_LOCATION}&nbsp;</th>
    	<th width="20%" height="25" class="thCornerR">&nbsp;{L_IP_ADDRESS}&nbsp;</th>
      </tr>
      <!-- BEGIN reg_user_row -->
      <tr> 
    	<td width="20%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_USER_PROFILE}" class="gen">{reg_user_row.USERNAME}</a></span>&nbsp;</td>
    	<td width="20%" align="center" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen">{reg_user_row.STARTED}</span>&nbsp;</td>
    	<td width="20%" align="center" nowrap="nowrap" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen">{reg_user_row.LASTUPDATE}</span>&nbsp;</td>
    	<td width="20%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_FORUM_LOCATION}" class="gen">{reg_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
    	<td width="20%" class="{reg_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{reg_user_row.U_WHOIS_IP}" class="gen" target="_phpbbwhois">{reg_user_row.IP_ADDRESS}</a></span>&nbsp;</td>
      </tr>
      <!-- END reg_user_row -->
      <tr> 
    	<td colspan="5" height="1" class="row3"><img src="{I_SPACER}" width="1" height="1" alt="."></td>
      </tr>
      <!-- BEGIN guest_user_row -->
      <tr> 
    	<td width="20%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen">{guest_user_row.USERNAME}</span>&nbsp;</td>
    	<td width="20%" align="center" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen">{guest_user_row.STARTED}</span>&nbsp;</td>
    	<td width="20%" align="center" nowrap="nowrap" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen">{guest_user_row.LASTUPDATE}</span>&nbsp;</td>
    	<td width="20%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{guest_user_row.U_FORUM_LOCATION}" class="gen">{guest_user_row.FORUM_LOCATION}</a></span>&nbsp;</td>
    	<td width="20%" class="{guest_user_row.ROW_CLASS}">&nbsp;<span class="gen"><a href="{guest_user_row.U_WHOIS_IP}" target="_phpbbwhois">{guest_user_row.IP_ADDRESS}</a></span>&nbsp;</td>
      </tr>
      <!-- END guest_user_row -->
    </table>
    
    <br />
    
    <h1>{L_VERSION_INFORMATION}</h1>
    
    {VERSION_INFO}
    
    <br />
    
    Wanneer ontstond het probleem?Tijdens het installeren van deze mod
    Adres van je forum: http://gezelligforum.frihost.net/forum
    Geïnstalleerde mods: MOD-categories_hierarchy-211RC6
    Huidige template: subSilver (hij heeft alleen een andere naam, redSilver. moet nog bewerkt worden)
    phpBB versie: 2.0.17
    Host: frihost.com
    Heb je onlangs een mod of stijl geïnstalleerd? Alleen de ch mod, gisteren afgemaakt, en deed het voor zover ik weet goed. (heb nog geen fout ontdekt (op één na, opgelost) laat ik het zo zeggen).
    Heb je gezocht naar een antwoord? Jazeker, hierzo, op reddevboard.com, phpbb.com, google.
Overige opmerkingen:

Geplaatst: 24 okt 2005, 13:52
door XP-Rene
Wat moet er achter

Code: Selecteer alles

{L_ONLINE_EXPLAIN} 
</tr> 
</table>
komen te staan?

Geplaatst: 24 okt 2005, 14:00
door Paul
Je kijkt nu in templates/subSilver/admin/index_body.tpl ipv templates/subSilver/index_body.tpl

Geplaatst: 24 okt 2005, 14:15
door Lady Elensar
oooow, dat was dom. :$

Maar, in de goede index_body.tpl staat ook geen {L_ONLINE_EXPLAIN}.. want dat komt waarschijnlijk door de ch mod, die heeft een hele nieuwe index_body. maar waar moet ik het dan neerzetten? weet je dat? dit is m'n index_body:

Code: Selecteer alles

*index_body.tpl*
Edit: Ik ben er al uit, ik heb het achter {STATS_BOX} geplaatst..

alleen in het het topic, zie onder de naam, ava enz. de geb. datum nog niet. moet nog ff uitvogelen hoe dat zit. :P

Edit 2: Ben hier ook al achter, heb ff een extra <br /> toegevoegd in m'n viewtopic.tpl. Nu zie ik het wel. :)