Don't you ever die, Xenon!!! I'd be lost without you.
That worked great. Why would the first one work in the forumhome template and not the forumhome_welcometext? I'm lost on that one.
Also, can you explain something else to me then? In one of my forum listings on the main forumhome screen, it gives me the errorid error when I click on the thread name in the last post column, but all of the other ones work great! Is this the same kindof problem as what you fixed here?
And thank you very much, by the way.
Quote:
Originally posted by Xenon
Code:
<a href="search.php?s=$session[sessionhash]&action=finduser&userid=$userinfo[userid]">Your Recent Posts</a>
just works if $userinfo[userid] exists
are you sure you don't want to use $bbuserinfo?
Code:
<a href="search.php?s=$session[sessionhash]&action=finduser&userid=$bbuserinfo[userid]">Your Recent Posts</a>
|