Hi Guys
Before I start this problem is happening across ALL themes including Default System (default vBulletin).
When a user quotes someone you get the usual Originally Posted By XXXX viewpost.gif.
Viewpost.gif is that little picture where you click and it takes you to that post. When a user clicks on that image it opens up a new tab and opens the image just if you where to go right click > view image and in the other tab it loads the original post.
Very strange here is what the code looks like:
PHP Code:
<if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]"/></a></if>