MyBB Community Forums

Full Version: multiquote buttons that do not appear in showtread. please help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
hi friends.

I have a problem with that multiquote button does not appear in showtread. how to restore it.?

please help
Please check postbit templates for that.
Navigate to postbit templates > postbit > look atbottom for this code :
<div class="post_management_buttons float_right">{$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>

Look for code {$post['button_multiquote']} whether its present or not.

Second : navigate to postbit_multiquote template :
check the code,
it should be like this :

<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}"><img src="{$theme['imglangdir']}/postbit_multiquote.gif" alt="{$lang->postbit_multiquote}" title="{$lang->postbit_multiquote}" id="multiquote_{$post['pid']}" /></a>
<script type="text/javascript">
//<!--
	$('multiquote_link_{$post['pid']}').style.display = '';
// -->
</script>

Any sort of mistake in your templates, just make sure you edit them.
This would solve the problem.
regards,
A link to your forum and a demo account might be beneficial too if the above does not help.
(2013-04-07, 10:42 AM)Euan T Wrote: [ -> ]A link to your forum and a demo account might be beneficial too if the above does not help.

This picture is an example of a friend.
[attachment=28933]
multi quote button disappears.

I've done the above and did not work. what should I do,.?

and this is my forum

http://www.only126.web.id/
Does the user have JavaScript enabled? If it isn't enabled, the multiquote won't display/work.
Also, when trying to view any thread, I get this error:

Quote:Forbidden

Multiple Requests Targeted On Server.
(2013-04-07, 11:14 AM)Euan T Wrote: [ -> ]Also, when trying to view any thread, I get this error:

Quote:Forbidden

Multiple Requests Targeted On Server.

apologize for this error friend ..

please roollback again

because I'm using a plugin anti floud .. so if anyone who accesses it too fast I will be directed to the Multiple Requests Targeted On Server.

(2013-04-07, 11:13 AM)Euan T Wrote: [ -> ]Does the user have JavaScript enabled? If it isn't enabled, the multiquote won't display/work.

hi friend.

where I can enable javascript. ?
Could I get a temporary user account please?
(2013-04-07, 11:27 AM)Euan T Wrote: [ -> ]Could I get a temporary user account please?

oke friend..

I need your help

This account while you.

user: test
pas: 123456
I think the issue might be your JavaScript. Could I get access to the ACP please?
Pages: 1 2 3 4