Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Logged in, not logged condition
Steeep Offline
Junior Member
**
Posts: 10
Joined: Aug 2012
Post: #2
RE: Logged in, not logged condition
To verify that the user is logged in can do so:

PHP Code:
<if $mybb->user['uid'] != 0 then>
	Logged in
<else>
	Not logged in
</if>

(This post was last modified: 09-29-2012 12:59 AM by Steeep.)
09-29-2012 12:59 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Logged in, not logged condition - NNT_ - 09-29-2012, 12:08 AM
RE: Logged in, not logged condition - Steeep - 09-29-2012 12:59 AM
RE: Logged in, not logged condition - NNT_ - 09-29-2012, 01:26 AM

 Standard Tools
Forum Jump: