April 7, 2019 at 8:02 PM #1 Hello,What is the template conditional to check if a CMS page exists and is enabled?Thanks.
April 7, 2019 at 9:10 PM #2 A random page or the current requests page?What exactly do you want to do? Maybe there's an easier way.
April 8, 2019 at 3:47 PM #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}