No matter the setting, all website pages are available in the archive.
foxhound |
|
---|---|
I installed the Page Archive plugin, which is great btw but I am having one problem with it. I am using the latest version of Sienna. <img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
|
|
This post was edited by foxhound (2012-09-29 00:37, 12 years ago) |
Kort |
|
---|---|
Plugin config is used in the plugin for global settings. It is more convenient to use it via callbacks with a specific set of options in each one. Check pagearchive.global.php for the callback parameters: {PHP|pagearchive('blog','yearly','pagearchive.yearly','1','12','desc','podcasts','')}
SED.by - создание сайтов, разработка плагинов и тем для Котонти
|
foxhound |
|
---|---|
Thanks for that, that was really usefull and has helped me halfway. This is the callback I made to my archive: {PHP|pagearchive('files','monthly','pagearchive','1','12','desc','system','files_units;files_missions')}
Which seems to work fine in the main list (I tested this by adding only 1 file to one cat and it outputs only that specific month to be able to choose from), however when I click the "months" link it will again output all pages of all categories in that particular month, including system pages (system). <img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
|
Kort |
|
---|---|
You sould also have an empty Archives category (archive by default) to output the pages. SED.by - создание сайтов, разработка плагинов и тем для Котонти
|
foxhound |
|
---|---|
Yes, sorry forgot to mention that. I have an empty "archives" category in my pages structure as the installation instructed. I Have added "archives" (without the "" ) in my plugin configuration field (Pseudo-category for archive).
[add on] <img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
|
|
This post was edited by foxhound (2012-09-29 15:01, 12 years ago) |
Trustmaster |
|
---|---|
You're right, the page showing the results isn't aware of additional filters you apply in the widget. It only shows all pages for that period. May the Source be with you!
|
foxhound |
|
---|---|
Ok, thank you for confirming that. <img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
|
Trustmaster |
|
---|---|
It is a missing feature rather than a bug. You can add a request here but I can't promise a quick fix. May the Source be with you!
|
foxhound |
|
---|---|
No need to promise me a quick fix at all, but I do hope you will come around it at some point and make them work. I have added a request to Github <img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
|