Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListShow how the list is filteredShow how the list is filtered
Previous
 
Next
New Post
1/27/2016 9:51 AM
 
Michael Tobisch wrote:
See here: http://dnnfnl.codeplex.com/wikipage?t...

[...]
Parameter Support

The new XSLT Generator engine integrates the ModuleID as part of the parameter name. Each querystring or form parameter should start with udt_{moduleId}_param.
[...]

Happy DNNing!
Michael

 Nice, I didn't know. :-)

 
New Post
1/27/2016 10:40 AM
 
Timo Breumelhof wrote:
Michael Tobisch wrote:
See here: http://dnnfnl.codeplex.com/wikipage?t...

[...]
Parameter Support

The new XSLT Generator engine integrates the ModuleID as part of the parameter name. Each querystring or form parameter should start with udt_{moduleId}_param.
[...]

Happy DNNing!
Michael

 Nice, I didn't know. :-)

Timo,

You didn't write whether you know or not: "I don't think you can get ..." :-)

Happy DNNing!
Michael

 


Michael Tobisch
DNN★MVP

dnn-Connect.org - The most vibrant community around the DNN-platform
 
New Post
1/27/2016 10:53 AM
 

Awesome guys.   Thanks for your input.   For others to see this is what I did.

My filter statement in the Forms and List configuration was set to Category LIKE '%[Querystring:category]%'

My code in my XSL template was originally just set to the following.

    <li><a href="Americanhttp://visit.salemva.gov/wheretodine.aspx?category=AM">American</a></li>

I changed to

    <li><a href="Americanhttp://visit.salemva.gov/wheretodine.aspx?&amp;{$prefix_param}_filter=American&amp;category=AM">American</a></li>

Then in my XSL I could "pass-back" the filter the user selected.

<p>
   <xsl:if test="$param_filter!=''">
   <strong>Showing: <xsl:value-of select="$param_filter" disable-output-escaping="yes" /></strong>
   </xsl:if>
   <xsl:if test="$param_filter=''">
   <strong>Showing: All</strong>
   </xsl:if>
</p>

This goes in the top of the program.

  <xsl:param name="param_filter" />

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListShow how the list is filteredShow how the list is filtered


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out