We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 38462
    • 39 Posts
    Hi
    I have a getResources call where I have sorted by menuindex. Is it possible to then only show resources using tvFilters. I want to be able to do this by selecting a category from a dropdown list of categories.

    I am right in thinking that if I use URL Parameters for Resource Tags like so:
    store/items.html?cat=category

    Then pass this value into the getResource call?
    • This is how I call an iframe with options:
      <iframe src="http://...../assets/components/lists/?p=
      [[!getUrlParam:is=``:then=`subscribe`:else=`[[!getUrlParam? &name=`p`]]`? &name=`p`]]
      [[!getUrlParam:is=``:then=``:else=`&uid=[[!getUrlParam? &name=`uid` &max=`32`]]`? &name=`uid`]]
      
      " height="350" width="100%" name="Newsletter" style="overflow:hidden;">
       <p>Ihr Browser kann leider keine eingebetteten Frames anzeigen.</p>
      </iframe>


      Work with "getUrlParam" from Package Management.

      Cheers,

      Guido
        • 38462
        • 39 Posts
        Sorted! Many thanks.