1
sev7en
Logout + Username: how to?
  • 2006/5/15 15:05

  • sev7en

  • Just popping in

  • Posts: 23

  • Since: 2005/11/11


Hi there,
I would like to add an useful information into the logout field: it can help users to know they are logged-on with the specified username.

So I grabbed a picture for you, look at here:

Resized Image


How should I do to add the userid info following the log-out button? As fas as I seen I have to manage with <{$_GET['uid']}> option but when added to theme_usernav.html my site stops work.



Thanks in advance

2
Sophie2
Re: Logout + Username: how to?
  • 2006/5/15 15:31

  • Sophie2

  • Just popping in

  • Posts: 81

  • Since: 2005/11/21


<{$xoops_uname}>

prints username

<{$xoops_userid}>

prints user id

3
sev7en
Re: Logout + Username: how to?
  • 2006/5/16 13:50

  • sev7en

  • Just popping in

  • Posts: 23

  • Since: 2005/11/11


Thanks Sophie2! Does it is out an hack to show a welcome screen after logging phase?