Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://dailyentity.com.s50044.gridserver.com/
What have you done before the problem was there?
Google searches - no avail.
What have you already tryed to solve the problem?
Trial and error with no success.
Description and Message
I just installed a fresh version of phpbb3 With no problems. I decided to go with the Afterburner RocketTheme. All of my edits per the instructions worked perfectly except one Instruction:
Find
Tip: This may be a partial find and not the whole line.
CODE:SELECT ALL
<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong>
In-line Find
Tip: This is a partial match of a line for in-line operations.
CODE:SELECT ALL
<li class="icon-home">
In-line Add after
CODE:SELECT ALL
<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
This theme is a bit different from normal themes using entire CSS Stylizing. I was wondering if someone here could help me figure this bit out. Here is the overall_header.html file:
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} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
<!-- IF S_ENABLE_FEEDS -->
<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
	<!-- 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_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- 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 -->
<!-- INCLUDE afterburner_config.html -->
<!--
	phpBB style name: afterburner
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by: RocketTheme, LLC (C) Copyright. All rights reserved.
	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_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
<!-- IF $SHOW_AFTER_FONT -->
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<!-- ENDIF -->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/rt_js/mootools-release-1.11.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" />
<!-- IF $SHOW_AFTER_FONT -->
<link href="{T_THEME_PATH}/small.css" rel="alternate stylesheet" type="text/css" title="A--" />
<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++" />
<!-- ENDIF -->
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
  <style type="text/css">
    <!--
	#wrapper { margin: 0 auto; width:{$AFTER_WIDTH};padding:0;}
	.s-c-s #colmid { left:210px;}
	.s-c-s #colright { margin-left:-210px;}
	.s-c-s #col1pad { margin-left:210px;}
	.s-c-s #col2 { left:0px;width:210px;}
	.s-c-s #col3 { width:0px;}
	.s-c-x #colright { left:{$AFTER_SIDECOL_WIDTH};}
	.s-c-x #col1wrap { right:{$AFTER_SIDECOL_WIDTH};}
	.s-c-x #col1 { margin-left:{$AFTER_SIDECOL_WIDTH};}
	.s-c-x #col2 { right:{$AFTER_SIDECOL_WIDTH};width:{$AFTER_SIDECOL_WIDTH};}
	.x-c-s #colright { margin-left:-{$AFTER_SIDECOL_WIDTH};}
	.x-c-s #col1 { margin-left:{$AFTER_SIDECOL_WIDTH};}
	.x-c-s #col3 { left:{$AFTER_SIDECOL_WIDTH};width:{$AFTER_SIDECOL_WIDTH};}
	<!-- IF $AVATAR_POSITION == left -->
	.postprofile {float: left; border: 0px; margin-left: -6px;}
	.postbody {float: right;}
	ul.profile-icons {margin-right: 40px;}
	.online {background-position: 17% -1%;}
	<!-- ENDIF -->
	<!-- IF $AFTER_MENUPOSITION == left or $AFTER_MENUPOSITION == right -->
#postingbox .autowidth {width: 90% !important; }
	#postingbox .column2 { width: 75%; margin-top:-65px; position: relative;}
	#postingbox .column1 { width: 70%;position: relative; z-index:10000;}
	#postingbox fieldset.fields1 dd { margin-left: 15em;}
	#colour_palette dd { margin-left: 6em !important;}
	<!-- ENDIF -->
    -->
  </style>
  <!-- IF $AFTER_MENUPOSITION == left or $AFTER_MENUPOSITION == right -->
    <!--[if IE 6]>
  <style type="text/css">
  #postingbox .column2 { width: 75%; margin-top:0px; position: relative; margin-left: -300px;}
   </style>
  <![endif]-->
  <!--[if IE 7]>
  <style type="text/css">
  #postingbox .column2 { width: 75%; margin-top:0px; position: relative; margin-left: -300px;} #message-box #message {width: 98%;} #cp-main {width:80%;}
   </style>
  <![endif]-->
  <!-- ENDIF -->
<link rel="stylesheet" href="{T_THEME_PATH}/{$AFTER_STYLE}.css" type="text/css" />
<!--[if lte IE 6]>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/rt_js/ie_suckerfish.js"></script>
<link href="{T_THEME_PATH}/styles.ie.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" href="{T_THEME_PATH}/styles.ie7.css" type="text/css" />
<![endif]-->
<!-- IF $ROK_IMAGESET_SWITCHER -->
<!-- IF $AFTER_STYLE eq 'dark' or $AFTER_STYLE eq 'dark2' or $AFTER_STYLE eq 'dark3' or $AFTER_STYLE eq 'dark4' -->
<script type="text/javascript">
// <![CDATA[
window.addEvent('domready', function() {
  var newImagePath = '{ROOT_PATH}/styles/afterburner_dark_imageset/imageset/'; // remember to add the ending forward slash
  var classToSearch = '.icon';
  var els = $$(classToSearch);
  if (els.length) {
    els.each(function(el) {
      var bg = el.getStyle('background-image'), newBg, imgSource;
      bg = bg.replace('")', '').replace(")", '');
      var tmp = bg.split('/');
      imgSource = tmp[tmp.length - 1];
      el.setStyle('background-image', 'url('+newImagePath+imgSource+')');
    });
  }
});
// ]]>
</script>
<!-- ENDIF -->
<!-- ENDIF -->
</head>
<body id="phpbb" class="<!-- IF $AFTER_STYLE eq 'dark' or $AFTER_STYLE eq 'dark2' or $AFTER_STYLE eq 'dark3' or $AFTER_STYLE eq 'dark4' -->dark <!-- ENDIF -->section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div class="background"></div>
<div id="main">
	<div id="wrapper" class="foreground">
	    <div id="header">
    	    <a href="<!-- IF $AFTER_LOGO_LINK -->{$AFTER_LOGO_LINK}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->"><span id="logo"></span></a>
		</div>
		<div id="nav">
									 <ul class="menutop">
<li class="item1 <!-- IF SCRIPT_NAME eq 'index' -->active<!-- ENDIF --> root"><a class="orphan item" href="{U_INDEX}" accesskey="h"><span>{L_INDEX}</span></a></li>
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<li class="item2 <!-- IF SCRIPT_NAME eq 'ucp' -->active<!-- ENDIF --> root"><a class="orphan item bullet" href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u"><span>{L_PROFILE}</span></a></li>
<!-- ENDIF -->
<li class="item3 <!-- IF SCRIPT_NAME eq 'faq' -->active<!-- ENDIF --> root"><a class="orphan item bullet" href="{U_FAQ}" title="{L_FAQ_EXPLAIN}"><span>{L_FAQ}</span></a></li>
<!-- IF S_DISPLAY_MEMBERLIST -->
<li class="item2 <!-- IF SCRIPT_NAME eq 'memberlist' -->active<!-- ENDIF --> root"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}" class="orphan item bullet"><span>{L_MEMBERLIST}</span></a></li>
<!-- ENDIF -->
<!-- IF not S_IS_BOT -->
<!-- IF not S_USER_LOGGED_IN -->
<li class="item4 <!-- IF S_UCP_ACTION eq './ucp.php?mode=register' -->active<!-- ENDIF --> root"><a class="orphan item bullet" href="{U_REGISTER}"><span>{L_REGISTER}</span></a></li>
<!-- ENDIF -->
<li class="item5 <!-- IF S_DISPLAY_FULL_LOGIN -->active<!-- ENDIF --> root"><a class="orphan item bullet" href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l"><span>{L_LOGIN_LOGOUT}</span></a></li>
<!-- ENDIF -->
</ul>
		</div>
		<div id="message">
		</div>
        <div id="main-content" class="<!-- IF $AFTER_MENUPOSITION == left -->s<!-- ELSE -->x<!-- ENDIF -->-c-<!-- IF $AFTER_MENUPOSITION == right -->s<!-- ELSE -->x<!-- ENDIF -->">
            <div id="colmask" class="ckl-{$AFTER_COLUMN_COLOR}">
                <div id="colmid" class="cdr-{$AFTER_COLUMN_COLOR}">
                    <div id="colright" class="ctr-{$AFTER_COLUMN_COLOR}">
                        <div id="col1wrap">
							<div id="col1pad">
                            	<div id="col1">
									                                    <!-- IF $SHOW_AFTER_PATHWAY -->
													    <div class="breadcrumbs-pad">
                                        <div class="breadcrumbs">
                                        <!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF -->
<a href="{U_INDEX}" accesskey="h" class="pathway">{L_INDEX}</a> <!-- BEGIN navlinks --> <span class="sep">\</span> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
    									</div>
                                    </div><!-- ENDIF -->
																		                                    <div class="component-pad">
<div id="page">
<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">
	<!-- IF $AFTER_MENUPOSITION == full -->
	<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->
		<div class="navbar">
			<div class="inner">
			<ul class="linklist navlinks">
				<!-- IF $SHOW_AFTER_FONT -->
				<li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="fontsizeup(); return false;" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li><!-- ENDIF -->
				<!-- 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 not S_IS_BOT and S_USER_LOGGED_IN -->
			<ul class="linklist leftside">
				<li class="icon-ucp">
					<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a>
						<!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF -->
					<!-- IF S_DISPLAY_SEARCH --> •
					<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
					<!-- ENDIF -->
					<!-- IF U_RESTORE_PERMISSIONS --> •
					<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
					<!-- ENDIF -->
				</li>
			</ul>
			<!-- ENDIF -->
			<ul class="linklist rightside">
				<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
				<!-- IF not S_IS_BOT -->
					<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
					<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
					<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>
</div>
		</div>
		<!-- ELSE -->
			<ul class="linklist ">
				<!-- IF $SHOW_AFTER_FONT --><li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="fontsizeup(); return false;" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li><!-- ENDIF -->
				<!-- 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>
<!-- ENDIF -->
	</div>
	<a name="start_here"></a>
	<div id="page-body">
		 <!-- 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 -->