Quote:
Originally Posted by MissKalunji
got a little time :-) now?
|
Hehe, srry, I have been (and will be) very busy for the past/coming few weeks.
However, this is the way you can do it:
I looked a while ago @ showthread.php and you can add things to the query that calls the post.
So what you basicly will have to do is add something like
LEFT JOIN ".TABLE_PREFIX."userpages AS userpages ON (post.userid=userpages.userid)
And then a condition like <if condition="$post['userpage']">He got one<else />Nope</if>
However you will have to look for yourself now, these are basic instructions I now just typed without looking something up.