Quick Nav:  Online Store   |   Login | Register

How to disable PageBlaster in admin mode?

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
aderson
<20 Posts
Posts:18


04/12/2008 8:10 PM  

Hi John,

Is there a way to disable page blaster in admin mode? I would like the virtual paths not to replace the tabid=[number] in admin mode.

The reason is that I'm getting this type of URLs http://corp.wsitho.com/franchise-opportunity.aspx&ctl=Edit&mid=626 when I try to edit a module, and as you can see it is not well constructed.

Thanks,

-Aderson

John Mitchell
Posts:3033


04/14/2008 8:01 AM  

Virtual-Paths do not do replacements by default.  You have to add the replacement as an optional second step, so you could just not make that replacement.

You could also put your replacement inside a conditional rule to have it only replace if your not authenticated.

[PB:IIF([PB:Request.IsAuthenticated]=='False')  {

your orginal relacement text here
                                       
}else {

the text that is in the search for field so that it put's the same thing back

}]

 

aderson
<20 Posts
Posts:18


04/14/2008 10:48 AM  
Hi John,

Thank you very much! That was great! It worked like a charm!

-Aderson
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 > How to disable PageBlaster in admin mode?



ActiveForums 3.7
Powered by: Snapsis Software