
This user has been denied support.
(2010-11-04, 06:42 AM)quacktacular Wrote: @beth I think you (or a plugin) might have reverted one of my templates by accident. Try changing forumdisplay_newthread to:
<a href="newthread.php?fid={$fid}" class="forumbutton">{$lang->qthemes_new_thread}</a>
I'm not sure how the thanks plugin works. Easiest solution would be to put a postbit_thx.gif in /images/realize. If you want it to match my HTML/CSS buttons you add something like this to showthread with the other buttons.
<a href="whatever_link_thanks_plugin_uses" class="forumbutton">Thanks</a>
Q
Genius! The solution for New Thread worked perfectly. Somehow the forumdisplay_newthread template had been changed.
For the Thanks plugin, I inserted the following code into the Postbit template:
<a href="http://www.yourdomain.com/myBB/showthread.php?action=thank&tid={$post['tid']}&pid={$post['pid']}" class="forumbutton">Thanks</a>
<a href="http://www.yourdomain.com/myBB/showthread.php?action=remove_thank&tid={$post['tid']}&pid={$post['pid']}" class="forumbutton">Un-thank</a>
Not as clean and pretty pretty as your button codes, but it works! Thanks so much for your help!
~Beth