Login

 

Got a question for us?

Get help from our team within 24 hours

Problems to access downloads, install or configure a module? Remarks, bugs or suggestions? We treat your request within 24 hours.

Thanks for your feedback!

HomeHomeExpert ModulesExpert ModulesFriendlier URLFriendlier URLTab Specific StrategyTab Specific Strategy
Previous
 
Next
New Post
6/29/2011 5:32 AM
 

I would like a tab specific strategy for a page with the Property Agent module. I would like to remove the tab names, the pageType and the aspx:

From:

http://wholylocal.com/directory/business-listing/health-wellness/healing-center/healing-center/pageType/view.aspx

To:

http://wholylocal.com/health-wellness/healing-center/healing-center

I have adding a new tab specific strategy for: //directory/businesslisting, but it's not working. Could you please explain how to set up the tab specific strategy for this page?

Thanks.

 
New Post
6/29/2011 5:56 PM
 

Hi,

the Extension Less url functionality works on the whole website only. So you can't remove extension rewrite group specificly for a page.

For your rewrite rules, if you remove specificly for the tab //directory/businesslisting, the rewrite group TabName, u will not be able to access to this page without troubles.

The best way for that, would be to add a conditionnal behaviour to the specific Property Agent rule. You need to test if the TabID is egal to the id of your tab //directory/businesslisting. The flee expression will be like this :
Input.Param("TabID") = "123"
Note : 123 is an example of tabId

Best regards,


Célian GASPARD
Développeur
Société de conseil et de service en informatique et systèmes d'information
 
Previous
 
Next
HomeHomeExpert ModulesExpert ModulesFriendlier URLFriendlier URLTab Specific StrategyTab Specific Strategy