Shouldn't I be able to take this:
Quote:
<if condition="$vbulletin->userinfo['userid'] != '0' AND THIS_SCRIPT == 'index'">
<a href="$vboptions[bburl]/search.php?do=getnew"><strong>$newposts unread posts</strong></a> since last visit.
</if>
|
And put it anywhere I want it? Right now I use the Right Column hack which adds a quick snip to the header template and footer. In the footer template is where the code above is.