MyBB Community Forums

Full Version: Keep Getting An Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
EDIT: A friend helped to fix the issue. It's fine now. Thanks! You can delete this post, if need be.


With every single theme I have tried to install, I keep getting this error:

"The following errors were encountered:

MyBB could not find the theme with the file you uploaded. Please check the file is the correct and is not corrupt."

I have looked at other threads without much avail, the codes look okay, and I can post one of them, as follows:

   <?xml version="1.0" encoding="UTF-8" ?> 
- <theme name="Accord Dusk" version="1600">
- <properties>
- <templateset>
- <![CDATA[ 11
  ]]> 
  </templateset>
- <editortheme>
- <![CDATA[ default
  ]]> 
  </editortheme>
- <imgdir>
- <![CDATA[ images/accord-dusk
  ]]> 
  </imgdir>
- <logo>
- <![CDATA[ images/accord-dusk/logo.png
  ]]> 
  </logo>
- <tablespace>
- <![CDATA[ 4
  ]]> 
  </tablespace>
- <borderwidth>
- <![CDATA[ 1
  ]]> 
  </borderwidth>
  </properties>
- <stylesheets>
- <stylesheet name="global.css" version="1600">
- <![CDATA[ 
body {
	background: #3a2120 url(images/accord-dusk/header.png) repeat-x;
	color: #dedede;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.4;
        width: 90%;
        margin: 0 auto;
}

a:link {
	color: #4f75aa;
	text-decoration: none;
}

a:visited {
	color: #4f75aa;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#container {
	background: url(images/accord-dusk/content-bg.png) top left;
	color: #000000;
	position: relative;
        top: 30px;
	padding: 20px;
	clear: both;
        margin-bottom: 40px;
}

#content {
	
	width: auto !important;
}

.logo {
	float: left;
        margin-top: 40px;
}

.menu {
	font-family: 'Comfortaa';
        letter-spacing: -.5px;
	float: right;
        margin-top: 50px;
        font-size: 24px;
}

.menu ul {
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding: 4px;
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 20px;
}

.menu ul a:link {
	color: #a3a3a3;
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}

.menu ul a:visited {
	color: #a3a3a3;
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #fff;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
        text-shadow: 0 0 10px #fff;
}

#panel {
	color: #dedede;
	font-size: 11px;
}

#panel a:hover {
	color: #dedede;
        text-decoration: none;
}

#panel #top {
	margin-bottom: -8px;
}

#panel #bottom {
	padding-top: 5px;
}

#panel hr {
	color: #444;
        background: #444;
}

#panel .cp-links {
	float: right;
}

#panel .cp-links a {
	margin-left: 20px;
}

#panel .cp-links a img, #panel .links a img {
	vertical-align: top;
        padding-right: 10px;
}

#panel a.logout {
	margin-left: 10px;
}

#panel a.logout img {
	padding-left: 10px;
        vertical-align: top;
}

#panel .other-links a {
	margin-right: 15px;
}

#panel .remember_me input {
	vertical-align: middle;
	ymargin-top: -1px;
}

.loginusername {
	background: #3f3f3f url(images/accord-dusk/username.png) 10px 6px no-repeat;
        border: 1px solid #606060;
        padding: 6px 2px 6px 30px;
        color: #dedede;
        margin-right: 15px;
}

.loginpassword {
	background: #3f3f3f url(images/accord-dusk/password.png) 10px 6px no-repeat;
        border: 1px solid #606060;
        padding: 6px 2px 6px 30px;
        color: #dedede;
        margin-right: 15px;
}

.loginbutton {
	background: url(images/accord-dusk/login-button.gif) top left repeat-x;
        padding: 6px 10px;
        border: none;
        text-transform: uppercase;
        color: #dedede;
}

.loginbutton:hover {
	background: url(images/accord-dusk/login-button-hover.gif) top left repeat-x;
        cursor: pointer;
}

.register {
	float: right;
        font-size: 16px;
}

.register img {
	padding-left: 5px;
        vertical-align: middle;
}

table {
	color: #dedede;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.tborder {
	background: #3f3f3f;
	width: 100%;
	margin: auto auto;
}

.thead {
	background: #2c4878 url(images/accord-dusk/thead.gif) top left repeat-x;
        height: 35px;
        padding-top: 0;
        padding-bottom: 0;
	color: #ffffff;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #1f1f1f;
	color: #dedede;
	font-size: 12px;
}

.tcat a:link {
	color: #dedede;
}

.tcat a:visited {
	color: #dedede;
}

.tcat a:hover, .tcat a:active {
	color: #dedede;
}

.trow1 {
	background: #292929;
}

.trow2 {
	background: #292929;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #516175;
}

.trow_selected td a {
	color: #dedede;
}

.trow_sep {
	background: #555;
	color: #dedede;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #2c4878 url(images/accord-dusk/thead.gif) top left repeat-x;
        height: 35px;
        padding-top: 0;
        padding-bottom: 0;
	color: #ffffff;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	background: none repeat scroll 0 0 #292929;
        border-top: 1px solid #3F3F3F;
        color: #000000;
        margin: 10px -20px -20px;
        padding: 15px;
}

.bottom-links a {
	margin-right: 15px;
}

.triangle {
	border-color: #444444 transparent transparent;
        border-style: solid;
        border-width: 10px 0 15px 10px;
        float: left;
        height: 0;
        left: -30px;
        position: relative;
        top: 13px;
        width: 0;
}

.navigation {
	color: #000000;
        font-size: 13px;
        font-weight: bold;
        left: -40px;
        margin: 40px 0 -10px;
        position: relative;
        top: -35px;
}

.navigation a.navbit:link {
	background: #555;
        padding: 9px 10px 10px 10px;
	color: #fff;
}

.navigation a.navbit:visited {
	background: #555;
        padding: 9px 10px 10px 10px;
	color: #fff;
}

.navigation a.navbit:hover, .navigation a.navbit:active {
	text-decoration: none;
}

.navigation .active {
	background: #555;
        padding: 9px 10px 10px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.nav-sep {
	position: relative;
        top: 13px;
        margin: 0 -4px;
}

.nav-sep-active {
	position: relative;
        top: 13px;
        margin: 0;
}

.smalltext {
	font-size: 11px;
        color: #dedede;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #555;
	color: #dedede;
	border: 1px solid #666;
	padding: 1px;
}

textarea {
	background: #555;
	color: #dedede;
	border: 1px solid #666;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #555;
	border: 1px solid #666;
        color: #dedede;
}

.editor {
	background: #444;
	border: 1px solid #333;
}

.editor_control_bar {
	background: #555;
	border: 1px solid #666;
}

.autocomplete {
	background: #555;
	border: 1px solid #666;
	color: #dedede;
}

.autocomplete_selected {
	background: #777;
	color: #dedede;
}

.popup_menu {
	background: #666;
	border: none;
}

.popup_menu .popup_item {
	background: #555;
	color: #dedede;
}

.popup_menu .popup_item:hover {
	background: #666;
	color: #dedede;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #dedede;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
        background: #555;
}

.valid_field {
	border: 1px solid #0c0;
        background: #555;
        color: #dedede;
}

.validation_error {
	background: url(images/accord-dusk/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(images/accord-dusk/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(images/accord-dusk/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

fieldset {
	border: 1px solid #777;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
        color: #dedede;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	margin-bottom: 15px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	margin-bottom: 15px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 20px;
	margin-bottom: 5px;
        color: #dedede;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
        margin-right: 5px;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #777;
        background: url(images/accord-dusk/login-button-hover.gif) top left repeat-x;
        color: #dedede;
        padding: 5px 10px;
}

.pagination .pagination_current {
	border: 1px solid #4c6381;
        background: url(images/accord-dusk/thead.gif) top left repeat-x;
        color: #dedede;
        padding: 5px 10px;
}

.pagination a:hover {
	text-decoration: none;
        background: url(images/accord-dusk/thead.gif) top left repeat-x;
	border: 1px solid #4c6381;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; 
	vertical-align: middle;
	border: none;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#3f3f3f;
	color: #dedede;
	border:1px solid #555;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

.pagination_breadcrumb {
	background-color: #3f3f3f;
	border: 1px solid #555;
	padding: 10px 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	background: #555555;
	cursor: pointer;
	margin: 0 0 0 -4px;
	padding: 9px 0 10px;
	position: relative;
	top: 13px;
}

#lang_select {
	margin-top: -5px;
}


		

  ]]> 
  </stylesheet>
- <stylesheet name="star_ratings.css" attachedto="forumdisplay.php|showthread.php" version="1600">
- <![CDATA[ 
.star_rating,
.star_rating li a:hover,
.star_rating .current_rating {
	background: url(images/accord-dusk/star_rating.png) left -1000px repeat-x;
	vertical-align: left bottom;
}

.star_rating {
	position: relative;
	width:80px;
	height:16px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}


td .star_rating {
	margin: auto;
}

.star_rating li {
	display: inline;
}

.star_rating li a,
.star_rating .current_rating {
	position: absolute;
	text-indent: -1000px;
	height: 16px;
	line-height: 16px;
	outline: none;
	overflow: hidden;
	border: none;
	top:0;
	left:0;
}

.star_rating_notrated li a:hover {
	background-position: left bottom;
}

.star_rating li a.one_star {
	width:20%;
	z-index:6;
}

.star_rating li a.two_stars {
	width:40%;
	z-index:5;
}

.star_rating li a.three_stars {
	width:60%;
	z-index:4;
}

.star_rating li a.four_stars {
	width:80%;
	z-index:3;
}

.star_rating li a.five_stars {
	width:100%;
	z-index:2;
}

.star_rating .current_rating {
	z-index:1;
	background-position: left bottom;
}

.star_rating_success, .success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.inline_rating {
	float: left;
	vertical-align: middle;
	padding-right: 5px;
}

.rating-container {
	color: #DEDEDE;
	margin-top: 20px;
	padding-right: 10px;
	position: relative;
}


		
		

  ]]> 
  </stylesheet>
- <stylesheet name="showthread.css" attachedto="showthread.php" version="1600">
- <![CDATA[ 
ul.thread_tools, ul.thread_tools li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.thread_tools li {
	padding-left: 26px;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-size: 11px;
}

ul.thread_tools li.printable {
	background: url(images/accord-dusk/printable.gif) no-repeat 0px 0px;
}

ul.thread_tools li.sendthread {
	background: url(images/accord-dusk/send.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_add {
	background: url(images/accord-dusk/subscribe.gif) no-repeat 0px 0px;
}

ul.thread_tools li.subscription_remove {
	background: url(images/accord-dusk/unsubscribe.gif) no-repeat 0px 0px;
}
		
		
		

  ]]> 
  </stylesheet>
- <stylesheet name="usercp.css" attachedto="usercp.php|usercp2.php|private.php" version="1600">
- <![CDATA[ 
.usercp_nav_item {
	display: block;
	padding: 1px 0 1px 23px;
}
.usercp_nav_composepm {
	background: url(images/accord-dusk/usercp/composepm.gif) no-repeat left center;
}
.usercp_nav_pmfolder {
	background: url(images/accord-dusk/usercp/pmfolder.gif) no-repeat left center;
}
.usercp_nav_sub_pmfolder {
	padding-left: 40px;
	background: url(images/accord-dusk/usercp/sub_pmfolder.gif) no-repeat left center;
}
.usercp_nav_trash_pmfolder {
	padding-left: 40px;
	background: url(images/accord-dusk/usercp/trash_pmfolder.gif) no-repeat left center;
}
.usercp_nav_pmtracking {
	background: url(images/accord-dusk/usercp/pmtracking.gif) no-repeat left center;
}
.usercp_nav_pmfolders {
	background: url(images/accord-dusk/usercp/editfolders.gif) no-repeat left center;
}
.usercp_nav_profile {
	background: url(images/accord-dusk/usercp/profile.gif) no-repeat left center;
}
.usercp_nav_email {
	padding-left: 40px;
	background: url(images/accord-dusk/usercp/email.gif) no-repeat left center;
}
.usercp_nav_password {
	padding-left: 40px;
	background: url(images/accord-dusk/usercp/password.gif) no-repeat left center;
}
.usercp_nav_username {
	padding-left: 40px;
	background: url(images/accord-dusk/usercp/username.gif) no-repeat left center;
}
.usercp_nav_editsig {
	padding-left: 40px;
	background: url(images/accord-dusk/usercp/editsig.gif) no-repeat left center;
}
.usercp_nav_avatar {
	padding-left: 40px;
	background: url(images/accord-dusk/usercp/avatar.gif) no-repeat left center;
}
.usercp_nav_options {
	background: url(images/accord-dusk/usercp/options.gif) no-repeat left center;
}
.usercp_nav_usergroups {
	background: url(images/accord-dusk/usercp/usergroups.gif) no-repeat left center;
}
.usercp_nav_editlists {
	background: url(images/accord-dusk/usercp/editlists.gif) no-repeat left center;
}
.usercp_nav_attachments {
	background: url(images/accord-dusk/usercp/attachments.gif) no-repeat left center;
}
.usercp_nav_drafts {
	background: url(images/accord-dusk/usercp/drafts.gif) no-repeat left center;
}
.usercp_nav_subscriptions {
	background: url(images/accord-dusk/usercp/subscriptions.gif) no-repeat left center;
}
.usercp_nav_fsubscriptions {
	background: url(images/accord-dusk/usercp/fsubscriptions.gif) no-repeat left center;
}
.usercp_nav_notepad {
	background: url(images/accord-dusk/usercp/notepad.gif) no-repeat left center;
}
.usercp_nav_viewprofile {
	background: url(images/accord-dusk/usercp/viewprofile.gif) no-repeat left center;
}
.usercp_nav_home {
	background: url(images/accord-dusk/usercp/home.gif) no-repeat left center;
}
.usercp_notepad {
	width: 99%;
}
.usercp_container {
	margin: 5px;
	padding: 8px;
	border:1px solid #CCCCCC;
}

		

  ]]> 
  </stylesheet>
- <stylesheet name="modcp.css" attachedto="modcp.php" version="1600">
- <![CDATA[ 
.modcp_nav_item {
	display: block;
	padding: 1px 0 1px 23px;
}

.modcp_nav_home {
	background: url(images/accord-dusk/modcp/home.gif) no-repeat left center;
}

.modcp_nav_announcements {
	background: url(images/accord-dusk/modcp/announcements.gif) no-repeat left center;
}

.modcp_nav_reports {
	background: url(images/accord-dusk/modcp/reports.gif) no-repeat left center;
}

.modcp_nav_modqueue {
	background: url(images/accord-dusk/modcp/modqueue.gif) no-repeat left center;
}

.modcp_nav_modlogs {
	background: url(images/accord-dusk/modcp/modlogs.gif) no-repeat left center;
}

.modcp_nav_editprofile {
	background: url(images/accord-dusk/modcp/editprofile.gif) no-repeat left center;
}

.modcp_nav_banning {
	background: url(images/accord-dusk/modcp/banning.gif) no-repeat left center;
}

.modcp_nav_warninglogs {
	background: url(images/accord-dusk/modcp/warninglogs.gif) no-repeat left center;
}

.modcp_nav_ipsearch {
	background: url(images/accord-dusk/modcp/ipsearch.gif) no-repeat left center;
}

.modqueue_message {
	overflow: auto;
	max-height: 250px;
}

.modqueue_controls {
	width: 270px;
	float: right;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px;
	font-weight: bold;
}

.modqueue_controls label {
	margin-right: 8px;
}

.label_radio_ignore, .label_radio_delete, .label_radio_approve {
	font-weight: bold;
}

.modqueue_meta {
	color: #444;
	font-size: 95%;
	margin-bottom: 8px;
}

.modqueue_mass {
	list-style: none;
	margin: 0;
	width: 150px;
	padding: 0;
}

.modqueue_mass li {
	margin-bottom: 4px;
	padding: 0;
}

.modqueue_mass li a {
	display: block;
	padding: 4px;
	border: 1px solid transparent;
}

.modqueue_mass li a:hover {
	background: #efefef;
	border: 1px solid #ccc;
	text-decoration: none;
}
		
		

  ]]> 
  </stylesheet>
  </stylesheets>
- <templates>
- <template name="header" version="1501">
- <![CDATA[ 
<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
				</ul>
			</div>
          <div id="container">
		<a name="top" id="top"></a>
			<hr class="hidden" />
			<div id="panel">
				{$welcomeblock}
			</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$pending_joinrequests}
			<navigation>
			<br />

  ]]> 
  </template>
- <template name="nav" version="1501">
- <![CDATA[ 
<span class="triangle"></span>
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>

  ]]> 
  </template>
- <template name="nav_sep" version="1501">
- <![CDATA[ <img class="nav-sep" src="{$theme['imgdir']}/breadcrumb-sep.png" />
  ]]> 
  </template>
- <template name="nav_sep_active" version="1501">
- <![CDATA[ <img class="nav-sep" src="{$theme['imgdir']}/breadcrumb-sep.png" />
  ]]> 
  </template>
- <template name="nav_bit_active" version="1501">
- <![CDATA[ <span class="active">{$navbit['name']}</span><img class="nav-sep-active" src="{$theme['imgdir']}/breadcrumb-active.png" />
  ]]> 
  </template>
- <template name="header_welcomeblock_member" version="1501">
- <![CDATA[ 
<div id="top"><span class="cp-links"><a href="{$mybb->settings['bburl']}/usercp.php"><img src="{$theme['imgdir']}/usercp.png" /><strong>{$lang->welcome_usercp}</strong></a>{$modcplink}{$admincplink}</span>                    
<strong>Welcome back, {$mybb->user['username']}.</strong> <a class="logout" href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}">{$lang->welcome_logout}<img src="{$theme['imgdir']}/logout.png" /></a></div><br /><hr />
<div id="bottom">
				<span class="links">
				      <a href="{$mybb->settings['bburl']}/private.php"><img src="{$theme['imgdir']}/private.png" />{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}
                                </span>
				<span class="other-links"><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a> <a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a> <a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 350, 350);">{$lang->welcome_open_buddy_list}</a></span>
</div>

  ]]> 
  </template>
- <template name="header_welcomeblock_member_admin" version="1501">
- <![CDATA[ <strong><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php"><img src="{$theme['imgdir']}/admincp.png" />{$lang->welcome_admin}</a></strong>
  ]]> 
  </template>
- <template name="header_welcomeblock_member_moderator" version="1501">
- <![CDATA[ <strong><a href="{$mybb->settings['bburl']}/modcp.php"><img src="{$theme['imgdir']}/modcp.png" />{$lang->welcome_modcp}</a></strong>
  ]]> 
  </template>
- <template name="footer" version="1600">
- <![CDATA[ 
<br />
			<div class="bottommenu">
				<div class="float_right">{$lang_select}</div>
				<div class="bottom-links">
					<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a><a href="#top">{$lang->bottomlinks_returntop}</a><a href="#content">{$lang->bottomlinks_returncontent}</a><a href="<archive_url>">{$lang->bottomlinks_litemode}</a><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
				</div>
			</div>
			</div>
		<hr class="hidden" />
		</div>
			<div id="copyright">
				<div id="debug"><debugstuff></div>
				<!-- MyBB is free software developed and maintained by a volunteer community. 
					 It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact, 
					 to show your support for MyBB.  If you choose to remove or modify the copyright below, 
					 you may be refused support on the MyBB Community Forums.
					 
					 This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com" target="_blank">MyBB{$mybbversion}</a>, &copy; 2002-{$copy_year} <a href="http://mybb.com" target="_blank">MyBB Group</a>. 
				<!-- End powered by -->
<br />Theme by Ryan McGrane of <a href="http://audentio.com">Audentio Design</a>.
				<br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
		</div>

  ]]> 
  </template>
- <template name="header_welcomeblock_guest" version="1501">
- <![CDATA[ 
<script type="text/javascript">
<!--
	lang.username = "{$lang->login_username}";
	lang.password = "{$lang->login_password}";
	lang.login = "{$lang->login}";
	lang.lost_password = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\">{$lang->lost_password}<\/a>";
	lang.register_url = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=register\">{$lang->welcome_register}<\/a>";
	lang.remember_me = "{$lang->remember_me}";
// -->
</script>
<span class="register"><a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}<img src="{$theme['imgdir']}/jump.gif" /></a></span>
		<form action="member.php" method="post" class="loginform">
<input type="hidden" name="action" value="do_login">
<input type="hidden" name="url" value="{$mybb->settings['bburl']}">
<input type="hidden" name="quick_login" value="1">

<label class="hidden" for="quick_username">{$lang->username}</label>
<input type="text" name="quick_username" id="quick_login_username" value="" class="loginusername"/>

<label class="hidden" for="quick_password">{$lang->password}</label>
<input type="password" name="quick_password" id="quick_login_password" value="" class="loginpassword"/>

<input type="submit" name="submit" value="{$lang->welcome_login}" class="loginbutton"/>
<input type="hidden" value="do_login" name="action"/>
<input type="hidden" value="" name="url"/>
</form>

  ]]> 
  </template>
- <template name="showthread_ratethread" version="1501">
- <![CDATA[ 
<div class="float_right rating-container">
		<script type="text/javascript" src="jscripts/rating.js?ver=1400"></script>
		<div id="success_rating_{$thread['tid']}" style="float: left; padding-top: 2px; padding-right: 10px;">&nbsp;</div>
		<strong style="float: left; padding-right: 10px;">{$lang->thread_rating}</strong>
		<div class="inline_rating">
			<ul class="star_rating{$not_rated}" id="rating_thread_{$thread['tid']}">
				<li style="width: {$thread['width']}%" class="current_rating" id="current_rating_{$thread['tid']}">{$ratingvotesav}</li>
				<li><a class="one_star" title="{$lang->one_star}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=1&amp;my_post_key={$mybb->post_code}">1</a></li>
				<li><a class="two_stars" title="{$lang->two_stars}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=2&amp;my_post_key={$mybb->post_code}">2</a></li>
				<li><a class="three_stars" title="{$lang->three_stars}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=3&amp;my_post_key={$mybb->post_code}">3</a></li>
				<li><a class="four_stars" title="{$lang->four_stars}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=4&amp;my_post_key={$mybb->post_code}">4</a></li>
				<li><a class="five_stars" title="{$lang->five_stars}" href="./ratethread.php?tid={$thread['tid']}&amp;rating=5&amp;my_post_key={$mybb->post_code}">5</a></li>
			</ul>
		</div>
</div>

  ]]> 
  </template>
- <template name="headerinclude" version="1501">
- <![CDATA[ 
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1400"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1400"></script>
{$stylesheets}
<link rel="stylesheet" href="{$theme['imgdir']}/font-face.css" />
<!--[if IE 7]>
<link rel="stylesheet" href="{$theme['imgdir']}/ie-fixes.css" />
<![endif]-->
<script type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}

  ]]> 
  </template>
- <template name="forumbit_depth1_cat" version="1600">
- <![CDATA[ 
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong> <span class="smalltext"><em>{$forum['description']}</em></span></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />

  ]]> 
  </template>
- <template name="nav_bit" version="1600">
- <![CDATA[ <a class="navbit" href="{$navbit['url']}">{$navbit['name']}</a>{$sep}
  ]]> 
  </template>
  </templates>
  </theme>


That's for this theme:

http://mods.mybb.com/view/accord-dusk


Help?


My forum is: http://www.pluralityresource.org/forum/