My question is probably a simple one; though I'm not really sure. I really think I'm just overlooking something, but can't find what it is I'm looking over.
I have tested this time and time again and can't get it to show how I want it. I want to do the after first post AND after the last post. I want it to show for everyone (members and guests alike). My problem is that I get it to show, but if I have a thread that only has one post showing on one page (let's say it has 31 posts in it, so on page 4 it only has one post) I get both boxes showing up when I only want it to show one.
How could this condition be modified to where it will not show if there is only one post on the current page? I know it has if the thread only has one post, but what about one post on the current page?
Code:
<if condition="THIS_SCRIPT == 'showthread' AND $post['islastshown'] and !$GLOBALS['vbulletin']->GPC['ajax'] AND $post[postcount]!=1">
Thanks!