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: Hiding reply button for reply comments/Hiding title field for replies
Pages: [1]   Go Down
  Print  
Author Topic: Hiding reply button for reply comments/Hiding title field for replies  (Read 1129 times)
0 Members and 2 Guests are viewing this topic.
ncblazin247
Newbie
*

Karma: 0
Offline Offline

Posts: 14


« on: July 09, 2010, 10:49:23 »

1. Is there a way to hide the reply button that is on reply comments? I only want the reply button to show on the main comment not the replies.
   
2. Also is there a way to hide title field for replies so you dont have to enter a title.

Thanks!
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #1 on: July 09, 2010, 19:29:06 »

1. You need to made small modification of your JComments template. Open file /components/com_jcomments/tpl/default/tpl_comment.php and replace:

Code: (php)
if ($this->getVar('button-reply') == 1) {
with
Code: (php)
if ($this->getVar('button-reply') == 1 && $comment->parent == 0) {

2. At this moment I've no idea how to implement this using template. I'll wrote here if I'll find any solution for this task.
Logged

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

Karma: 0
Offline Offline

Posts: 14


« Reply #2 on: July 10, 2010, 09:31:10 »

Great  that worked thanks Smart! Also is there a way in the css file to adjust the indent on reply comments? I want to indent the replies a little more.
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #3 on: July 13, 2010, 00:24:35 »

I could suggest you nice plugin for Firefox - FireBug, it allows to inspect site's styles and live preview of styles' changes.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    General discussion    Topic: Hiding reply button for reply comments/Hiding title field for replies
 
Jump to: