MyBB Community Forums

Full Version: Removing next oldest, new oldest and search thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how would i remove these next oldest, new oldest button. also the search thread "Enter Keyword"

bump!!!
(2017-06-01, 10:17 PM)technerder Wrote: [ -> ]how would i remove these next oldest, new oldest button. also the search thread "Enter Keyword"

bump!!!

In showthread template:

		<tr>
			<td class="tfoot">
				{$search_thread}
				<div>
					<strong>&laquo; <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> &raquo;</strong>
				</div>
			</td>
		</tr>