Hi All,
Apologies if I am poping up everywhere but I really need some clarification on how to use a custom implementation of the DNNFriendlyURL.
I have gone to these resources...
http://www.dnnsoftware.com/wiki/page/extension-url...
...and...
http://www.dnnsoftware.com/blog/cid/154604/introdu...
...and...
https://dnnurlproviders.codeplex.com/
...and was hoping to get some clarification.
I have a module called TeamFixtures. It simply gets the fixtures for a football team. It will filter the teams fixtures depending on which team you are viewing. It will know which team is being viewed by the URL. For example...
myfootballsite.com/fixtures/arsenal
myfootballsite.com/fixtures/hull
myfootballsite.com/fixtures/liverpool
...etc. After studying the information in the links, I still do not know where to start. I feel like it should be really easy like, make an entry in web.config to point to the provider class using a regex pattern like it does already for the default DNNFriendlyURL entry, create a class that inherits DotNetNuke.Entities.Urls.ExtensionUrlProvider and implement the overridable functions.
However, I feel like I am way off. Can anyone provide an example using the...
myfootballsite.com/fixtures/arsenal
...as the example.
I fully appreciate some help and time with this.