How to fix this?

Korora

Up-and-Coming Sensation
Joined
Jun 25, 2015
Messages
388
Reaction score
0
FP$
26
KWwXBhO.png


I need a "New Thread" button to be above the Threads Listing also, How would I go about doing this?

Thanks,
Mr Kewl.
 
ACP > Templates & Themes > Templates > Your Theme Templates > Show Thread Templates > Show Thread
find something like new_thread$ or whatever and move it to the top, or copy it and put it at the top



oh wait what nvm.


Listen to what he said above
 
Well better instructions would be greatly appreciated...


Here is everything in the "forumdisplay" template:
Code:
<html>
<head>
<title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title>
{$headerinclude}
{$rssdiscovery}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
	lang.inline_edit_description = "{$lang->inline_edit_description}";
	lang.post_fetch_error = "{$lang->post_fetch_error}";
// -->
</script>
<!-- jeditable (jquery) -->
<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_edit.js?ver=1800"></script>
</head>
<body>
{$header}
{$moderatedby}
{$rules}
{$subforums}	
{$threadslist}
{$usersbrowsing}
{$footer}
</body>
</html>
 
I'm going to archive this now since it's been over a month without a reply. Feel free to create a topic if you still need help with this 🙂
 
Back
Top Bottom