|
Show only for logged in users
|
|
02-21-2011, 10:15 PM
Post: #1
|
|||
|
|||
Show only for logged in users
What is the code for only displaying content for logged in users in templates?
something like <---BEGIN LOGGED_IN ONLY---> if you are logged in, you will see this. otherwise, this is inviable. <---END LOGGED_IN ONLY---> Thanks
social. forever.
an online community. |
|||
|
02-21-2011, 10:17 PM
Post: #2
|
|||
|
|||
RE: Show only for logged in users
You can't do this in templates by default, you need to install the PHP in templates plugin.
Download My Plugins My Personal Site - Twitter |
|||
|
02-22-2011, 05:35 AM
Post: #3
|
|||
|
|||
RE: Show only for logged in users
Joshua Mayer Former MyBB Support Team |
|||
|
02-22-2011, 05:45 AM
(This post was last modified: 02-22-2011 05:46 AM by Danny247.)
Post: #4
|
|||
|
|||
RE: Show only for logged in users
Once you have the plugin listed above, use this code:
PHP Code: if(!$mybb->user['uid']). |
|||
|
02-23-2011, 12:24 AM
Post: #5
|
|||
|
|||
RE: Show only for logged in users
Thank you all!
social. forever.
an online community. |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help


Show only for logged in users


