Closed (duplicate)
Project:
Advanced Blog
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2010 at 07:45 UTC
Updated:
16 Mar 2010 at 15:28 UTC
Not sure if this should go here or in the Me Module issues (I'll post there as well) - but I've noticed that the Blog Name function doesn't work for individual users when the Me Module is installed. When a user navigates to 'edit user account' the Me module creates the url as "/user/me/edit" rather than "/user/#/edit" for some reason Advanced Blog doesn't pick this up and there is no place to enter the Blog Name.
Comments
Comment #1
jhofer commentedI should have specified this better: this is officially called 'Me Aliases' http://drupal.org/project/me great project.
Comment #2
simon georges commentedHi,
In the "Me aliases" module, you have an option "Redirect to uid" (false by default), that redirect the page to "/user/#/edit" instead of "user/me/edit".
Did you test after activating this ? (caution : the uid will be displayed in the URL, maybe you don't want that...).
I think that shouldn't bother Advanced Blog, but in the meantime, maybe it will help.
Comment #3
simon georges commentedActually, that's exactly what has been posted in http://drupal.org/node/551952, so flagging this one as duplicate ;)