I've set up alias patterns for image posts with the Image module but they are not generated when new Image posts are made. I also setup a default pattern and this is not working either.
I've set up alias patterns for image posts with the Image module but they are not generated when new Image posts are made. I also setup a default pattern and this is not working either.
Comments
Comment #1
bastos commentedSame issue here.
Comment #2
mikeryanI installed the Image module, in the Pathauto settings under Node path settings I set Image paths to images/[title-raw]. When I created an image with the title Test img, I got the alias images/test-img. Can you tell me what is different in your scenario? In particular, what specific pattern did you use for Image paths?
Thanks.
Comment #3
gregglesclarifying status.
Also, there are several issues related to this already (at least in title).
Comment #4
bastos commentedI set Image paths to [type]/[author-name-raw]/[yyyy][mm][dd]. Verbose option display "Ignoring alias image/user/20080310 due to existing path conflict.".
Thanks.
Comment #5
wildtang3nt commentedNeed fix...
My image pattern is image/[yyyy]-[mm]-[dd]/[title-raw]
Comment #6
wildtang3nt commentedOk... don't ask me how, but somehow the problem fixed itself. All my image aliases have been generated and are working now.
Comment #7
wdrupal100 commentedI believe what he is referring to is when you create a node and upload images to the node, the path listed below the file shows the default (files/) path. It is not until you SUBMIT the node does the path under the attached file show the ACTUAL location for the file.
This is a problem for my new users who are not accustomed to this caveat. I have to tell them to submit the node before you reference the images you just attached inside the node. It adds an extra step and revision but it would be nice if pathauto immediately reflected the path the files will actually reside in during the initial node creation.
Comment #8
gregglesI think this is now fixed in the 6.x-1.x-dev release of pathauto due to a bug in the call to taxonomy_term_path. It's working fine for me on a site and wildtang3nt reported it working as well. So, marking fixed.