Quote:
Originally Posted by THE UNCEN
I want to add some stuff to my website that visitors can use once they log in the forum. I don't want it to be apart of the forum, so I want to know how I can authenticate users from my own PHP scripts.
|
Not sure this is what you mean but you can add this:
Code:
<if condition="$bbuserinfo[userid] !== ''">
// MEMBER CONTENT HERE
</if>
That can be used in any of your templates.