MyBB Community Forums

Full Version: Edit Button Drop Down Menu not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

I know there are heaps of these threads, but I need some serious assistance. I have googled this and checked everything that I can think of but the script to have the drop down options for the edit button are no longer available.

I have reuploaded some files but this has not fixed this issue.

My Forum is http://host4post.com/community/

I do not believe anything was changed to make this issue occur.

Any support or assistance would be greatly appreciated and will provide a +1 rep to the person who helps resolve my issue.

Thanks in advance,
Cohen
Any assistance? Please?
Can you possible give me a screenshot showing what you are talking about?
(2012-02-09, 05:31 AM)Wahtastic Wrote: [ -> ]Can you possible give me a screenshot showing what you are talking about?

Not really. The edit button should provide the quick edit and the full edit options as a drop down list, but they don't.
goto

Admin CP
Templates & Style
Templates
YOURTHEMENAME
Show Thread Templates
showthread

Copy ALL of the code on this page and paste it into notepad

Delete all of it on your template and replace with


<html>
<head>
<title>{$thread['subject']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	var quickdelete_confirm = "{$lang->quickdelete_confirm}";
// -->
</script>
<script type="text/javascript" src="jscripts/thread.js?ver=1400"></script>
</head>
<body>
	{$header}
	{$pollbox}
	<div class="float_left">
		{$multipage}
	</div>
	<div class="float_right">
		{$newreply}
	</div>
	{$ratethread}
	<table border="0" cellspacing="0" cellpadding="0" class="tborder2" style="clear: both; border-bottom-width: 0;">
		<tr>
			<td class="thead" colspan="2">
				<div class="theadleft"></div>
				<div class="theadright"></div>
				<div class="theadmain">
					<div style="float: right;">
						<span class="smalltext"><strong><a href="showthread.php?mode=threaded&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->threaded}</a> | <a href="showthread.php?mode=linear&amp;tid={$tid}&amp;pid={$pid}#pid{$pid}">{$lang->linear}</a></strong></span>
					</div>
					<div>
						<strong>{$thread['subject']}</strong>
					</div>
				</div>
			</td>
		</tr>
		{$classic_header}
	</table>
	<div id="posts">
		{$posts}
	</div>
	<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="border-top-width: 0;">
		<tr>
			<td colspan="2" 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>
	</table>
	<div class="float_left">
		{$multipage}
	</div>
	<div style="padding-top: 4px;" class="float_right">
		{$newreply}
	</div>
	<br style="clear: both;" />
	{$quickreply}
	{$threadexbox}
	{$similarthreads}
	<br />
	<div class="float_left">
		<ul class="thread_tools">
			<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>
			<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>
			<li class="subscription_{$add_remove_subscription}"><a href="usercp2.php?action={$add_remove_subscription}subscription&amp;tid={$tid}">{$add_remove_subscription_text}</a></li>
		</ul>
	</div>

	<div class="float_right" style="text-align: right;">
		{$moderationoptions}
		{$forumjump}
	</div>
	<br style="clear: both;" />
	{$footer}
</body>
</html>


if that doesnt work reply back
It's probably a JavaScript conflict, you've got an awful lot of JavaScript on there.

Can you provide a test account so we can take a look?
Test account is:

Username - MyBB Test
Password - mybb123

What I thought was making a conflict, doesn't seem to have change anything. Any help and suggestions is appreciated Smile
I got around it Smile http://f.h4p.co/tid:6432