Active
Project:
Show Aliases
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Nov 2009 at 09:35 UTC
Updated:
2 Dec 2009 at 14:39 UTC
I am thinking that this module should be put or combine together with Pathauto module. Since i'm look that this module have the features functionality of pathauto, it would be great it is integrated into existed module.
Drupal have a very wide and flexible framework. And the power of Drupal is the speed of loading. But once there is a lot of module was installed, it could deteriorate the real performance.
This is just my 2 cents, but i have been installed in my site since it would help me to manage my content more easily.
Comments
Comment #1
dave reidI agree. I'd love to see this in Pathauto as well since this would be a great feature for core and we're not far away from getting momentum for Pathauto in core D8.
Comment #2
mlncn commentedI have heard from a reliable source that there is a short window to try to get this directly into core for D7, so I will work on that first and then PathAuto for 6 (?) and this module will have had the shortest, happiest life possible.
In both cases I would love thoughts on the most Drupal way to display this list; the theming and placement currently are "good enough" for a module primarily oriented toward development but feel not quite right for core.
Comment #3
dave reidI would prefer a re-usable 'listing' function that takes a db_select() query and applies tablesort, etc and splits out a table. This is what I've done with path_redirect where I can use the same code to put a fieldset on node forms to show redirects pointing to a node, as well as on my admin/build/path-redirect page that lists all redirects.
See the screenshots of the interface at http://drupal.org/node/168877#comment-2310790 and the project page at http://drupal.org/project/path_redirect
This is the general listing function:
This is what I use on the node forms:
And here's what I do on my listing page:
So now if I wanted to throw a listing for all redirects that point to a user's profile, it's easy. I think this same kind of thing would be useful for this/core.