Jump to content


- - - - -

[Unsupported] Pretty Box


  • Please log in to reply
3 replies to this topic

#1 Forcize

Forcize

    Novice

  • Members
  • PipPip
  • 5 posts
  • Location:Dominican Republic
  • Real Name:Pedro Roman
  • IPB Version:v3.0.x

Posted 05 December 2008 - 06:18 PM

Posted Image

File Name: [Unsupported] Pretty Box
File Submitter: Forcize
File Submitted: 5 Dec 2008
File Updated: 5 Dec 2008
File Category: IP.Board v2.3.x Skins

Pretty Box, Our Second Free Skin's Ready.

Features:
Soft Color, Basic Web 2.0 Touch, Fluid Style, Optimized CSS.

Demo(s):
Posted Image
Posted Image

Click here to download this file

#2 tcr1986

tcr1986

    n00b

  • Members
  • Pip
  • 1 posts
  • Real Name:Troy Ross
  • IPB Version:v2.3.x

Posted 02 January 2009 - 05:54 PM

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> &middot; <a href="{$this->ipsclass->base_url}act=Login&amp;CODE=06&amp;k={$this->ipsclass->md5_check}">Delete cookies set by this board</a> &middot; <a href="{$this->ipsclass->base_url}act=Login&amp;CODE=05">Mark all posts as read</a> &middot; <a href="{$this->ipsclass->base_url}act=search&amp;CODE=getactive">{$this->ipsclass->lang['sm_todays_posts']}</a> &middot; <a href="{$this->ipsclass->base_url}act=Stats&amp;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&amp;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.


#3 Forcize

Forcize

    Novice

  • Members
  • PipPip
  • 5 posts
  • Location:Dominican Republic
  • Real Name:Pedro Roman
  • IPB Version:v3.0.x

Posted 08 January 2009 - 02:22 AM

View Posttcr1986, on Jan 2 2009, 12:54 PM, said:

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> &middot; <a href="{$this->ipsclass->base_url}act=Login&amp;CODE=06&amp;k={$this->ipsclass->md5_check}">Delete cookies set by this board</a> &middot; <a href="{$this->ipsclass->base_url}act=Login&amp;CODE=05">Mark all posts as read</a> &middot; <a href="{$this->ipsclass->base_url}act=search&amp;CODE=getactive">{$this->ipsclass->lang['sm_todays_posts']}</a> &middot; <a href="{$this->ipsclass->base_url}act=Stats&amp;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&amp;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>

Thanks for the suggestion, we're going to release the professional version first and then update this version (more information about the pro)

Regards,

#4 kirk

kirk

    n00b

  • Members
  • Pip
  • 2 posts
  • Real Name:kirk
  • IPB Version:v2.3.x

Posted 30 March 2009 - 12:22 PM

Nice skin but its missing the View new Posts in member bar, making it not usable on my board




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users