VERY nice skin. Great job! But I found that the global_board_footer may need to be modified a little. When I first loaded it onto the board the search box and timestamp were not centered in line properly with graphics background. I added two a break codes to get it to work - 1 just before the search box and 1 before the time and date.
<table cellspacing="0" id="gfooter">
<tr>
<td width="45%"><% SYNDICATION %><% SKINCHOOSER %> <% LANGCHOOSER %></td>
<td width="45%" align="right" nowrap="nowrap"><% QUICKSTATS %></td>
</tr>
</table>
<table cellspacing="0" id="gfooterlinks">
<tr>
<td width="25%" align="center"><a href="lofiversion/index.php<% LOFIVERSION %>"><b>{$this->ipsclass->lang['global_lofi']}</b></a> · <a href="{$this->ipsclass->base_url}act=Login&CODE=06&k={$this->ipsclass->md5_check}">Delete cookies set by this board</a> · <a href="{$this->ipsclass->base_url}act=Login&CODE=05">Mark all posts as read</a> · <a href="{$this->ipsclass->base_url}act=search&CODE=getactive">{$this->ipsclass->lang['sm_todays_posts']}</a> · <a href="{$this->ipsclass->base_url}act=Stats&CODE=leaders"><b>{$this->ipsclass->lang['sm_forum_leaders']}</b></a></td>
</tr>
</table>
<div style='float:left;position:relative;top:40px;left:10px'>
<div class ="time">
<BR>
<form action="{$this->ipsclass->base_url}act=Search&CODE=01" method="post">
<input type='hidden' name='forums' id='gbl-search-forums' value='all' />
<input type="text" size="20" style="border:1px solid #E3E3E3" name="keywords" id='ipb-tl-search-box' />
<if="($this->ipsclass->input['act'] == 'sf' OR $this->ipsclass->input['act'] == 'st') AND $this->ipsclass->input['f']">
<input type='checkbox' id='gbl-search-checkbox' value='1' onclick='gbl_check_search_box()' checked='checked' /> {$this->ipsclass->lang['gbl_forum_search']}
</if> <input class="button" type="image" style='border:0px;background:transparent;' src="{$this->ipsclass->vars['img_url']}/search.png" />
</form>
</div></div>
<div style='float:right;position:relative;top:40px;right:10px'>
<div class ="time">
<BR>
{$this->ipsclass->lang['global_timeisnow']}: {$time}<br />
Skin developed by <b> <a href ="http://ipb.forcize.com">Forcize Studios</a> </b>
</div></div>
<script type='text/javascript'>
//<![CDATA[
menu_do_global_init();
show_inline_messages();
// Uncomment this to fix IE png images
// causes page slowdown, and some missing images occasionally
if ( is_ie )
{
ie_fix_png();
}
<if="$this->ipsclass->member['members_auto_dst'] == 1 AND $this->ipsclass->vars['time_dst_auto_correction'] AND $this->ipsclass->input['_low_act'] == 'idx'">
global_dst_check(Math.abs("{$this->ipsclass->member['time_offset']}"),parseInt("{$this->ipsclass->member['dst_in_use']}") );
</if>
//]]>
</script>
Edited by tcr1986, 02 January 2009 - 05:55 PM.