Page 1 of 1

Inline Links & Pretty URL's

Posted: Wed Jun 24, 2009 2:27 pm
by tomgsd
Hi there,

I am creating a module that uses inline links which all works fine until I convert them to use pretty urls.  When using pretty urls the links replace the {content} tag instead.

Is it possible to keep the module inline when using pretty urls?

Re: Inline Links & Pretty URL's

Posted: Wed Jun 24, 2009 4:50 pm
by NaN
This might due to the RegisterRoute() function in your module.php.
How do you register the pretty url in your SetParameters() function?
I did not care about pretty urls until the last days but it becomes more and more important (and looks nice).
I would take a look into the News.module.php of the news module to see how the pretty urls are registered there.