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?
Inline Links & Pretty URL's
Inline Links & Pretty URL's
Green Sheep Design Ltd. - www.greensheep.co.uk
Re: Inline Links & Pretty URL's
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.
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.