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 ListPassing QueryString Param to Filter and more...Passing QueryString Param to Filter and more...
Previous
 
Next
New Post
8/31/2007 10:51 AM
 

- Is there anyway to pass a parameter in the querystring that can be used in the filter expression?

- Also I notice the filter option is opnly available in the Grid view. How do you filter using XSLT?

- Also is there anyway that UDT can be configured to render as an XML or a CVS file? I would like to use the output of a UDT as a Yahoo Pipes Data Source. The Syndicate option of the module comes close, but I can't seem to control the RSS output. I want something similar but where I define how the data comes out.

BTW, this module is Great!!! Well done.

 
New Post
8/31/2007 12:16 PM
 

- query string parameters are currently not supported

- regarding filters in XSL see this thread: http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/56/threadid/164868/scope/posts/Default.aspx

- you might need to use XSL to create an appropriate XML output


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/31/2007 12:40 PM
 

- Too bad. Is the querystring accessible though tokens that can be used in the XSLT? Would the TabFullURL return the querystring? Maybe that would be an option?

- Thanks for the filter example. I'll try it out.

- I can understand how I could use XSL to create the XML, but how would I get the output of the module to not be embedded in the module, but just as the XML output as an XML page.

Thanks again.

 
New Post
8/31/2007 1:00 PM
 

leupold wrote

- query string parameters are currently not supported

...inside default grid view, though Querystring and Form values can be queried inside the XSL engine

 
New Post
9/6/2007 10:32 AM
 

Here is something I do (HACK) that may accomplish what you ask.  My module uses a Multiview that toggles the active view index based on a query string (the module creates a link with the query back to itself.  This should work for any tabId.  Bear in mind the "arrayOfStrings" passes an array of parameter strings in the key=value format.  In other words "key=format" is a single parameter string.

 

Dim key As String = String.Format("mid={0}", Me.ModuleId)
            If (arrayOfStrings.Length >= 1) Then
                Return Regex.Replace(DotNetNuke.Common.NavigateURL(Me.TabId, key, arrayOfStrings), "ctl/?\d*?/mid/", "")
                'Return DotNetNuke.Common.NavigateURL(Me.TabId, key, arrayOfStrings)
            Else
                Return NavigateURL(Me.TabId)
            End If

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and ListPassing QueryString Param to Filter and more...Passing QueryString Param to Filter and more...


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