Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years, 8 Months, 3 Weeks ago Quote not working after upgrade to 1.6.10?
#1
Solved: 11 Years, 8 Months, 3 Weeks ago
Hello,

After the MyBB upgrade from 1.6.9 I've notice that my quote buttons no longer work. I hit the quote button on a post and it comes up blank in the reply editor.

Here is my button template code
<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}" class="tbut">Quote</a>
#2
Solved: 11 Years, 8 Months, 3 Weeks ago
Change that code to:

<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" class="tbut">Quote</a>
#3
Solved: 11 Years, 8 Months, 3 Weeks ago
That fixed it, thank you.
#4
Solved: 11 Years, 8 Months, 3 Weeks ago
sorry i d like to know where the said line needing alteration is located.
which of the templates includes it?

thanks in advance.
#5
Solved: 11 Years, 8 Months, 3 Weeks ago
^ admin panel >> templates >> your forum's active theme templates >> Post Bit Templates >> postbit_quote template
#6
Solved: 11 Years, 8 Months, 3 Weeks ago
{ hmm., something wrong with my browser }
#7
Solved: 11 Years, 8 Months, 3 Weeks ago
(2013-04-27, 03:23 PM)Euan T Wrote: Change that code to:

<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" class="tbut">Quote</a>

Worked for me as well. Thanks
#8
Solved: 11 Years, 8 Months, 3 Weeks ago
Thanx for this , helped me too :p ;D !
#9
Solved: 11 Years, 8 Months, 3 Weeks ago
(2013-04-27, 03:23 PM)Euan T Wrote: Change that code to:

<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" class="tbut">Quote</a>


(2013-04-28, 09:09 AM).m. Wrote: ^ admin panel >> templates >> your forum's active theme templates >> Post Bit Templates >> postbit_quote template

Thanks, this code worked but the 'Quote' text doesn't have a border around it anymore
[Image: 72515_quote.png]

This was my previous code btw that wasn't working
<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}" class="postbit">quote</a>



Also another thing, the +quote isn't working aswell, do you know how I can fix it?
#10
Solved: 11 Years, 8 Months, 3 Weeks ago
Change postbit_quote to:
<a href="newreply.php?tid={$tid}&amp;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.
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)