Drupal jQuery Comment Form Above Comment List

webadmin's picture
Drupal

I would like to move the "COMMENT FORM" above of the existing comments list.
But i wont hacking core for it by default when drupal core especialy D6 comment FORM is bellow of comment list.
Without hacking core or by modules code, it is imposible to change.

Then i found tips trick by using jQuery Code Snippet For this.
Here the code is simple :

$(function(){
$('.box').prependTo('#comments');
});

Baca Juga

14 years 6 months ago
14 years 7 months ago
13 years 10 months ago