S'identifier - S'inscrire - Contact

CommunityWiki
Jam session in wikilandia

Visible Comments

Source :

As I interact more with other bloggers, I feel that the comment links should be more visible.Here’s what I’m experimenting with on my personal wiki:*MyOldPrintFooter = *PrintFooter; *PrintFooter = *MyNewPrintFooter;

sub MyNewPrintFooter { my $id = $_[0]; if ($id and $CommentsPrefix and $id !~ /^$CommentsPrefix(.*)/o) { print $q->p({-class=>'comment'}, GetPageLink($CommentsPrefix . $id, undef, 'comment')); } MyOldPrintFooter(@_); } Notes:There’s no similar obvious link back if you’re looking at the comment page.There link to the comment page does not disappear from the page footer.I’m not sure what would be the right thing to do. I suspect that blog users would expect to see the full original page at the top of the comment page [..]

le 17.09.08 à 15:08 dans Mind - Version imprimable
Article précédent - Commenter - Article suivant -