hi there,
how to achieve permalink URL like DNN BLOG have?
eg:http://www.dotnetnuke.com/Resources/Blogs/EntryId/123/cool_title.aspx
note: there is no "tabid" section on the URL
i've try to use the FriendlyUrl() method:
string path = "~/default.aspx?tabid="+objTab.TabID.ToString()+"&itemid=12";
string permalink = DotNetNuke.Common.Globals.FriendlyUrl(objTab, path, "cool_title.aspx");
the output of the permalink "http://localhost/detail/tabid/93/itemid/12/cool_title.aspx"
note: there is still "tabid" section there
please need an advice to achieve my goal, but i'm planing not to use third party solution like ifinity or others