Jump to content

Conditional code on IPS 4


gizmodo

Recommended Posts

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.

Link to comment
Share on other sites

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/

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...