Developer forum

Forum » Development » Extended Customized URLs

Extended Customized URLs


Reply
Hi there!

Background information:
The "Customized URLs" module is activated. It is set up with "Location and page name".
I have wirtten a custom blog module (and yes, I know there already is one).

My Question:
Since I have these cool URLs (/Some page/Blog.aspx) i wanted to continue down that road and add the Parameters like /Some page/Blog/Some blog/Article about something.aspx to the URL so that they are recognized as parameters. Is there any way to accomplish that?

You can have a look at the Module Frontend here:
http://www.anymotion.de/Blog.aspx

//greetings - Josef

Replies

 
Nicolai Høeg Pedersen
Reply
You can do that by using the new "Use customized URLs" setting under "Internal links" in custom url control panel (DW 7 - 19.0.1.x).

You can overrule the last bit of the URL .../[some/val]/MODULE_ITEM_NAME.aspx by using a title tag on the link:

a href="Default.aspx?ID=12&show=post&postID=9" title="CategoryName/PostName"

will be a link like this:

/Blog/[show/post/postID/9]/CategoryName/PostName.asxp

Also have a look at this thread:

http://engage.dynamicweb-cms.com/Forum-5.aspx?action=ShowThread&ThreadID=1644
 
Reply
Thanks for the quick answer and sorry i didn't reply yet.

I assume this is a DW 7 feature only and it's not available in version 18.16.1.13?

Since i can't upgrade to DW 7, i guess i will have to live with it.

My fist idea was to hook up to the url handling of the Customized URLs right before the 404 page is displayed, but that would require some small changes & additions to Dynamicweb itself. And i guess that's out of the question ;)

Anyway -> Thanks a lot!

//greetings - Josef

 

You must be logged in to post in the forum