Hi Iain,
Great theme - we’re going to use it on our new site that we’re building (will make the donation)
I’m trying to add our standard banner/menu/footer components, but I’m doing something wrong I guess.
I’m adding the following code
<div class="header">
{embed="site/.logo_main"}
{embed="site/.email_login"}
{embed="site/.search_form"}
{embed="site/.tagline_{page_type}"}
{embed="site/.menu_main"}
{embed="site/.menu_{page_type}_sub"}
</div>
The ‘page_type’ and ‘page_sub’ variables are set as follows at the top of the template:
{preload_replace:page_type="training"}
{preload_replace:sub_page_type="forum"}
However, when I save the template and then reload the page I see all the above statements as plain text in the rendered page.
Are forum module templates parsed differently to other templates?
Also posted support forums, but posting here as well in case it’s anything specific to the theme.
Thanks,
Nick