Hi,

In Site Pages under Manage->Pages, I can only see Landing, Offline and Thank You page types for editing. How do I get the other 10 available for editing?

regards,

FZ

  • feizhou replied to this.
  • feizhou

    I guess you missed Admin Panel > Settings > Agents > Templates and Admin Panel > Settings > Users > Templates..

    Cheers.

    feizhou Let me change the question. Why is editing of template pages limited to these?
    ->filter(array('type__in'=>array('other','landing','thank-you','offline')))

    Is there a problem if the array is expanded to include the other page types?

      You must be logged into the administration part of the site. Then go to Manage>Pages where you may add or remove or edit existing pages.

      11 days later

      I refer to the other templates stored in the content table in mysql that have page type of "banner client, registration staff, registration-client, pwreset-staff, pwreset-client, banner-staff, registration-confirm, registration-thanks, access-link, email2fa-staff" and yes, I am using the admin panel and have gone to Manage->Pages but only the first three page types I mentioned earlier are available for editing. The php code seems to lock it to those three types even though there are the ten more other types that I have just listed in the table.

      Nevermind. I see that you need to not just add to that array found in pages.inc.php but also to the table in settings-pages.inc.php and the array in page.inc.php.

      Interestingly, there is a sql file that had statements that would create a pages table but it doesn't seem to have been applied. Are things like these being moved to tables in mysql?

        feizhou

        I guess you missed Admin Panel > Settings > Agents > Templates and Admin Panel > Settings > Users > Templates..

        Cheers.

        Write a Reply...