Quick Nav:  Online Store   |   Login | Register

Problem with TreeView and DNN link

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
rahmat
<20 Posts
Posts:2


04/11/2008 1:12 AM  

I have a module with treeview inside it. Sometimes child nodes do not render at all and I have to clear the Page Blaster cache to make everything works normal. That problem occured for DNN link module with icon on the left as well. Is there any way to just turn off the caching and compression?

John Mitchell
Posts:3492


04/11/2008 7:36 AM  

You can turn off PB caching and compression completely by adding an excludePath like this:

< path pattern=".*"  excludeFrom="CompressionAndCaching" />

You should not need to take that drastic of a measure though. Try adding the DesktopModules folder to the main list of Excludes

path pattern="(DesktopModules|LinkClick|SiteMap|/admin/|/host/|\.ashx|rss|install|thumb|cart|\.asmx" excludeFrom="All"

You could also just use the specific Module's folder:
path pattern="(MyTreeModule|LinkClick|SiteMap|/admin/|/host/|\.ashx|rss|install|thumb|cart|\.asmx|" excludeFrom="All"

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >PageBlaster > Problem with TreeView and DNN link



ActiveForums 3.7
Powered by: Snapsis Software