It might be nice to expand this module and/or the core to allow additional URL customizations such as your News Articles which lets you append the article title to the end:
http://www.ventrian.com/Resources/Articles/tabid/213/articleType/ArticleView/articleId/261/Configuring-Users-Online-for-DotNetNuke.aspx
Could this be a core enhancement where perhaps in navigateurl or somewhere you could choose to set a flag to do this?
I would sure love it if on my site I could have:
mysite com/events/eventid/55/golf-lessons.aspx
mysite com/forums/fid/44/anybody-interested-in-playing-golf.aspx
mysite com/blog/bid/46/my-european-vacation-journal.aspx
Jason
I did not know that. Cool! I guess I assumed since you were doing all this url rewriting you had figured out how to do it on your modules too. Can't wait to try this out....
That is one of the things I am hoping for with Friendly URL's. Currently in NewsArticles it does not really work. What I want is the URL to appear as:
http://www.smallbizserver.net/articles/my-article-name.aspx and nothing else in it...
This really isn't practical as
1 - You could not have duplicate article names
2 - You could not have certain characters in your article titles
3 - It would take a bigger performance hit
4 - Code to do it would be difficult I would think