I've installed the trial version. It is working very well with Ventrian News Articles. However, with Ventrian Property Agent, the URL is:
http://subustudios.com/en...Type/view/ID1/1.aspx
I'd like the URL to be:
http://subustudios.com/sa...AGENT:City].aspx
Title is a custom field in Property Agent. City is a DNN profile field. How do I set up the rule to accomplish this?
 Hi,
For the property Agent custom fields you can use a rewrite group like this [/${PACustomXXXX}] where XXXX is the name of your custom field.
So, for the title custom fields you need add [/${PACustomTitle}] in your strategy for PropertyAgent module. For the City, our module doen't provide this feature.  
Best regards,
Hi,
We propose you to buy our Gold Package including our Friendlier URL Provider and we'll add feature like [AGENT:City] in the next release shortly. You would be able to use profile properties of the Agent. See our subscription offers for more information and let us know if you are ok.
I plan on buying the Gold Package once I can get the PA URLs to rewrite properly.
Here are the PA tokens I want to use in the URL:
[TYPE:0] [TYPE:1] [CUSTOM:MODELYEAR]
Here is the PA Rewriting rule:
${BASE_REPLACERULE_ROOT}[/${PAType0}][/${PAType1}][/${PACustomModelYear}]${BASE_REPLACERULE_END}
I want to get this URL:
http://wilde-chryslersubaru.com/inventory/Subaru/Legacy/2009/pageType/view/VehicleID/15673.aspx
Or, if possible:
http://wilde-chryslersubaru.com/inventory/Subaru-Legacy-2009/pageType/view/VehicleID/15673.aspx
But I'm getting this URL (no PA tokens):
http://wilde-chryslersuba...VehicleID/15673.aspx
the rewrite group [/${PAType0}] & [/${PAType1}] are wrong. The Property Agent doesn't support at this time this feature. The right rewrite group is [/${PAType}], it displays the most specific type (in your case, it will be "Legacy").
When you have a wrong rewrite group, the rewrite rule can't work fine so there the DNN rewriting who is used.
I'm working on a new release of Aricie.FriendlierUrlProvider and i'll modify the PAType rewrite group to allows all the property type. I'll get back to you asap.