Read this, it may help.
www.webmasterworld.com/forum88/2406.htm (Click on first link at top left.)
and this http://www.webmasterworld.com/forum83/2201-4-10.htm (Click on first link at top left.)
Mike

reekingofrandomness wrote:None of teh changes i make seem to do anything?
Is there anything i need to do before the template changes show up?
reekingofrandomness wrote:now everything goes blank when i select a different style
psoTFX wrote:Variables
The basic syntax for simple (non-block) vars remains the same as with 2.0.x. That is variables take the form {X_YYYYY} with the data being assigned from the source. Note that unlike 2.0.x most language strings are not assigned from the source. When a language variable is found {L_YYYYYY} phpBB first looks if an assigned variable exists with that name. If it does, it uses that. If not it looks if an exsting string defined in the language file exists. This should reduce the need to assign loads of new lang vars in Mods.
<tr>
<td class="row1" width="35%"><b class="genmed">{L_CURRENT_IMAGE}: </b><br /><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td>
<td class="row2" align="center"><br /><!-- IF AVATAR -->{AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF --><br /><br /><input type="checkbox" name="delete" /> <span class="gensmall">{L_DELETE_AVATAR}</span></td>
</tr>phpBB looks for $lang['CURRENT_IMAGE'] and it founds it in the language-file ucp.php in Line 116{L_CURRENT_IMAGE}
'CURRENT_IMAGE' => 'Current Image', <tr>
<td class="row3" colspan="2" align="center"><span class="gensmall" style="color:red">{ERROR}</span></td>
</tr>phpBB looks for a variable $error?!{ERROR}
Return to [3.0/Olympus] Styling
Users browsing this forum: No registered users and 1 guest