We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30912
    • 463 Posts
    So I need to use Archivist finally but I cant get it to actually work - even after folloiwng any of the tutorials.

    So, I have FURLs turned on, along with Auto create aliases.

    My archive call is

    [[!getPage?
      &element=`getArchives`
      &elementClass=`modSnippet`
      &tpl=`NewsList`
      &hideContainers=`1`
    &showHidden=`1`
      &pageVarKey=`page`
      &parents=`4`
      &includeTVs=`1`
      &toPlaceholder=`archives`
      &limit=`10`
      &cache=`0`
    &resources=`-38`
    &includeContent=`1`
    ]]
     
    <h3>[[+arc_month_name]] [[+arc_year]] Archives</h3>
    <br/>
     
    [[+archives]]
     
    [[!+page.nav:notempty=`
    <div class="paging"> 
    <ul class="pageList"> 
      [[!+page.nav]] 
    </ul> 
    </div>
    `]]


    Viewing the /archive page direclty allows me to view and pagniante the results, as soon as i click a link on the archivist archive listing i get a URL of

    archive2012/01

    not

    archive/2012/01

    my archivist call is:

    [[!Archivist? &target=`38` &parents=`4` &tpl=`ArchiveTpl`]]


    which does actually product the results but isnt very readable and I cannot for the life of me find out why its missing the / from archive.

    Any ideas?