I figured that out, just reinstalled and it worked ok.
Now I am trying to link the username of the ticket creater to their profile page. I know I'm close but can't get the userid number to show up. Here's what I'm using:
Code:
<a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$ticket[postuserid]">$ticket[postusername]</a>
Can anyone tell me why the userid is missing from this link?
I think u=$ticket[postuserid] is wrong.
Thanks.