Quote:
Originally Posted by Stratis
When you have some spare time (I know you don't) 
Just tell me how I can make it or what to change - insert, don't bother anything else.
Thank you.
|
Well, what I would do is look in the "SHOWTHREAD" template for a good template hook location to display the message. The existing message uses:
PHP Code:
$template_hook['showthread_above_posts']
Now, when I look at the template, I find also:
HTML Code:
{vb:raw template_hook.showthread_below_posts}
And so that's where I will first try displaying the message as well.
But, that's much lower on the page than I would like...the closest I can get with the default template hooks is here:
I have drawn an arrow indicating where I think it would be better place. So, I will have to write a plugin that puts a custom template hook where I need it to be (so we can avoid any pesky manual template edits).