Aliasing comment pages
dfg - September 20, 2005 - 04:15
| Project: | Pathauto |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | mikeryan |
| Status: | postponed |
Jump to:
Description
Aliasing the comment pages would be cool.
I think the best place is conf_url_rewrite(), rewriting in this style: 'alias_of_node/comment' to 'comment/node_id' and alike (comment/reply/* etc).

#1
#2
Request seconded. :)
#3
Hi
So.... As I understand this feature isn't exists even in development version. Can somebody guide me the best way to start to implement this. Thanks.
#4
This results in too many aliases which is a performance problem.
I don't plan to implement it myself. I think I saw a module which does this.
#5
I need this feature too..
I'm going to modify the module myself (version 1.0) if i can.
#6
Be sure to take a look at http://drupal.org/project/comment_page
Also, I'm still pretty opposed to this idea in general.
#7
Thank you. But that's not exactly what i need. My need is to insert in comment's edit/creation and delete url the taxonomy id or name of the node they're replying.. not just the node id.
Maybe the right mod in another module could be better, for site (and db) perfomance.