I've created alias for profile inner pages but it's not taking social theme on that page. I've made alias for user/[uid]/information page like user/[user-name]/information but alias path is not taking social theme. Any idea?

CommentFileSizeAuthor
#4 profile.png32.74 KBpradeepjha

Comments

pradeepjha created an issue. See original summary.

maikelkoopman’s picture

Can you provide the exacts step you took so we reproduce it?

pradeepjha’s picture

Please check next comment.

pradeepjha’s picture

StatusFileSize
new32.74 KB

I'm using drupal Pathauto module to create alias. Please see the attached screenshot I've done for creating alias. After that I can see alias field on down of each profile edit page. After saving alias path also path is showing like user/uid/information . User alias is working but profile page alias it's not taking.
Profile

maikelkoopman’s picture

Category: Bug report » Support request
Priority: Critical » Normal

The page you want to change is actually a view. So if you want to change the alias, you need to perform that on the view (not on entity profile). I see that pathauto only works with entity types, so I do not know yet how it can work with aliases for views. You need to research that further. Perhaps you can look at https://www.drupal.org/project/subpathauto and see if that provides a solution for this use case.

bramtenhove’s picture

Status: Active » Fixed

Feel free to re-open this issue or create a new one if you deem it necessary.

Status: Fixed » Closed (fixed)

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