Page 1 of 1

Portal Help (Style coffee_time)

Posted: 25. February 2010 21:52
by Cr33per
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.clan33.net/forums

PHP Version: 3.0.6

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Could anybody tell me why my portal turned out like this?
http://img.photobucket.com/albums/v604/ ... tled-3.png
I've installed it on 3 other subsilver based styles and had no problems.
overall_header.html

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<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 http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>
<!-- IF S_ENABLE_FEEDS -->
	<link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" />
	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_TOPICS}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->
<!--
	phpBB style name: coffee_time
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by:      CoSa NoStrA DeSiGn ( http://www.cosa-nostra-design.com/ )
	
	NOTE: This page was generated by phpBB, the free open-source bulletin board package.
	      The phpBB Group is not responsible for the content of this page and forum. For more information
	      about phpBB please visit http://www.phpbb.com
-->

<script type="text/javascript">
// <![CDATA[
	var jump_page = '{LA_JUMP_PAGE}:';
	var on_page = '{ON_PAGE}';
	var per_page = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';
	var style_cookie = 'phpBBstyle';
	var style_cookie_settings = '{A_COOKIE_SETTINGS}';
	var onload_functions = new Array();
	var onunload_functions = new Array();

	<!-- IF S_USER_PM_POPUP -->
		if ({S_NEW_PM})
		{
			var url = '{UA_POPUP_PM}';
			window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
		}
	<!-- ENDIF -->

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

	/**
	* New function for handling multiple calls to window.onload and window.unload by pentapenguin
	*/
	window.onload = function()
	{
		for (var i = 0; i < onload_functions.length; i++)
		{
			eval(onload_functions[i]);
		}
	}

	window.onunload = function()
	{
		for (var i = 0; i < onunload_functions.length; i++)
		{
			eval(onunload_functions[i]);
		}
	}

// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/animatedcollapse.js"></script>

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
<link href="{T_THEME_PATH}/chat.css" rel="stylesheet" type="text/css" />

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!--[if lt IE 7]> 
<link href="{T_THEME_PATH}/fix_ie6.css" rel="stylesheet" type="text/css" media="screen, projection" />
<![endif]-->
</head>
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div id="wrap">
<!--[if lte IE 6]>
<p style="color: red; font-weight: bold;">Your browser is causing web developers a lot of headaches. Please <a href="http://www.stopie6.com">upgrade</a>.
<![endif]-->
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">
	<div id="header">
		<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
			<div id="search-box">
				<form action="{U_SEARCH}" method="post" id="search">
				<fieldset>
					<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> 
					<input class="button2" value="GO" type="submit" /><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
				</fieldset>
				</form>
			</div>
		<!-- ENDIF -->

   <div id="site-description">

			</div>
	</div>
	<div id="header_nav">
	<!-- INCLUDE navigation.html --><br />
	 </div>
	<div id="<!-- IF S_USER_LOGGED_IN -->nav_icons_login<!-- ELSE -->nav_icons_logout<!-- ENDIF -->">
		<div id="icon_index"><a href="{U_INDEX}" title="{L_INDEX}" accesskey="h"><span class="gohst-space"></span>{L_INDEX}</a></div>
		<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
		<div id="icon_ucpro"><a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e"><span class="gohst-space"></span>{L_PROFILE}</a></div>
		<div id="icon_log"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l"><span class="gohst-space"></span>{L_LOGOUT}</a></div>
		<!-- IF S_DISPLAY_SEARCH --><div id="icon_self"><a href="{U_SEARCH_SELF}" title="{L_SEARCH_SELF}"><span class="gohst-space"></span>{L_SEARCH_SELF}</a></div><!-- ENDIF -->
		<!-- IF U_RESTORE_PERMISSIONS --><div id="icon_restore"><a href="{U_RESTORE_PERMISSIONS}" title="{L_RESTORE_PERMISSIONS}"><span class="gohst-space"></span>{L_RESTORE_PERMISSIONS}</a></div><!-- ENDIF -->
		<!-- ENDIF -->
		<!-- IF not S_IS_BOT -->
		<!-- IF not S_USER_LOGGED_IN -->
		<div id="icon_log"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x"><span class="gohst-space"></span>{L_LOGIN}</a></div>
		<!-- IF S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><div id="icon_regist"><a href="{U_REGISTER}" title="{L_REGISTER}"><span class="gohst-space"></span>{L_REGISTER}</a></div><!-- ENDIF -->
		<!-- ENDIF -->
		<!-- IF S_DISPLAY_MEMBERLIST --><div id="icon_memberl"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}"><span class="gohst-space"></span>{L_MEMBERLIST}</a></div><!-- ENDIF -->
		<!-- ENDIF -->
		<div id="icon_chat"><a href="{U_CHAT}" title="{L_CHAT_EXPLAIN}"><span class="gohst-space"></span>{L_CHAT}</a></div>
		<div id="icon_faqq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}"><span class="gohst-space"></span>{L_FAQ}</a></div>
	</div>
</div>

	<a name="start_here"></a>
	<div id="page-body">
			<ul class="linklist">
				<li><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a><!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
				<li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>
				<!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
				<!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
				<!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
				<!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
			</ul>		
		<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
		<div id="information" class="rules">
			<div class="inner"><span class="corners-top"><span></span></span>
				<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
			<span class="corners-bottom"><span></span></span></div>
		</div>

		<!-- ENDIF -->
[/i]

Re: Portal Help

Posted: 25. February 2010 23:31
by Marc
As far as I know, that style will not work properly with Board3 Portal.

Re: Portal Help

Posted: 26. February 2010 15:36
by Cr33per
Why wont it work right. Could you give me an explanation of why it wont work.
It just sucks i guess. I will loose out on like 8 hours worth of work on this style.

Re: Portal Help

Posted: 26. February 2010 19:40
by Marc
It is not wide enough and you will have some issues with the center blocks. I think Christian already tried adjusting the style for Board3 Portal and that didn't work out. As far as I recall it, you would have to edit the whole overall_header.html to make it wider.

Re: Portal Help

Posted: 7. March 2010 19:38
by Mike
I tryed something too to make it fit with the portal, but i failed the same way as you ;)
Maybe someone can help here, but some Styles simply wont work... :/

One of the problems is the fixed Background which is why you are'nt able to make it wider...

Image

The other one is the also fixed Backgroundimage for the blockheaders, which is why you arent able to increase the width of the center Blocks...
Image

So you have to make as first new images and change the whole code of the Style to make it more flexible... if you have the time and knowhow, good luck ;)