Jump to content
WebFlake
  • 0

Help with Global Message


SomS

Question

Hello, i want to know how can i do this:

 

In this message, says: "Welcome, Guest"     Screenshot_1.png.151f47981bdde7a06ee223d316c04f0c.png

 

and then when i login on the forum, they show my nickname Screenshot_2.png.b9826550a5dcc27d1d3db6a4bd2cb963.png

 

Can someone help me with the code for that? this is a global message, like a slide i guess.

 

Thanks and sorry my bad english :P

Edited by SomS
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
{{if isset( $_SESSION['logged_in_as_key'] )}}{lang="front_logged_in_as" sprintf="$_SESSION['logged_in_from']['name']"} {{endif}}{member="name"} 

Example;

<li style="display: inline-block">Welcome Back, {member="name"}</li>

 

Edited by Jeffrey
  • Sad 1
  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...