SomS Posted May 23, 2018 Share Posted May 23, 2018 (edited) Hello, i want to know how can i do this: In this message, says: "Welcome, Guest" and then when i login on the forum, they show my nickname 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 Edited May 23, 2018 by SomS Link to comment Share on other sites More sharing options...
0 Jeffrey Posted May 31, 2018 Share Posted May 31, 2018 (edited) {{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 May 31, 2018 by Jeffrey 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 More sharing options...
0 #N3CK Posted May 30, 2018 Share Posted May 30, 2018 I'm guessing that you want to know how can you output member nick, use {member=name} No matter what they say, if you want something, take it. Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted July 3, 2018 Administrator Share Posted July 3, 2018 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
SomS
Hello, i want to know how can i do this:
In this message, says: "Welcome, Guest"
and then when i login on the forum, they show my nickname
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
Edited by SomSLink to comment
Share on other sites
3 answers to this question
Recommended Posts