I am using Guestbook module with pathauto. How can I create url aliases like abc.com/username/guestbook ?

Comments

greggles’s picture

Status: Active » Fixed

There are examples of how to do this in pathauto_user.inc

You'll need to implement the pathauto hook like blog_pathauto() and then also do something similar to the hook_user implementation from pathauto.module.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.