PHPmotion Add-on: Channels URL rewrite


This is a slightly easier modification as to the previous one for the member’s profiles. As it only requires modifying one file, since the category_home.php already uses the category name you’ll only have to edit the .htaccess file

This mod will simply allow you to have enter urls like:

example.com/channels/comedy

instead of

example.com/category_home.php?cid=comedy

Which ones easier to remember?

Continue reading

PHPMotion Add-on: Member profile URL rewrite

This is the first add-on of many for the great script found here.

On their forum I noticed several people asking about rewriting the urls to the user’s profiles so after fiddling around I managed to create my first mod for phpmotion.

This will change your member profile links from:
http://www.example.com/memberprofile.php?uid=xx

to

http://www.example.com/user/username

Isn’t that nicer?

Continue reading