Hallo.
Same problem here. Fresh forum, set up few days ago. Nothing helps. This whole thread didn't help. Bug found only on quick-reply (for now).
My forum has plenty of plugins, custom theme - and I want it that way. I dont want to sound rude but: I don't care that some of 15 plugins bugs system in this particular element. Plugins works fine, Quick Replay - doesn't.
Can't it be just disabled? Cut off the code. I'm no programmer - can anyone tell me how to get rid off this thing?
can you guys try reproducing this error on default theme? if there's no error with default theme, i might help
if the problem is with theme,
go to ACP>>templates and style>>templates>>you theme templates
open the postbit templates
at the starting, there will be a table tag...make sure it has
id="post_{$post['pid']}"
in it
id="pid{$post['pid']}"
it has something like this in "postbit" template.
I'll wait 3 days, but for now: nothing changed.
Also noticed strange behavior: in one topic, loading is infinate - EVERY time I try to quickpost. In other - there is no problem. Same subforum, same goup, same privilages.
Will try to detect is there any pattern in this.
Nope. No pattern.
User reports:
1. Opera - bad
2. Good
3. Firefox - good
4. Chrome - bad
5. Chrome - bad
6. Chrome - was good, is bad
7. Good
8. Firefox - bad
9. Firefox - bad
I've got no problem with quickpost here...
How to cut off this part of the code? I want to get rid of it.
just delete the contents of the showthread_quickreply template box gone .....
Ok, the problem is only on theme I've imported
could someone maybe look at this code?:
THEME CODE (postbit): ('ve changed from this:
id="pid{$post['pid']}" to this :
id="post_{$post['pid']}")
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="cell-nopadding">
<div class="thead cell-padding">
<span class="smalltext">
{$post['postdate']}, {$post['posttime']}<span class="float_right">{$lang->postbit_post} <a href="{$post['postlink']}#pid{$post['pid']}">#{$postcounter}</a></span>
</span>
</div>
<!--postbit header-->
<div class="trow1 cell-padding">
<span class="vmiddle inline-block" style="{$post['avatar_padding']}">{$post['useravatar']}</span>
<span class="vmiddle inline-block">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</span>
<span class="float_right vmiddle">
<span class="smalltext">{$post['user_details']}</span>
</span>
<br class="clear" />
</div>
<!--postbit header-->
<!--postbit post content-->
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" style="width:100%;">
<tr>
<td class="{$altbg} post_content {$unapproved_shade}" style="padding:0;">
<div class="tcat cell-padding">
<span class="smalltext white"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span> {$post['posturl']}
</div>
<div class="cell-padding">
<div class="post_body" id="pid_{$post['pid']}">{$post['message']}</div>
{$post['attachments']}
{$post['editedmsg']}
<div class="signature" {$post['signature']} </div>
</div>
</td>
</tr>
</table>
<!--postbit post content-->
<!--postbit buttons-->
<div class="postbit_bottom {$altbg} {$unapproved_shade}">
<div class="inline-block">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}{$post['iplogged']}
</div>
<div class="inline-block float_right">
{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_quickquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
<br />
</div>
<!--postbit buttons-->
</td>
</tr>
</table>
<br />
DEFAULT CODE:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tbody>
<tr>
<td class="tcat">
<div class="float_left smalltext">
{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>
{$post['posturl']}
</td>
</tr>
<tr>
<td class="trow1 {$unapproved_shade}">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tr>
<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
{$post['useravatar']}
</td>
<td class="post_author">
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
</td>
<td class="smalltext post_author_info" width="165">
{$post['user_details']}
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="trow2 post_content {$unapproved_shade}">
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<div class="post_body" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</td>
</tr>
<tr>
<td class="trow1 post_buttons {$unapproved_shade}">
<div class="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="post_management_buttons float_right">{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_quickquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</td>
</tr>
</tbody>
</table>
(2012-03-10, 12:05 PM)Nathan Malcolm Wrote: [ -> ]No need for rudeness. You might want to familiarize yourself with the following thread.
http://community.mybb.com/thread-74894.html
Thank you, and you are right.
Matter of fact, problem is probably solved by the creator