Closed (duplicate)
Project:
Blueprint
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Feb 2009 at 22:10 UTC
Updated:
21 Jan 2010 at 20:18 UTC
When switching from any core theme to an unmodified blueprint 6.x-1.2 there are no more "reply"-links below comments. Permissions are correctly set and the link is there in any core theme. For users with administer comment permission (ie admin) there are three links below the comment: delete, edit, reply.
So, does blueprint somehow change the $links from comment.module? Can anybody reproduce this or is my installation messed up?
Comments
Comment #1
deshilachado commentedok, so that was "by design": in template.php blueprint does alter the
$linksfor comments in lines 127 to 155.blueprint recommends flat discussion, but I do want threaded discussions
and therefore I want the reply-link below comments, so people can reply not only to the original content but also to a certain comment.
to re-activate the
$linksI just put//in front of the lines 142-144Comment #3
SpriteGF commentedThis is still an issue in the current release of Blueprint (template.php,v 1.15.2.1.2.20 2009/10/29 00:27:39). This took me hours of testing to figure out. Had to modify template.php per comment #1.
The "reply" link below each comment was missing / didn't appear / disappear due to this "feature."
Comment #4
designerbrent commentedThis is a duplicate of #682676: template.php is removing links from comments. It has been fixed in the 2.x version.
Comment #5
designerbrent commentedOpps. Forgot to mark this as a dupe!