By bitshift on
As I get more nodes, I am trying to make sure they all have an url alias applied, either from the path auto module or manually specifying a url alias. I was trying to setup a view that listed the node title and the alias for the node, but I couldnt find the alias to specify as a field of the view. Help?
Comments
on the options for the title
on the options for the title field inside of VIEWS you can check an option that says link this field to it's node or something like that
Yes, but will that let me see
Yes, but will that let me see at a glance, which nodes do not have a url alias applied, and instead are only using the drupal path?
no, if you wanna do that you
no, if you wanna do that you have to go to admin/build/path and look at what you've got, if you wanna update them all so they ALL have a path alias, first ensure your pathauto rules are set admin/build/path/pathauto. after that go to admin/content/node, select all your nodes and then click on update path alias. that will make everything consistent with that pathauto rules.
admin/build/path will let me
admin/build/path will let me see what nodes Do have aliases, but I want to see which nodes DO NOT
There's no interface page to
There's no interface page to view that, you can browse adming/content/node and hover over the node titles and look at the links or write a query yourself. :(