well, if you are missing that, then you are missing other things as well.rantbot wrote:Nope, don't have that in my control panel.
The board is new - I set it up about two months ago - but the style is Aqua, which is apparently not well supported or particularly up-to-date.
I have just pasted the missing code into board_config_body.tpl and now it is working properly. Thanks, all.
Aqua isn't missing any of these files.Lumpy Burgertushie wrote:well, if you are missing that, then you are missing other things as well.
try this:
copy subSilver/profile_add_body.tpl,
subSilver/confirm_body.tpl
subSilver/admin/confirm_body.tpl
subSilver/admin/board_config_body.tpl
to your style folders.
It is probably missing the confirm files.rantbot wrote:Aqua isn't missing any of these files.Lumpy Burgertushie wrote:well, if you are missing that, then you are missing other things as well.
try this:
copy subSilver/profile_add_body.tpl,
subSilver/confirm_body.tpl
subSilver/admin/confirm_body.tpl
subSilver/admin/board_config_body.tpl
to your style folders.
We're still talking at cross-purposes here.Lumpy Burgertushie wrote:ok, I just checked it.
copy the subSilver/admin/board_config_body.tpl
and the subSilver/admin/confirm_body.tpl
to the aqua folder and you should be fine.
Code: Select all
<tr>
<td class="row1">{L_FLOOD_INTERVAL} <br /><span class="gensmall">{L_FLOOD_INTERVAL_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}" /></td>
</tr>
Code: Select all
<tr>
<td class="row1">{L_FLOOD_INTERVAL} <br /><span class="gensmall">{L_FLOOD_INTERVAL_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}" /></td>
</tr>
<tr>
<td class="row1">{L_SEARCH_FLOOD_INTERVAL} <br /><span class="gensmall">{L_SEARCH_FLOOD_INTERVAL_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="search_flood_interval" value="{SEARCH_FLOOD_INTERVAL}" /></td>
</tr>