Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    General discussion    Topic: How to set "add comment" form above comments area?
Pages: [1]   Go Down
  Print  
Author Topic: How to set "add comment" form above comments area?  (Read 23223 times)
0 Members and 3 Guests are viewing this topic.
coleman84
Newbie
*

Karma: 0
Offline Offline

Posts: 1


« on: February 06, 2010, 01:41:11 »

Hi,

1st of all, a BIG THANKS! I really appreciate your hard work.

I have only one usability issue: How do I set the "add comment" form to exist above the actual comments? I have alot of comments right now on one of my site pages and the "add comment" form has been pushed on the bottom of the page so the user must scroll quite a while before reaching it (they'll probably wonder if it does exist).

It would be great if you'd place the "add comment" form by default above comments as it does make more sense. And also I believe that when comments are in Tree style, most recent comment should be displayed 1st.

Thanks again and I hope someone will respond to this Smiley
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #1 on: February 09, 2010, 14:26:42 »

Open file /components/com_jcomments/tpl/default/tpl_index.php and replace:

Code: (php)
<div id="comments"><?php echo $comments?></div>
<?php
// Display comments form (or link to show form)
if (isset($form)) {
echo $form;
}
?>
with
Code: (php)
<?php
// Display comments form (or link to show form)
if (isset($form)) {
echo $form;
}
?>

<div id="comments"><?php echo $comments?></div>
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
dax702
Newbie
*

Karma: 0
Offline Offline

Posts: 6


Email
« Reply #2 on: August 12, 2010, 07:37:53 »

Thank you, I was looking for this too  Cheesy
Logged
norrincoppock
Newbie
*

Karma: 0
Offline Offline

Posts: 1


Email
« Reply #3 on: October 18, 2010, 17:43:35 »

Thanks I needed that info.
Logged
johnny
Newbie
*

Karma: 0
Offline Offline

Posts: 6


negdelteam
« Reply #4 on: November 09, 2011, 20:21:57 »

tnx smart  Smiley
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    General discussion    Topic: How to set "add comment" form above comments area?
 
Jump to: