MyBB Community Forums

Full Version: What's wrong with this template ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have a problem with quick reply. When i want to answer on a forum, a message comes up saying 'please wait'. Only then when i refresh the page manually, the reply comes up. I found out that you have to backup a postbit template. So, i have a question, what's wrong with this template:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="single-thread">
<div class="side-meta"><div class="user-meta"><div class="avatar">{$post['useravatar']} </div>
							<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
							<span class="smalltext">
								{$post['usertitle']}<br />
								{$post['userstars']}
								{$post['groupimage']}
							</span><br />
								{$post['user_details']}
</div></div>
<div class="thread-box">
    <div class="top-thread"><div class="float_left smalltext">
					{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
				</div>
				{$post['posturl']}<div class="clear"></div></div>
    <div class="post-thread"><img src="{$theme['imgdir']}/postquote.png" class="user-arrow"  /><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></div>
    <div class="bottom-thread">				<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_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
				</div></div><div class="clear"></div>
</div><div class="clear"></div>
</div>

Thanks, I hope you can help.
please give forum url and test user account so that someone can check
forum.zaprogramuj.tk

l:test
p:test12

Forum is in Polish languague.
Can you possibly promote the account to admin? I would like to take a look at your theme templates. Also, if you do promote it to admin, please remove the login details above to be on the safe side and PM the login details to whoever requests those details.
Ok. It's not problem for me. I want to inform you that my forum is in Polish language so somebody may have some problems. The templates is in: Style i Szablony --> szablony --> sense.
I suspect that a postbit template makes errors and thus make impossible to send a correctly a quick reply.

If you want to have a translate to ACP it's not a problem - I'll do it.

For the moment I will send the passwords on PW.

Forum URL: forum.zaprogramuj.tk
Please change the language to English. It's really hard for me to translate every word and I noticed that you don't have the English pack at all on your server so I couldn't change the language either in ACP.
I added a English language pack o forum and I've change it.
I tried disabling all plugins however that didn't help. I also tried jQuery conflict in headerinclude but it didn't work so I went old school. Go to ACP>Templates & Styles>Templates>YOUR THEME>Showthread>Showthread_quickreply

Find and remove

 id="quick_reply_form"
Problem solved. Password to log I sent to two people. I do not know which of you solved my problem, so I will give reputation for the both of you. Thanks for your help!
No problem. Glad I could help. Thanks for the rep and sorry for the stupid posts on your forum about snickers and my other favorite chocolates.
Pages: 1 2