Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years, 6 Months ago reply quote not works for 1.6.10
#1
Solved: 11 Years, 6 Months ago
This user has been denied support. This user has been denied support.
This is code inside postbit_quote

<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>

But if i ad this one from Mybb tut, reply button not visible

<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}" class="tbut">Quote</a><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>

[Image: 2re2ygy.png]

#2
Solved: 11 Years, 6 Months ago
^ you can try this code
<a href="newreply.php?tid={$tid}&amp;replyto={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>
Edit: see also this
#3
Solved: 11 Years, 6 Months ago
This user has been denied support. This user has been denied support.
works thanks give you rep+

#4
Solved: 11 Years, 6 Months ago
This user has been denied support. This user has been denied support.
again need help with this code to work

<a href="newreply.php?tid={$tid}&amp;pid={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>

solved and fixed



Forum Jump:


Users browsing this thread: 1 Guest(s)