Page Type Defualts - where did they go?

Permalink
Hi All -
I am trying to make the conversion from 5.4.2.2 to 5.6.0.2 ... the upgrade is done, but now all of my page templates are broken.

My custom templates had contained the basic structure & background. Then I used the page type defaults area to insert global blocks that contained headers, sidebars, etc. so that when a new page was added to the site all the basic elements where there.

But now with the "stacks" I don't see a way to attach a stack to page type in certain block area. So, when I go to add a new page, now the only items that appear from the page type is the background from the custom template.

Can anyone help me out???

 
Ekko replied on at Permalink Reply 1 Attachment
Ekko
Not exactly sure what your going through, but if your problem is that no areas are showing up as able to edit than you may want to check your permissions and ensure that admins have perms to edit.

Go to page types, select defaults, hover over edit and select permissions , allow admins to edit.

Screenshot attached
chameleon replied on at Permalink Reply 1 Attachment
Hi Ekko -
My problem is that there is no "defaults" anymore when I go to Page Types, my only options are settings & composer... screen shots attached.
chameleon replied on at Permalink Reply
Hi All -
If anyone else was using a strategy like mine in the past - thanks to jordanlev - I have a new process.

Call Global Blocks in your custom templates.

If you have a custom template & insert a call to a global block, whatever you name that block - it will show up in your stack listings. Add your code to the stacks & it will show up everywhere that you use that page type.

Global Stack Call:
<?php 
$a = new GlobalArea('whatever'); 
$a->display($c); 
?>


Hope that makes sense.

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.