By DudeThatsCold on
hey all, i have a kinda wierd question, well, as most of you probably know, when you reply to a comment instead of adding a new comment to the forum topic, your reply is slightly smaller than the one you replied to. and alas, this is becoming a problem as my forum topics gradually get longer. is there a way to make ALL the comments the same size?
Comments
The default behavior of
The default behavior of Drupal is to thread like that, so no, you can't turn off the threading (when you say "smaller", I'm assuming you mean comment width, and not comment font size). One thing you could consider doing is modifying your template to not include the comment $links, which should remove the "reply" option.
http://disobey.com/
http://gamegrene.com/
http://www.disobey.com/
Actually, nevermind. That's
Actually, nevermind. That's bad data.
1.) Go to admin/comment/configure.
2.) Set the default display mode to "Flat list - expanded"
3.) Choose "Do not display" for "Comment controls".
This should force the default display to be one long, unthreaded list, and also remove the ability for uses to choose the threaded option. (You'll notice, for example, that Drupal.org has removed the "Comment controls" so that we ALWAYS get the threaded version).
http://disobey.com/
http://gamegrene.com/
http://www.disobey.com/
hm..
ok, and yes, i mean width.... well i'm sort of new to this, but, us there a way to make the "reply" button go to the same place the "new comment" button goes?
and the comment setting is already "flat list- expanded" and it doesn't show the comment options. and i still have a problem.
Try this
The comments settings are configured at administer/comments. You set your display options there.
As for offset, I believe you can adjust that in CSS.
If you want to get harsh, and if you're using phpTemplate you could modify a comment.tpl.php file to not show the links at all, and then nobody will have the option to reply to a comment, only the main thread -- problem solved. (However, you will lose access to convenience items like spam/not spam.)
--
mediagirl.org
hm.. that could work, but
hm.. that could work, but tell me, can i jsut change the URL that the "reply" button goes to to the URL the "add new comment" button goes to? sorry, i'm kinda new to all this.