Author Topic: the {code} for - you are logged in as  (Read 5286 times)

0 Members and 1 Guest are viewing this topic.

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
the {code} for - you are logged in as
« on: April 21, 2005, 12:33:36 PM »
Hello
2 years ago when i started 4homepages i make a lots of correction and deleted from the html file a lot of code!
now there are couple of things i wan't back but don't knwo the code!

first if somebody is logged in i would like to say - "Wellcome: his name"
i belive it is a code i have to add in the Html site but wihich {code} is it?

sincerly
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: the {code} for - you are logged in as
« Reply #1 on: April 21, 2005, 01:11:49 PM »
Hallo Vincent ,

du solltest in /lang/<your_lang>/main.php unter --- Misc --- dazu folgende Codezeile haben :
Code: [Select]
$lang['lang_loggedin_msg'] = Welcome :<br><b>{loggedin_user_name}</b>";

in der /templates/<your_template>/user_logininfo.html kannst du dann verwenden :
Code: [Select]
{lang_loggedin_msg}

mawenzi

Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: the {code} for - you are logged in as
« Reply #2 on: April 21, 2005, 01:32:32 PM »
  :D
SUPER Vielen Dank
und wieder einmal genial schnell geholfen!

wo ist aber der Original text? es steht Logged in: Name
ich müsste mir nur ein kleines <BR> einfügen damit es schöner aussieht!

gruss
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: the {code} for - you are logged in as
« Reply #3 on: April 21, 2005, 02:46:11 PM »
Originaltext ... ?

in der Original-Version von 4images steht in /lang/deutsch/main.php :
Code: [Select]
$lang['lang_loggedin_msg'] = "Eingeloggt als: <b>{loggedin_user_name}</b>";

aber ist das so wichtig ...  :?:

mawenzi
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: the {code} for - you are logged in as
« Reply #4 on: April 21, 2005, 02:50:42 PM »
wichtig nicht!  :?
aber ich denke schöner!   :wink:

merci
gruss
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods