Introducing Quests: Tailored gamification & bridging in-person events with your community Mike Gitkos Yesterday at 12:39 PM1 day
Posted May 12, 20214 yr Hello, I am working on a friend's forum (IPS 4.5) and I have a question, in the theme editor, I can show the name of the logged user using {member = "name"}, how do I get the username from an external .php page that is inserted in the forum using {insert = ""}? Thanks. Edited May 12, 20214 yr by Harrison Martes
May 12, 20214 yr When you use the insert output plugin, then file is then included. As a result, it has access to the IPS4 Framework, so you could do: <?php echo \IPS\Member::loggedIn()->name;