Closed (fixed)
Project:
Permalink
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2010 at 19:57 UTC
Updated:
22 Feb 2013 at 07:00 UTC
Jump to comment: Most recent
I have an issue in Advanced Forum's queue requesting that I add Permalink support. This would replace the Comment Page support since that module has been abandoned. I'm happy to do that but I have reservations because this module seems stalled. I'm not looking for an ETA but would like some assurance that this module will continue on into Drupal 7 and beyond before I go and make the switch.
Thanks,
Michelle
Comments
Comment #1
todd nienkerk commentedPermalink will be ported to Drupal 7.
Comment #2
michelleGood to hear since I ended up committing the integration last September. :)
Michelle
Comment #4
Taxoman commentedNo 7.x branch yet?
Comment #5
basicmagic.net commentedsubscribe
Comment #6
Taxoman commentedComment #7
opdaviesStill no 7.x branch. :(
Subscribing...
Comment #8
mgiffordAnyone run this through Coder Upgrade yet?
Comment #9
lolandese commentedMeanwhile the code snippet for D7 (extended version) posted in http://drupal.org/node/1861950 can be put in a block to provide similar functionality as the module. Don't forget to use Text format: PHP code.
Comment #10
lolandese commentedA D7 version of a very similar module is Permalink Block.
However there is a difference. The permalink is in a block instead of a field.
PROS:
CONS:
Apart from this, the goal is pretty much the same, providing an easy way for visitors to embed deep links to your pages on their site.
@ current maintainer:
You can add me as a co-maintainer to commit it here. If you prefer keeping the permalink a field (which I can fully understand, see cons above), please let me know as well. In that case the sandbox will be made a full project.
Meanwhile code improvement proposals are more than welcome.
Thanks.
Comment #11
lolandese commentedThe D7 Permalink Block module provides similar functionality. For the differences see #10.
As permalinks for comments are already in D7 core, the "block" approach offers substantial advantages over the "field" approach. If, for some reason, you are seeking a permalink field for D7 instead of a block, feel free to re-open this issue.
Tip (off topic)
Drupal 7's solution for comments permalinks is to be welcomed. However: It creates another scenario where search-engine sandboxing could occur. If a node has 10 comments, each page with the URL /comment/[comment-id] loads identical content to the node itself. We thus get 11 different URLs, all with identical content. See http://drupal.org/node/1680978.
The Global Redirect module solves this (at the moment of writing only the dev-version).
Comment #13
lolandese commentedThe Permalink Block module has recently been backported from D7 to D6.