(2013-08-14, 12:22 PM)Destroy666 Wrote: [ -> ]Change postbit_quote to:
<a href="newreply.php?tid={$tid}&replyto={$post['pid']}" class="postbit">quote</a>
You changed the class which is responsible for styles to a non-existing .tbut from this topic (the author has it but others most probably don't).
As for multiquote, what isn't working? Give some details and postbit_multiquote content or page url and test account.
Thanks it's fixed now, and as for multiquote here's the current code which doesn't work
<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}" class="postbit">+quote</a>
<script type="text/javascript">
//<!--
$('multiquote_link_{$post['pid']}').style.display = '';
// -->
</script>
I have the same postbit for multiquote and also don't know what goes wrong. It builds up some kind of queue correctly, but when I click on 'Quote these messages now' then my browser just wants to open a javascript: page. With having 'false' as content. I am using CKEditor as WYSIWYG editor.
I have same problem on multi quote.Anyone know how to fix it ?
Quote:<a class="css_button" href="javascript :Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}">{$lang->postbit_multiquote}</a>
<script type="text/javascript">
//<!--
$('multiquote_link_{$post['pid']}').style.display = '';
// -->
</script>
^ @CptChaosNL and @WrongType
if your template consists of
jThread then replace it with below code
javascript:Thread
(2013-09-22, 05:11 PM).m. Wrote: [ -> ]^ @CptChaosNL and @WrongType
if your template consists of jThread then replace it with below code
javascript:Thread
It is javascript :Thread when i copied here forum puted it like j:thread
^ oh, okay. can we have your forum url & test user account
URL:http://raw.zz.mu/
ID:Test
Pass:1234567
^ your forum is using
Tranquil theme and it has CSS style buttons. multi-quote function is not working
due to css style button. see replies
here and
here for the guidance
Nvm,removed multi quote button,don't need it.
(2013-08-14, 12:22 PM)Destroy666 Wrote: [ -> ]Change postbit_quote to:
<a href="newreply.php?tid={$tid}&replyto={$post['pid']}" class="postbit">quote</a>
You changed the class which is responsible for styles to a non-existing .tbut from this topic (the author has it but others most probably don't).
As for multiquote, what isn't working? Give some details and postbit_multiquote content or page url and test account.
Hey i added this but my theme button didnt re apprear any help on this please