MyBB Community Forums

Full Version: i can't full edit in some threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2015-08-25, 03:37 PM)call911 Wrote: [ -> ]^
the link is in my signature sir

That is no link, just an image

<div style="text-align: center;">
<img border="0" alt="[Image: 5vazpj.png]" src="http://i61.tinypic.com/5vazpj.png">
</div>
^
LOL haha
http://dota2indo.org
that sir
Do you have plugins installed? Perhaps recently added one?

I see a javascript that is added with respect to the original, which comes from http://www.dynamicdrive.com/

 and has to do with scrollable content. Is that part of your theme, or does it come from a plugin. If it comes from a plugin, deacrivate that one and see wahat the result is.
yea its auto scroll script from dynamicdrive.com, and not plugin script
but before i add it, this problem already exist
about the plugins, i have many plugins installed, and i try to disable all plugin like Qiao say, but still nothing sir Sad
Up
Up
Up
need fix it, someone help
up up up
You must need to

deactivte all plugin

and delete all them & template


and check it
editpost template

<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_post}</title>
{$headerinclude}
<script src="{$mybb->asset_url}/jscripts/post.js?ver=1800"></script>
</head>
<body>
{$header}
{$preview}
{$post_errors}
{$attacherror}
{$moderation_notice}
{$deletebox}
<form id="editpost" action="editpost.php?pid={$pid}&amp;processed=1" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<div class="tborder">

<div class="thead">{$lang->edit_post}</div>

{$loginbox}

<div class="trow1 rowbit">
  
<div class="formbit_label align_right" data-width="20%">{$lang->subject}</div>
  
<div class="formbit_field" data-width="80%">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></div>

</div>
  
{$posticons}
  
<div class="trow1 rowbit">
  
<div class="formbit_label align_right" data-width="20%">{$lang->your_message}:{$smilieinserter}</div>
  
<div class="formbit_field" data-width="80%"><textarea name="message" id="message" tabindex="3">{$message}</textarea>
{$codebuttons}</div>

</div>
  
{$editreason}
  
<div class="trow1 rowbit">
  
<div class="formbit_label align_right" data-width="20%">{$lang->post_options}</div>
  
<div class="formbit_field" data-width="80%"><label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
{$disablesmilies}</div>

</div>

{$subscriptionmethod}
{$pollbox}
</div>
{$attachbox}
<br />
<div class="align_center"><input type="submit" class="button" name="submitbutton" value="{$lang->update_post}" tabindex="3" accesskey="s" />  <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" /></div>
<input type="hidden" name="action" value="do_editpost" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
</form>
{$footer}
</body>
</html>

anyone can tell me wheres the error?
this is solved already, my theme doesn't support 1.8.4
Pages: 1 2