We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4882
    • 44 Posts
    http://modxcms.com/forums/index.php/topic,58695

    Hi guys

    I was currently trying to solve a blog problem with the topic above, but the page is getting a little complicated and messy. Besides this is a new issue.

    I am using Archivist to archive my blogs. I can see the archive page fine. But I have 2 issues:

    Firstly my title is not displaying the year and month <h3>[[+arc_month_name]] [[+arc_year]] Archives ([[+total]])</h3>My blogpost is in a container that is hidden from the menu, but the actual post is not hidden. The archive page displays fine.

    Archives page code
    [[!getPage?
      &element=`getArchives`
      &elementClass=`modSnippet`
      &tpl=`blogPost`
      &hideContainers=`1`
      &pageVarKey=`page`
      &parents=`24`
      &includeTVs=`1`
      &toPlaceholder=`archives`
      &limit=`10`
      &cache=`0`
    ]]
    
    
    <h3>[[+arc_month_name]] [[+arc_year]] Archives ([[+total]])</h3>
    
    
    [[+archives]]
    
    [[!+page.nav:notempty=`
    <div class="paging">  
    <ul class="pageList">  
      [[!+page.nav]]  
    </ul>  
    </div>
    `]]


    Secondly, I have set up the archivist widget, but when I click,
    Archives •January 2011 (1) - it takes me back to my index page and not my archives page which has an id of 9.
    <ul>[/color]
    [[!Archivist? &target=`9` &parents=`24`]]
    </ul>
    My source is displaying the following ‘<li class="arc-row">
    <a href="index.php?id=92011/01" title="January 2011">January 2011</a> (1)
    </li>’ The archives page alias is ‘archives’

    I’m really at a loss with this, it’s one of two elements left to complete on the blog. I have been working on it for a long time, but i’ve hit a brick wall here.

    Can anybody help?
      • 20413
      • 2,877 Posts
      Quote from: cfdm at Jan 09, 2011, 03:34 AM

      My blogpost is in a container that is hidden from the menu...

      Does it work if you make it visible or try &useFurls=`0`
      http://rtfm.modx.com/display/ADDON/Archivist.Archivist
        @hawproductions | http://mrhaw.com/

        Infograph: MODX Advanced Install in 7 steps:
        http://forums.modx.com/thread/96954/infograph-modx-advanced-install-in-7-steps

        Recap: Portland, OR (PDX) MODX CMS Meetup, Oct 6, 2015. US Bancorp Tower
        http://mrhaw.com/modx_portland_oregon_pdx_modx_cms_meetup_oct_2015_us_bancorp_tower
        • 4882
        • 44 Posts
        Ok, now were getting somewhere. [[!Archivist? &target=`9` &parents=`24` &useFurls=`0`]]

        Half the problem is solved. When I click the link I go to the correct page and it says January 2011 Archive. However if I click directly on the Archives page it is still not showing the month or year.

        Thanks mrhaw
          • 4882
          • 44 Posts
          Can anybody help?Quote from: cfdm at Jan 09, 2011, 03:32 PM

          Ok, now were getting somewhere. [[!Archivist? &target=`9` &parents=`24` &useFurls=`0`]]

          Half the problem is solved. When I click the link I go to the correct page and it says January 2011 Archive. However if I click directly on the Archives page it is still not showing the month or year.
            • 4882
            • 44 Posts
            http://www.clearfocusentertainment.com/index.php?id=9

            :’(Any suggestions why the year and month are not displaying on the archives page? sad Thanks
              • 20413
              • 2,877 Posts
              I see this: http://i.min.us/ie3NVQ.jpg do you see it too?

              I haven’t set up a blog in Revo myself yet.
                @hawproductions | http://mrhaw.com/

                Infograph: MODX Advanced Install in 7 steps:
                http://forums.modx.com/thread/96954/infograph-modx-advanced-install-in-7-steps

                Recap: Portland, OR (PDX) MODX CMS Meetup, Oct 6, 2015. US Bancorp Tower
                http://mrhaw.com/modx_portland_oregon_pdx_modx_cms_meetup_oct_2015_us_bancorp_tower
                • 4882
                • 44 Posts
                yes i see that. but the problem is when i click on the archives tab on the navigation the page appears with the archive but it’s not displaying the month or year.k But when i click the archives link from the footer, it is correct. I think &useFurls=`0`is enabling it to work in the footer, otherwise it takes me back to the homepage.
                Please see images attached.

                Please help :’(
                  • 30711
                  • 70 Posts
                  I have exactly the same issue. Did you get it solved?