Ok Guys I'm at a lose here,
I am trying to create some custom pop-ups that contain page elements like sectoin lists and footers so they can be used as ssi's (PHP Includes) on non actinic generated pages.
I have created a new laout type, made sure layouts are set to popups then added a number of selectors and layouts underneath this that pull in the required elements.
all the layouts have custom page names like ssi_sectionlists.txt etc. And all simply pull in info using other actinic layout selectors being in the body of the layout like: <actinic:variable name="TopLevelSectionList" />
all the selectors are 1 option selectors (not that I think I need to do this as I could have used fixed layouts I think).
Then within my search results template I have added the selectors for each page i want to generate. Though i did add it to the members login page with the same result.
Can anyone think why they are not generating?
Help as ever greatly appreciated.
Cheers
bangers
I am trying to create some custom pop-ups that contain page elements like sectoin lists and footers so they can be used as ssi's (PHP Includes) on non actinic generated pages.
I have created a new laout type, made sure layouts are set to popups then added a number of selectors and layouts underneath this that pull in the required elements.
all the layouts have custom page names like ssi_sectionlists.txt etc. And all simply pull in info using other actinic layout selectors being in the body of the layout like: <actinic:variable name="TopLevelSectionList" />
all the selectors are 1 option selectors (not that I think I need to do this as I could have used fixed layouts I think).
Then within my search results template I have added the selectors for each page i want to generate. Though i did add it to the members login page with the same result.
Can anyone think why they are not generating?
Help as ever greatly appreciated.
Cheers
bangers
Comment