Page 1 of 1

[SOLVED] Documentation about Pretty url's

Posted: Wed Jul 31, 2013 7:32 am
by Borderbox
Hello,

I'm creating a module. Now i am trying to create pretty url's but i can't get it to work.

Is there, somewhere, documentation for developers on how to implement the pretty url part in my module.

Thank you.

Re: [SOLVED] Documentation about Pretty url's

Posted: Wed Jul 31, 2013 6:51 pm
by Dr.CSS
Would you mind telling us how you figured it out..?

Re: [SOLVED] Documentation about Pretty url's

Posted: Mon Jan 13, 2014 9:56 am
by Borderbox
I solved this by watching closely to other modules. Like the News module some of Calguys modules.

I used some functions i found like CreatePrettyURL() and register_static_route(). I used these in my module. It took me a while to make it work.