MyBB Community Forums

Full Version: reply button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when click reply button redirect me to new thread except to quote user post??
do you mean that instead of replying you are redirected to making a new thread ?

or if you mean that quoted message is not working in quote reply then see this
secund ones but codes its

<a class="threadbt2" href="newreply.php?tid={$tid}&amp;pid={$post['pid']}"><span style="color: #0372A9 ; font-size: 12px">R</span>eply</a>
^ change that to
<a class="threadbt2" href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}"><span style="color: #0372A9 ; font-size: 12px">R</span>eply</a>
that not work destroy reply button
hmm., how it destroyed the button ?
destroy it its not clickable any more and only text its visible
^ I could not see any mistake in the given code
i dont know to but that it is