in story content type, i have enabled the comment form,
but i want to over ride the current comment for into something like below URL markup
http://img198.imageshack.us/img198/142/drupalcommentform.jpg
I you want to remove subject box, just edit the content type and you have an option to remove the subject field.
On Wed, Jan 11, 2012 at 9:50 PM, bharani kumar < bharanikumariyerphp@gmail.com> wrote:
in story content type, i have enabled the comment form,
but i want to over ride the current comment for into something like below URL markup
http://img198.imageshack.us/img198/142/drupalcommentform.jpg
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
For avatar and other stuff
On Wed, Jan 11, 2012 at 9:57 PM, Vaibhav Jain in.vaibhavjain@gmail.comwrote:
I you want to remove subject box, just edit the content type and you have an option to remove the subject field.
On Wed, Jan 11, 2012 at 9:50 PM, bharani kumar < bharanikumariyerphp@gmail.com> wrote:
in story content type, i have enabled the comment form,
but i want to over ride the current comment for into something like below URL markup
http://img198.imageshack.us/img198/142/drupalcommentform.jpg
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards, Vaibhav Jain
-- [ Drupal support list | http://lists.drupal.org/ ]
Have you looked around in comment.tpl.php?
http://api.drupal.org/api/drupal/modules--comment--comment.tpl.php/6 http://api.drupal.org/api/drupal/modules--comment--comment.tpl.php/7
Regards, Todd
On 11 Jan 2012, at 14:00, bharani kumar wrote:
For avatar and other stuff
On Wed, Jan 11, 2012 at 9:57 PM, Vaibhav Jain in.vaibhavjain@gmail.com wrote: I you want to remove subject box, just edit the content type and you have an option to remove the subject field.
On Wed, Jan 11, 2012 at 9:50 PM, bharani kumar bharanikumariyerphp@gmail.com wrote: in story content type, i have enabled the comment form,
but i want to over ride the current comment for into something like below URL markup
http://img198.imageshack.us/img198/142/drupalcommentform.jpg
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards, Vaibhav Jain
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ -- [ Drupal support list | http://lists.drupal.org/ ]
it is not displaying comment box in the content view, instead it showing Add new comment http://eproknowledgedesk/comment/reply/3#comment-form link, but i dont want this link, i want direct box, how should show that box,
is there nay call back
On Thu, Jan 12, 2012 at 1:51 AM, Todd todd@savagevenus.net wrote:
Have you looked around in comment.tpl.php?
http://api.drupal.org/api/drupal/modules--comment--comment.tpl.php/6 http://api.drupal.org/api/drupal/modules--comment--comment.tpl.php/7
Regards, Todd
On 11 Jan 2012, at 14:00, bharani kumar wrote:
For avatar and other stuff
On Wed, Jan 11, 2012 at 9:57 PM, Vaibhav Jain in.vaibhavjain@gmail.comwrote:
I you want to remove subject box, just edit the content type and you have an option to remove the subject field.
On Wed, Jan 11, 2012 at 9:50 PM, bharani kumar < bharanikumariyerphp@gmail.com> wrote:
in story content type, i have enabled the comment form,
but i want to over ride the current comment for into something like below URL markup
http://img198.imageshack.us/img198/142/drupalcommentform.jpg
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards, Vaibhav Jain
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
It's pretty easy to hide things you don't want via CSS. In chrome you can right click on any element, choose "inspect element" and use that info to access it via CSS and apply display:none;
In terms of having just a comment box, there should be an option in the content type's settings to display the comment form on the same page as the node.
On Wed, Jan 11, 2012 at 3:35 PM, bharani kumar bharanikumariyerphp@gmail.com wrote:
it is not displaying comment box in the content view, instead it showing Add new comment link, but i dont want this link, i want direct box, how should show that box,
is there nay call back
On Thu, Jan 12, 2012 at 1:51 AM, Todd todd@savagevenus.net wrote:
Have you looked around in comment.tpl.php?
http://api.drupal.org/api/drupal/modules--comment--comment.tpl.php/6 http://api.drupal.org/api/drupal/modules--comment--comment.tpl.php/7
Regards, Todd
On 11 Jan 2012, at 14:00, bharani kumar wrote:
For avatar and other stuff
On Wed, Jan 11, 2012 at 9:57 PM, Vaibhav Jain in.vaibhavjain@gmail.com wrote:
I you want to remove subject box, just edit the content type and you have an option to remove the subject field.
On Wed, Jan 11, 2012 at 9:50 PM, bharani kumar bharanikumariyerphp@gmail.com wrote:
in story content type, i have enabled the comment form,
but i want to over ride the current comment for into something like below URL markup
http://img198.imageshack.us/img198/142/drupalcommentform.jpg
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards, Vaibhav Jain
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
Does the changes made (as in your example "display:none") rem,ain permanent?
Thanks Tony
On Wed, Jan 11, 2012 at 12:46 PM, Patrick Avella me@patrickavella.comwrote:
It's pretty easy to hide things you don't want via CSS. In chrome you can right click on any element, choose "inspect element" and use that info to access it via CSS and apply display:none;
In terms of having just a comment box, there should be an option in the content type's settings to display the comment form on the same page as the node.
On Wed, Jan 11, 2012 at 3:35 PM, bharani kumar bharanikumariyerphp@gmail.com wrote:
it is not displaying comment box in the content view, instead it showing
Add
new comment link, but i dont want this link, i want direct box, how
should
show that box,
is there nay call back
On Thu, Jan 12, 2012 at 1:51 AM, Todd todd@savagevenus.net wrote:
Have you looked around in comment.tpl.php?
http://api.drupal.org/api/drupal/modules--comment--comment.tpl.php/6 http://api.drupal.org/api/drupal/modules--comment--comment.tpl.php/7
Regards, Todd
On 11 Jan 2012, at 14:00, bharani kumar wrote:
For avatar and other stuff
On Wed, Jan 11, 2012 at 9:57 PM, Vaibhav Jain <in.vaibhavjain@gmail.com
wrote:
I you want to remove subject box, just edit the content type and you
have
an option to remove the subject field.
On Wed, Jan 11, 2012 at 9:50 PM, bharani kumar bharanikumariyerphp@gmail.com wrote:
in story content type, i have enabled the comment form,
but i want to over ride the current comment for into something like below URL markup
http://img198.imageshack.us/img198/142/drupalcommentform.jpg
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards, Vaibhav Jain
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
There is a setting that determines if the new comment is on the same page or a separate page.
Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: bharani kumar
it is not displaying comment box in the content view, instead it showing Add
new comment link, but i dont want this link, i want direct box, how should show that box,
how to display avatar image left side of the comment box. as well how to display the avatar image left side of the comment detail.
Something like this markup Markuphttp://img198.imageshack.us/img198/142/drupalcommentform.jpg
On Thu, Jan 12, 2012 at 4:45 AM, Ms. Nancy Wichmann nan_wich@bellsouth.netwrote:
There is a setting that determines if the new comment is on the same page or a separate page.
*Nancy*
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
*From:* bharani kumar
it is not displaying comment box in the content view, instead it showing Add new comment http://eproknowledgedesk/comment/reply/3#comment-form link, but i dont want this link, i want direct box, how should show that box,
-- [ Drupal support list | http://lists.drupal.org/ ]
Use a combination of comment.tpl.php and CSS rules would be your best bet for the avatar.
The comment subject can be turned off in your content type settings.
Regards, Todd
On 13 Jan 2012, at 10:38, bharani kumar wrote:
how to display avatar image left side of the comment box. as well how to display the avatar image left side of the comment detail.
Something like this markup Markup
On Thu, Jan 12, 2012 at 4:45 AM, Ms. Nancy Wichmann nan_wich@bellsouth.net wrote: There is a setting that determines if the new comment is on the same page or a separate page.
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: bharani kumar
it is not displaying comment box in the content view, instead it showing Add new comment link, but i dont want this link, i want direct box, how should show that box,
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ -- [ Drupal support list | http://lists.drupal.org/ ]
Check your theme settings (individually and the "global"). Most have a check box for showing user pictures in posts and comments.
Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
From: bharani kumar
how to display avatar image left side of the comment box. as well how to display the avatar image left side of the comment detail.
i fixed my problem, with below simple steps,
i mirrored the comment.tpl.php, and renamed to comment-case.tpl.php,
in that i did the changes as per my requirement,
its reached my requirement ,
Thanks
On Fri, Jan 13, 2012 at 9:42 PM, Ms. Nancy Wichmann nan_wich@bellsouth.netwrote:
Check your theme settings (individually and the "global"). Most have a check box for showing user pictures in posts and comments.
*Nancy*
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
*From:* bharani kumar
how to display avatar image left side of the comment box. as well how to display the avatar image left side of the comment detail.
-- [ Drupal support list | http://lists.drupal.org/ ]
now i have reached my goal, but thing is , i have over ride the existing css in the comment-case.tpl.php itself,
so when i look the view source, there is a replicated css snippet which i added in the comment-case.tpl.php,
advise me, how to avoid/remove this replicated css snippet.
Thanks
On Sun, Jan 15, 2012 at 9:47 PM, bharani kumar < bharanikumariyerphp@gmail.com> wrote:
i fixed my problem, with below simple steps,
i mirrored the comment.tpl.php, and renamed to comment-case.tpl.php,
in that i did the changes as per my requirement,
its reached my requirement ,
Thanks
On Fri, Jan 13, 2012 at 9:42 PM, Ms. Nancy Wichmann < nan_wich@bellsouth.net> wrote:
Check your theme settings (individually and the "global"). Most have a check box for showing user pictures in posts and comments.
*Nancy*
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
*From:* bharani kumar
how to display avatar image left side of the comment box. as well how to display the avatar image left side of the comment detail.
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/