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

deshilachado’s picture

Title: blueprint removes "repy" link below comments » blueprint removes "reply" link below comments
Status: Active » Fixed
Issue tags: +comment, +$links, +threaded discussion

ok, so that was "by design": in template.php blueprint does alter the $links for 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 $links I just put // in front of the lines 142-144

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

SpriteGF’s picture

Title: blueprint removes "reply" link below comments » "Reply" link below comments missing
Version: 6.x-1.2 » 6.x-1.5
Status: Closed (fixed) » Needs work

This 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."

designerbrent’s picture

Version: 6.x-1.5 » 6.x-2.x-dev

This is a duplicate of #682676: template.php is removing links from comments. It has been fixed in the 2.x version.

designerbrent’s picture

Status: Needs work » Closed (duplicate)

Opps. Forgot to mark this as a dupe!