Hello, What is the template conditional to check if a CMS page exists and is enabled? Thanks.
Apr 7th 2019 #1 Hello,What is the template conditional to check if a CMS page exists and is enabled?Thanks.
Apr 7th 2019 #2 A random page or the current requests page?What exactly do you want to do? Maybe there's an easier way.
Apr 8th 2019 #3 I would like to put a link to a specific page, i.e: <a href="{page}com.woltlab.wcf.generic122{/page}">But if somehow the Administrator delete or disabled that specific page, then it results to 404.I want to have something like: Code {if @generic122 EXISTS_AND_ENABLED} <a href="{page}com.woltlab.wcf.generic122{/page}">Portal</a> {/if}