Aero Red

Styles Anpassungen / Aufträge bitte hier veröffentlichen.
Styles adjustments / requests, please post here.
Forum rules
Please add a download link to the requested phpBB3 style.
The requested Style has to be released for the latest phpBB version.
------
Bitte füge einen Download-Link zu dem beantragten phpBB3 Style ein.
Anpassung können nur für Styles gemacht werden, die für die aktuelle phpBB3 Version angepasst sind.

Topic author
Pharao50
Active Member
Posts: 1
Joined: 30. August 2009 21:04
phpBB.de User: Pharao50
phpBB.com User: Pharao50

Aero Red

Post by Pharao50 »

Hallo ich hätte gerne ein Portal für den Style:

Aero Red,

Aero Blue,

Aero Green,

und Aero Black

Hier der Link:

http://www.phpbbhq.com/viewtopic.php?f=4&t=2

Danke schon mal im Voraus

Ich weiß eure Arbeit echt zu schätzen is echt klasse

Pharao50
User avatar

Ice
Former Team Member
Posts: 359
Joined: 20. January 2008 23:43
Location: England, United Kingdom

Re: Aero Red

Post by Ice »

This is for blue, try that?

http://board3.de/viewtopic.php?f=38&t=1899
Board3 Portal Dev & English Tech Support

robgib
Active Member
Posts: 7
Joined: 11. September 2009 14:47
phpBB.com User: robgib

Re: Aero Red

Post by robgib »

will it work on red then?
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: Aero Red

Post by Mike »

Yes it will ;)
kein Support per PN / Messenger
no Support via PM / Messenger

robgib
Active Member
Posts: 7
Joined: 11. September 2009 14:47
phpBB.com User: robgib

Re: Aero Red

Post by robgib »

tried it, file edits for overall_header.html

are different, cant find some of the classes in files red and blue must be diff????
unless the version i have has ben updated?

html for overall_header

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />

<script type="text/javascript">
// <![CDATA[
<!-- IF S_USER_PM_POPUP -->
	if ({S_NEW_PM})
	{
		popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
	}
<!-- ENDIF -->

function popup(url, width, height, name)
{
	if (!name)
	{
		name = '_popup';
	}

	window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
	return false;
}

function jumpto()
{
	var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
	var perpage = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';

	if (page !== null && !isNaN(page) && page > 0)
	{
		document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * perpage);
	}
}

/**
* Find a member
*/
function find_username(url)
{
	popup(url, 850, 570, '_usersearch');
	return false;
}

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
	var parent = document.getElementById(id);
	if (!parent)
	{
		eval('parent = document.' + id);
	}

	if (!parent)
	{
		return;
	}

	var rb = parent.getElementsByTagName('input');
	
	for (var r = 0; r < rb.length; r++)
	{
		if (rb[r].name.substr(0, name.length) == name)
		{
			rb[r].checked = state;
		}
	}
}

<!-- IF ._file -->

	/**
	* Play quicktime file by determining it's width/height
	* from the displayed rectangle area
	*
	* Only defined if there is a file block present.
	*/
	function play_qt_file(obj)
	{
		var rectangle = obj.GetRectangle();

		if (rectangle)
		{
			rectangle = rectangle.split(',')
			var x1 = parseInt(rectangle[0]);
			var x2 = parseInt(rectangle[2]);
			var y1 = parseInt(rectangle[1]);
			var y2 = parseInt(rectangle[3]);

			var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
			var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
		}
		else
		{
			var width = 200;
			var height = 0;
		}

		obj.width = width;
		obj.height = height + 16;

		obj.SetControllerVisible(true);

		obj.Play();
	}
<!-- ENDIF -->

// ]]>
</script>
</head>
<body class="{S_CONTENT_DIRECTION}">

<a name="top"></a>

<div id="wrapheader">

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/top.png');">
          <tr>
          <td height="42">
<div class="toplink">
<!-- IF not S_IS_BOT -->
<!-- IF S_USER_LOGGED_IN -->
<!-- IF S_DISPLAY_PM -->
<span class="genmedw"><a class="genmedw" href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a></span>
<!-- ENDIF -->
<!-- ENDIF -->
</div></td>
    <td height="32" align="right">
<div class="toplink">
<!-- IF not S_USER_LOGGED_IN --><span class="genmedw"><a class="genmedw" href="{U_REGISTER}">{L_REGISTER}</a> &bull; </span><!-- ENDIF -->
<span class="genmedw"><a class="genmedw" href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></span>
<!-- ENDIF -->
</div>
</td>
  </tr>
  </table>  
  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/mid.png');">
  <tr>
    <td height="80"><div class="midlink"><span class="headw"><img src="{T_THEME_PATH}/site_logo.jpg"></span><br /><span class="genmedw">{SITE_DESCRIPTION}</span></div></td>
      <td height="80" align="right">
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div class="midlink">
<div id="search-box">
<form action="{U_SEARCH}" method="post" id="search">
            <fieldset class="nb">
               <input name="keywords" style="opacity:0.7;filter:alpha(opacity=70)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.7;this.filters.alpha.opacity=70" type="text" class="inputbox search" id="keywords" title="{L_SEARCH_KEYWORDS}" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" maxlength="50" />
               <input class="nb" name="submit" type="image" src="{T_THEME_PATH}/images/search.png" align="absmiddle" /><br />
{S_SEARCH_HIDDEN_FIELDS}
            </fieldset>
</form>
</div>
</div>
      <!-- ENDIF -->
      </td>
  </tr>
  </table>
  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="background:url('{T_THEME_PATH}/images/bottom.png');">
    <tr>
      <td class="genmedw" height="42" align="left">
<div class="bottomlink">
      			<!-- IF S_USER_LOGGED_IN --><a class="genmedw" href="{U_PROFILE}">{L_PROFILE}</a><!-- ENDIF -->
				<!-- IF U_RESTORE_PERMISSIONS --> <a class="genmedw" href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
				<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &bull; <span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->
</div>
</td>
<td class="genmedw" align="{S_CONTENT_FLOW_END}">
<div class="bottomlink"><span class="genmedw">
				<a class="genmedw" href="{U_FAQ}">{L_FAQ}</a><!-- IF not S_IS_BOT --><!-- IF S_DISPLAY_MEMBERLIST --> &bull; <a class="genmedw" href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><!-- ENDIF --><!-- IF S_DISPLAY_SEARCH --> &bull; <a class="genmedw" href="{U_SEARCH}">{L_SEARCH}</a><!-- ENDIF --><!-- ENDIF -->
</span>
</div>
			</td>
    </tr>
  </table>

	<div id="datebar">
		<table width="100%" cellspacing="0">
		<tr>
			<td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
			<td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}<br /></td>
		</tr>
		</table>
	</div>

</div>

<div id="wrapcentre">

	<!-- IF S_DISPLAY_SEARCH -->
	<p class="searchbar">
		<span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
		<!-- IF S_USER_LOGGED_IN -->
		<span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
		<!-- ENDIF -->
	</p>
	<!-- ENDIF -->

	<br style="clear: both;" />
	
	<!-- INCLUDE breadcrumbs.html -->

	<br />
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: Aero Red

Post by Mike »

Maybe there are newer versions of Aero Styles...
We will update our Styles if 1.0.4 is released.
kein Support per PN / Messenger
no Support via PM / Messenger

robgib
Active Member
Posts: 7
Joined: 11. September 2009 14:47
phpBB.com User: robgib

Re: Aero Red

Post by robgib »

im not sure,

i inherited the site that was custom built by someone else, not sure if they modified the style
and had to move it from IIS to unix as had lots of cgi errors.!!!

anyway

could someone look at the file edits for that template code and point me in the right direction??

thanks

or point me to a tutorial on how to port the style for a portal???

robgib
Active Member
Posts: 7
Joined: 11. September 2009 14:47
phpBB.com User: robgib

Re: Aero Red

Post by robgib »

i installed the latest areored style and and then added the portal styles using the edits for aeroblue......it almost works, but not quite
there are a few layout errors (no other =mods installed apart form a homepage link mod)

one problem is that the width of the forum boxes displayed is very wide??

(cant show image as doing on xammp)

Fourth
Active Member
Posts: 6
Joined: 29. September 2009 09:47

Re: Aero Red

Post by Fourth »

trying to make this work as well. included an image so you can see whats going on - gonna keep cracking away at it.

Image

Fourth
Active Member
Posts: 6
Joined: 29. September 2009 09:47

Re: Aero Red

Post by Fourth »

Managed to clean up some of the stylesheet issues with the news section (the topic title was unreadable). I essentially ditched the cellpic they had and just locked the news to 1 row scheme (they had alternating row schemes based on the topic row number). Still trying to figure out the cell spacing issues. Screenshot to show my progress, let me know if you want the code and ill be willing to share the changes i made.

Image
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: Aero Red

Post by Mike »

Dont you want the Frames around the Blocks? http://area51.mikevil.de/portal.php?style=4

If you use B3P 1.0.3 you can use this config and instructions to get the frames.
viewtopic.php?f=42&t=2077

If you are up to date and use 1.0.4 you have to use this config:

Code: Select all

<!--version $Id: _block_config.html 544 2009-09-10 12:35:25Z christian_n $ //-->
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="18" height="18"><img src="./styles/AeroBlack/theme/images/tl.png" width="18" height="18" alt="" /></td><td height="18" style="background:url(./styles/AeroBlack/theme/images/tm.png);"></td><td width="18" height="18"><img src="./styles/AeroBlack/theme/images/tr.png" width="18" height="18" alt="" /></td></tr><tr><td width="18" style="background:url(./styles/AeroBlack/theme/images/ml.png);"></td><td><table class="tablebg" cellspacing="0" width="100%"><tr><th><span style="float: left">' -->
<!-- DEFINE $LR_BLOCK_H_R = '</span></th></tr></table>' -->
<!-- DEFINE $LR_BLOCK_F_L = '' -->
<!-- DEFINE $LR_BLOCK_F_R = '</td><td width="18" style="background:url(./styles/AeroBlack/theme/images/mr.png);"></td></tr><tr><td width="18" height="18" align="right"><img src="./styles/AeroBlack/theme/images/bl.png" width="18" height="18" alt="" /></td><td height="18" style="background:url(./styles/AeroBlack/theme/images/bm.png);"></td><td width="18" height="18"><img src="./styles/AeroBlack/theme/images/br.png" width="18" height="18" alt="" /></td></tr></table>' -->

<!-- Config for the center blocks // -->
<!-- DEFINE $C_BLOCK_H_L = '<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="18" height="18"><img src="./styles/AeroBlack/theme/images/tl.png" width="18" height="18" alt="" /></td><td height="18" style="background:url(./styles/AeroBlack/theme/images/tm.png);"></td><td width="18" height="18"><img src="./styles/AeroBlack/theme/images/tr.png" width="18" height="18" alt="" /></td></tr><tr><td width="18" style="background:url(./styles/AeroBlack/theme/images/ml.png);"></td><td><table class="tablebg" cellspacing="0" width="100%"><tr><th><span style="float: center">' -->
<!-- DEFINE $C_BLOCK_H_R = '</span></th></tr></table>' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '</td><td width="18" style="background:url(./styles/AeroBlack/theme/images/mr.png);"></td></tr><tr><td width="18" height="18" align="right"><img src="./styles/AeroBlack/theme/images/bl.png" width="18" height="18" alt="" /></td><td height="18" style="background:url(./styles/AeroBlack/theme/images/bm.png);"></td><td width="18" height="18"><img src="./styles/AeroBlack/theme/images/br.png" width="18" height="18" alt="" /></td></tr></table>' -->

<!-- Images-URL //-->
<!-- DEFINE $WHOS_IMAGES = '/images/whosonline.gif' -->
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->

<!-- Vertical distance between left/right and center Blocks -->
<!-- DEFINE $BLOCK_DISTANCE = '0' -->

<!-- show Icons in left/right Blocks? 0=no 1=yes -->
<!-- DEFINE $S_BLOCK_ICON = 1 -->

<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
<!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 -->

<!-- override the column width settings of the ACP - set the width if enabled -->
<!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' -->
<!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
kein Support per PN / Messenger
no Support via PM / Messenger

Fourth
Active Member
Posts: 6
Joined: 29. September 2009 09:47

Re: Aero Red

Post by Fourth »

thanks a bunch mike.

robgib
Active Member
Posts: 7
Joined: 11. September 2009 14:47
phpBB.com User: robgib

Re: Aero Red

Post by robgib »

did you get it working fourth?

i would like the edits if thats ok

regards

rob
User avatar

Mike
Former Team Member
Posts: 1862
Joined: 3. July 2008 23:59
Location: Schwarzwald / FDS
Contact:

Re: Aero Red

Post by Mike »

robgib: read my last posting.. There are the edits ;)
kein Support per PN / Messenger
no Support via PM / Messenger

blastman
Valued Contributor
Posts: 54
Joined: 19. July 2009 23:50
phpBB.de User: blast
phpBB.com User: blast

Re: Aero Red

Post by blastman »

Maybe im missing somthing but i downloaded th aero red styles and tryed to install portal 1.0.4 and i cant find any of the Overall_header.html edits am i missing something ?? :?
Locked

Return to “Style requests”