Userinfo for currently logged in user

Submitting your vote...
Rating: 4.6 of 5. 11 vote(s).
Click the rating bar to rate this item.

This snippet shows info on the user who is currently logged in.

If no user is logged in, no info is shown.

The snippet shows how to access the various special fields, like usergroups and images.

 

lib.userinfo = COA_INT
lib.userinfo {
  10 = TEXT
  10.data = TSFE:fe_user|user|username
  10.wrap = Username:&nbsp;|<br />
  10.required = 1
   
  20 = COA
  20.1 = TEXT
  20.1.data = TSFE:fe_user|user|first_name
  20.1.required = 1
  20.2 = TEXT
  20.2.data = TSFE:fe_user|user|last_name
  20.2.wrap = &nbsp;|
  20.2.required = 1
  20.stdWrap.ifEmpty.data = TSFE:fe_user|user|name
  20.stdWrap.wrap = Name:&nbsp;|<br />
  20.stdWrap.required = 1
   
  30 <.10
  30.data = TSFE:fe_user|user|address
  30.wrap = Address:&nbsp;|<br />
   
  40 <.10
  40.data = TSFE:fe_user|user|city
  40.wrap = City:&nbsp;|<br />
   
  50 <.10
  50.data = TSFE:fe_user|user|zip
  50.wrap = Zip:&nbsp;|<br />
   
  60 <.10
  60.data = TSFE:fe_user|user|country
  60.wrap = Country:&nbsp;|<br />
   
  70 <.10
  70.data = TSFE:fe_user|user|company
  70.wrap = Company:&nbsp;|<br />
   
  80 <.10
  80.data = TSFE:fe_user|user|telephone
  80.wrap = Telephone:&nbsp;|<br />
   
  90 <.10
  90.data = TSFE:fe_user|user|fax
  90.wrap = Fax:&nbsp;|<br />
   
  100 <.10
  100.data = TSFE:fe_user|user|email
  100.typolink.parameter.data = TSFE:fe_user|user|email
  100.wrap = Email:&nbsp;|<br />
   
  110 <.10
  110.data = TSFE:fe_user|user|www
  110.typolink.parameter.data = TSFE:fe_user|user|www
  110.typolink.extTarget = _blank
  110.wrap = WWW:&nbsp;|<br />
   
  200 < .10
  200.data = TSFE:fe_user|user|usergroup
  200.split {
    token = ,
    cObjNum = 1 || 2
    1 {
      10 = CONTENT
      10.table = fe_groups
      # ID 13 is the folder where I have my FE users and FE groups stored.
      # Remember to change it to the ID of the folder where YOU are storing your FE data!!
      10.select.pidInList = 13 
      10.select.andWhere.current = 1
      10.select.andWhere.wrap = uid=|
      10.renderObj = TEXT
      10.renderObj.field = title
      10.renderObj.wrap = |,
    }
    2 < .1
    2.10.renderObj.wrap >
  }
  200.wrap = Member of group(s):&nbsp;|<br />
   
  300 < .10
  300.data = TSFE:fe_user|user|image
  300.split {
    token = ,
    cObjNum = 1
    1 {
      10 = IMAGE
      10.file.import.current = 1
      10.file.import = uploads/tx_srfeuserregister/
      10.file.width = 100
    }
  }
  300.wrap = Image(s):&nbsp;|<br />
   
}
page.100 < lib.userinfo 

 

This snippet was submitted by Peter Klein




Comments


Jigal, 19-12-06 12:54:
Should this work with T3 v.3.8.1?
It sure doesn't display anything.

I'd like to use the TSFE:fe_user|user|language field for the language settings, like:
[globalVar = TSFE:fe_user|user|language=1]
config {
sys_language_uid = 1
language = de
locale_all = de_DE
}
[globalVar = TSFE:fe_user|user|language=2]
config {
sys_language_uid = 2
language = fr
locale_all = fr_FR
}
[global]

Should that be possible somehow?
Peter, 20-12-06 17:07:
@Jigal:
Older versions of TYPO3 can only read TSFE vars in 2 level from TypoScript, and to get FE user info, you need 3 levels. (I can't remember in when it was fixed, but apparently not in 3.8.1)

Your idea of using Conditions should work, but again it might not work in older TYPO3 versions.

Add comment

* - required field

*



*
*

Top 10 Updates

Nice fonts using Google font API geändert am  20-May-2010 16:36:47
TS-based Searchbox for Indexed Search  geändert am  18-May-2010 18:27:15
TYPO3 SEO geändert am  30-Apr-2010 09:44:22
Search engine friendly graphical headers in TYPO3 geändert am  30-Apr-2010 09:33:44
Creating a simple Infocenter using TYPO3 geändert am  17-Nov-2009 12:12:52
Making the Section Menu work correctly with TemplaVoila geändert am  05-May-2009 12:27:17
Show pages with type "Not in Menu" in a sitemap geändert am  05-May-2009 12:11:17
Implementation of the DHTML menu from brainjar.com  geändert am  01-Feb-2009 14:02:48
Sample DHTML menu geändert am  01-Feb-2009 13:51:25
A introduction to the CONTENT object geändert am  26-Jan-2009 13:20:39

Latest comments

20-Aug-2010 16:31:13
pritam schrieb: Hello, Can any body tell me how to add the realurl in the typo3.
Articles
17-Aug-2010 15:25:30
Graham Solomon schrieb: I have developed a nice extension for using this Google Font API with TYPO3, along with their web...
Nice Fonts using Google font API
12-Aug-2010 17:39:44
Ritesh Jaiswal schrieb: I have added the above code into page template but it is not working. It only index the page into...
Index search
Deutsch
Search: