We all know k2 items urls will display in following format,
mysite.com/k2/category/item/id-itemname
What I need is like this,
mysite.com/username/category/itemidorname (or)
mysite.com/username/itemidorname
I tried to rewrite K2BuildRoute() function in k2's router.php but failed. Any help is appreciated. Thank you
