How do I check for the identity of the current custom page in velocity? The closest I can get to that is using
#if ($core_v2_urls.Current == 'Custom')
which returns true if it is a custom page.
How do I check for the identity of the current custom page in velocity? The closest I can get to that is using
#if ($core_v2_urls.Current == 'Custom')
which returns true if it is a custom page.
No I don't believe there is any method to return the identity of the custom page. You do have access to any contextual information (current group, current blog, etc), as well as the URL ($core_v2_page.Url).
No I don't believe there is any method to return the identity of the custom page. You do have access to any contextual information (current group, current blog, etc), as well as the URL ($core_v2_page.Url).