MyBB Community Forums

Full Version: New Thread Broken in Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My new thread seems to be broken or outdated....please help

Forum Link : https://cyberinjectors.com/
MyBB Version : 1.8.22 Running on AWS VM as Bitnami app
Theme Name : Dark-Fire
Error Preview : attached below

My Theme's newthread
<html>
<head>
<title>{$lang->newthread_in}</title>
{$headerinclude}
<script src="{$mybb->asset_url}/jscripts/post.js?ver=1808"></script>	
</head>
<body>
{$header}
<div class="container-fluid">	
{$preview}
{$thread_errors}
{$attacherror}
{$moderation_notice}
<form action="newthread.php?fid={$fid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}">	
	<div class="panel panel-primary">
		<div class="panel-heading"><span class="panel-title"><strong>{$lang->post_new_thread}</strong></span></div>
  			<div class="panel-body">
				{$loginbox}
				<div class="row">
					<div class="col-lg-3 padding-8px"><strong>{$lang->thread_subject}</strong></div>
					<div class="col-lg-9 small padding-8px">
						<div class="row form-group">
							<div class="col-lg-12">{$prefixselect}
							<input type="text" class="form-control" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" style="display:inline; width:80%"></div>								
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-lg-3 padding-8px"><strong>{$lang->your_message}</strong>{$smilieinserter}</div>
					<div class="col-lg-9 small padding-8px"><textarea class="form-control" name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>
{$codebuttons}
{$multiquote_external}</div>
				</div>
				<div class="row">
					<div class="col-lg-3 padding-8px"><strong>{$lang->post_options}</strong></div>
					<div class="col-lg-9 small padding-8px"><div class="checkbox"><label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']}>{$lang->options_sig}</label></div>
{$disablesmilies}</div>
				</div>
				{$modoptions}
				{$subscriptionmethod}
				{$pollbox}
				{$captcha}	
			</div>
	</div>	
	{$attachbox}
	<div class="text-center">
		<input type="submit" class="btn btn-primary" name="submit" value="{$lang->post_thread}" tabindex="4" accesskey="s">  <input type="submit" class="btn btn-primary" name="previewpost" value="{$lang->preview_post}" tabindex="5">{$savedraftbutton}
	</div>
<input type="hidden" name="action" value="do_newthread">
<input type="hidden" name="posthash" value="{$posthash}">
<input type="hidden" name="attachmentaid" value="">
<input type="hidden" name="attachmentact" value="">
<input type="hidden" name="quoted_ids" value="{$quoted_ids}">
<input type="hidden" name="tid" value="{$tid}">
{$editdraftpid}
</form>
{$forumrules}
</div>	
{$footer}
<script>
	$(".author_avatar img").error(function () {
		$(this).unbind("error").closest('.author_avatar').remove();
	});
</script>
</body>
</html>

I'm very noob in this as it is my first time....already fixed login and password reset problem by following other guide but can't find this fix
also any link to this fix appriciated

Forgive me if this place is wrong for this
caution: removing powered by MyBB notice & theme coder's copyright results in support denial.

your forum is using a premium theme & its support should be sought from the theme coder.