Posts by Loudon

    I have a site where the editor can create pages.

    At the top of each of these pages is a pricelist and this is edited using a shared region.

    It is displayed on each page using a template with the code below.


    Further down each of the pages, I want to populate a call to a shopping cart with the same sizes and prices from the pricelist shared region. Can anyone advise me on the best way to do this? I have tried perch_content_custom but failed.

    I have set up the ability for a client to create pages. Each of these pages are generated from a master page. The master page, and therefore the generated pages allow the client to enter a page heading, a folder name, and a password. The idea is to use this password to password protect the page. Normally I do this by using a php include to a php page which has a password protect function that asks for a password before users can view the page. Totally flummuxed as to how to get this to work with Perch as the password protect page has to be able to pick up the password for that particular page.

    Sorry, I realised my question wasn't worded very well. What I am hoping to do is add a link on the dashboard rather than to the dashboard. This link takes users to another page outwith Perch. I followed theseinstructions and it seemed to work in that a link was inserted in the footer judging by the source code. This sounds really daft but I can't see the link when I view the dashboard.