overall_header.html edits

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply

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

overall_header.html edits

Post by blastman »

Your Portal Version: 1.0.4
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://axio-matic.com

What have you done before the problem was there?
nothing

What have you already tryed to solve the problem?
contact you

Description and Message
Im trying to add portal 1.0.4 to this custom style that was made for me but i cant find the subsilver edits for the overall_header.html heres the overall_header.html

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 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>

<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 per_page = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';

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

/**
* Find a member
*/
function find_username(url)
{
	popup(url, 760, 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="hbackground-right">
<div id="hbackground-left">
<div id="hbackground-centre">
<div id="wrapheader">
	<div id="logodesc" style="text-align: center;"><object type="application/x-shockwave-flash" data="./styles/CS gamers/theme/images/header/header.swf" width="100%" height="140px">             <param name="wmode" value="transparent" />             <param name="movie" value="./styles/CS gamers/theme/images/header/header.swf" />          </object>           </div>
  </div>
  <div id="menubar">
  <table width="100%" cellspacing="0">
    <tr>
      <td class="genmed" align="center">
	     <a href="{U_INDEX}"><img src="{T_IMAGESET_LANG_PATH}/forum.png" width="80" height="28" alt="*" /></a><!-- IF not S_IS_BOT --><a href="{U_LOGIN_LOGOUT}"><!-- IF S_USER_LOGGED_IN --><img src="{T_IMAGESET_LANG_PATH}/logout.png" width="80" height="28" alt="{L_LOGIN_LOGOUT}" /><!-- ELSE --><img src="{T_IMAGESET_LANG_PATH}/login.png" width="80" height="28" alt="{L_LOGIN_LOGOUT}" /><!-- ENDIF --></a><!-- ENDIF -->
        <!-- IF U_RESTORE_PERMISSIONS --><a href="{U_RESTORE_PERMISSIONS}"><img src="{T_IMAGESET_LANG_PATH}/login.png" alt="{L_RESTORE_PERMISSIONS}" /></a>
        <!-- ENDIF -->
        <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --><span style="color: red;">{L_BOARD_DISABLED}</span>
        <!-- ENDIF -->
        <!-- IF not S_IS_BOT -->
      <!-- IF S_USER_LOGGED_IN -->
	<!-- IF S_USER_NEW_PRIVMSG or PRIVATE_MESSAGE_INFO_UNREAD -->
		<a href="{U_PRIVATEMSGS}"><img src="{T_IMAGESET_LANG_PATH}/newpm.png" width="80" height="28"><span><!-- IF S_USER_NEW_PRIVMSG --><!-- ELSE --><!-- ENDIF --></span></a>
        <!-- ELSE -->
        <a href="{U_PRIVATEMSGS}"><img src="{T_IMAGESET_LANG_PATH}/nopm.png" width="80" height="28"></a>
        <!-- ENDIF -->
        <!-- ELSEIF S_REGISTER_ENABLED --><a href="{U_REGISTER}"><img src="{T_IMAGESET_LANG_PATH}/register.png" alt="{L_REGISTER}" /></a>
        <!-- ENDIF -->
        <!-- ENDIF --><a href="{U_FAQ}"><img src="{T_IMAGESET_LANG_PATH}/faq.png" width="56" height="28" alt="{L_FAQ}" /></a><!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH}"><img src="{T_IMAGESET_LANG_PATH}/search.png" width="80" height="28" alt="{L_SEARCH}" /></a><!-- ENDIF -->
        <!-- IF not S_IS_BOT -->
        <!-- IF S_DISPLAY_MEMBERLIST --><a href="{U_MEMBERLIST}"><img src="{T_IMAGESET_LANG_PATH}/members.png" width="80" height="28" alt="{L_MEMBERLIST}" /></a><!-- ENDIF -->
        <!-- IF S_USER_LOGGED_IN --><a href="{U_PROFILE}"><img src="{T_IMAGESET_LANG_PATH}/ucp.png" width="58" height="28" alt="{L_PROFILE}" /></a>
        <!-- ENDIF -->
        <!-- ENDIF -->
             </td>
        </tr>
		<tr>
       <td width="100%" align="center"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
	   </tr>
      </table>
</div>

	<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}"><img src="{T_IMAGESET_LANG_PATH}/unanswered.png" width="100" height="20" alt="{L_SEARCH_UNANSWERED}" /></a><a href="{U_SEARCH_ACTIVE_TOPICS}"><img src="{T_IMAGESET_LANG_PATH}/active.png" width="100" height="20" alt="{L_SEARCH_ACTIVE_TOPICS}" /></a></span>
		<!-- IF S_USER_LOGGED_IN -->
		<span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}"><img src="{T_IMAGESET_LANG_PATH}/new.png" width="100" height="20" alt="{L_SEARCH_NEW}" /></a><a href="{U_SEARCH_SELF}"><img src="{T_IMAGESET_LANG_PATH}/your.png" width="100" height="20" alt="{L_SEARCH_SELF}" /></a></span>
		<!-- ENDIF -->
	</p>
	<!-- ENDIF -->

	<br style="clear: both;" />

	<!-- INCLUDE breadcrumbs.html -->

	<br />
[/i]
User avatar

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

Re: overall_header.html edits

Post by Mike »

This doesnt work. This is an try an error process, and i need to have the files for this. You can send me this Style via PM if you want, but "on the fly" i cant do anything... (edits must me checked and also validated...)
kein Support per PN / Messenger
no Support via PM / Messenger
Post Reply

Return to “Styles Support”