| Author |
Message |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Fri Feb 21, 2003 4:50 pm |
  |
Hey guys. I like your User Info block on your site here, but I would really like to see a logout link added to it just below YOUR username after you loggin, so you can quickly logout if need be...
thanks, I know you all will get right on it since this is a priority...hehe
mikem |
|
|
   |
 |
Zhen-Xjell
Nuke Cops Founder


Joined: Nov 14, 2002
Posts: 5939
|
Posted:
Fri Feb 21, 2003 4:52 pm |
  |
We don't want you to leave. |
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki] |
|
     |
 |
vmack
Nuke Soldier


Joined: Jan 30, 2003
Posts: 28
Location: USA
|
Posted:
Fri Feb 21, 2003 5:01 pm |
  |
|
    |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Fri Feb 21, 2003 5:26 pm |
  |
underneath this line:
| Code: |
| $content .= "<br><img src=\"images/blocks/group-4.gif\" height=\"14\" width=\"17\"> "._BWEL.", <b>$uname</b>.<br>\n<hr>\n"; |
add this:
| Code: |
| $content .="<a href=\"modules.php?name=Your_Account&op=logout\">Logout</a><br>\n"; |
ArtificialIntel |
|
|
   |
 |
FHFGhost
Lieutenant


Joined: Jan 26, 2003
Posts: 279
Location: Huntsville, AL
|
Posted:
Fri Feb 21, 2003 8:15 pm |
  |
Is that in the block-userinfo.php or from the your account tweak? |
_________________ "I don't know what the key to success is, but the key to failure is trying to please everybody"..Bill Cosby
 |
|
      |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Sat Feb 22, 2003 4:36 am |
  |
block-User_Info.php - where else did u think we were talking about??
It applied to anywhere you want to put a login link though - just add that same link (except if ur not putting it in a block, change $content .=" to echo "
ArtificialIntel |
|
|
   |
 |
mikem
Theme Guru


Joined: Jan 13, 2003
Posts: 1582
Location: Corn fields of Indiana
|
Posted:
Sat Feb 22, 2003 8:39 am |
  |
One more thing Nukecops.
Teh email notifications that are sent from your site have this at the top.
Charset: iso-8859-1
to remove it you need to edit the files in
modules/Forums/language/lang_english/email
I have tested it and removing that line from those email notification tpl files has no adverse affects.
mikem |
|
|
   |
 |
|
|