By Julieslv on
Hi all,
We have recently implemented the sections module with the hope of theming a certain section of the site. The problem comes in where we need to be able to define the paths of that section for the theme to take effect. I suppose what I am asking is how does one define a section and all it's children with a path alias so that all the pages carry the same theme?
Cheers,
Julie
Comments
have you tried using
have you tried using pathauto?
pathauto
Hi that has been installed and I still cannot get the "primary tabs' " pages to have the alias "groups".
Howto use Section module
Hi Julie,
You just need to edit your page specific visibility settings.
This has the following 3 settings;
* Show on every page except the listed pages.
* Show on only the listed pages.
* Show if the following PHP code returns TRUE (PHP-mode, experts only).
So if you wish to apply a theme to the news folder of your site (for example), you would select
"Show on only the listed pages"
and enter your folder name followed with a wild card like this;
news/*
Use Taxonomy and Automatic Alias to automatically put your content into the correct folder.
Hope this helps.
Regards,
John
Sections module.
This is an email from my colleague. Short of creating a seperate site, I don't know where else to look for a solution.
Please use my test login
mbali88
mbali101
The dilemma is that pathauto does not apply the aliases to the etdit, track and email pages? It sounds like a retarded request, but surely those pages are children of the view page.
Any ideas in any other direction???
Administration theme
In Administration Theme, you can choose an administration theme. There is a check box labeled
"Use administration theme for content editing" which is probably what you want?
John