Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 6, 20169 yr Hello, Can you please help with the following : The below code : <if test="ipsRegistry::$current_application == 'nexus'"> {advertisement="ad_global_header"} </if> no longer works on IPS4. What is the corresponding one on IPS4? On previous versions, it worked fine. What is the condition for checking if current application is nexus? Thanks in advance.
January 6, 20169 yr Community Expert 11 minutes ago, gizmodo said: Hello, Can you please help with the following : The below code : <if test="ipsRegistry::$current_application == 'nexus'"> {advertisement="ad_global_header"} </if> no longer works on IPS4. What is the corresponding one on IPS4? On previous versions, it worked fine. What is the condition for checking if current application is nexus? Thanks in advance. I would recommend reviewing the new template syntax for IPS4: https://community.invisionpower.com/4guides/themes-and-customizations/template-syntax/
January 7, 20169 yr Author Hello, Yes, I've checked the documentation for the new syntax. What I've not found is the condition to check if current application is nexus. Previously the following worked : test="ipsRegistry::$current_application == 'nexus'" but on IPS4, it doesn't. What is the corresponding code on IPS4? Thanks
January 7, 20169 yr {{if \IPS\Dispatcher\Front::i()->application->directory == 'nexus'}} {advertisement="ad_global_header"} {{endif}}
January 7, 20169 yr Author Thanks a lot Marcher That's exactly what I was looking for. Working on latest version.
Archived
This topic is now archived and is closed to further replies.