2013-04-07, 10:04 AM
2013-04-07, 10:16 AM
Please check postbit templates for that.
Navigate to postbit templates > postbit > look atbottom for this code :
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 :
Any sort of mistake in your templates, just make sure you edit them.
This would solve the problem.
regards,
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,
2013-04-07, 10:42 AM
A link to your forum and a demo account might be beneficial too if the above does not help.
2013-04-07, 11:08 AM
(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/
2013-04-07, 11:13 AM
Does the user have JavaScript enabled? If it isn't enabled, the multiquote won't display/work.
2013-04-07, 11:14 AM
Also, when trying to view any thread, I get this error:
Quote:Forbidden
Multiple Requests Targeted On Server.
2013-04-07, 11:19 AM
(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. ?
2013-04-07, 11:27 AM
Could I get a temporary user account please?
2013-04-07, 11:32 AM
(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
2013-04-07, 11:35 AM
I think the issue might be your JavaScript. Could I get access to the ACP please?