hello
I created a content type. the title comes by default but I want to either remove it and create another one of type list or change the field type of field.
I installed module autonode but it did not help or perhaps did not know how to use it.
In fact, I want to force the users to set specific titles only.
thanks for letting me know how to either remove the title or replace its type.
Best, GG
There are two things referred to as "titles" in Drupal. One is the text between <title>your title goes here</title> and the other is the h1 line in most nodes. Deleting either of these is usually a mistake as they are primary SEO elements that search engines rely on for ranking.
On Mon, Dec 12, 2011 at 1:09 PM, Gabriele Giorelli < gabriele.giorelli@gmail.com> wrote:
hello
I created a content type. the title comes by default but I want to either remove it and create another one of type list or change the field type of field.
I installed module autonode but it did not help or perhaps did not know how to use it.
In fact, I want to force the users to set specific titles only.
thanks for letting me know how to either remove the title or replace its type.
Best, GG
-- [ Drupal support list | http://lists.drupal.org/ ]
If you want to remove the title field from the node form, use http://drupal.org/project/auto_nodetitle
On Tue, Dec 13, 2011 at 8:56 AM, Walt Daniels wdlists@gmail.com wrote:
There are two things referred to as "titles" in Drupal. One is the text between <title>your title goes here</title> and the other is the h1 line in most nodes. Deleting either of these is usually a mistake as they are primary SEO elements that search engines rely on for ranking.
On Mon, Dec 12, 2011 at 1:09 PM, Gabriele Giorelli < gabriele.giorelli@gmail.com> wrote:
hello
I created a content type. the title comes by default but I want to either remove it and create another one of type list or change the field type of field.
I installed module autonode but it did not help or perhaps did not know how to use it.
In fact, I want to force the users to set specific titles only.
thanks for letting me know how to either remove the title or replace its type.
Best, GG
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
Use auto_nodetitle module for hiding title field
http://drupal.org/project/auto_nodetitle
After installing this module
Please go to structure>>Content typeshttp://localhost/drupalubercart/admin/structure/types>>click edit or add content type menu>>Under Automatic title generation click 'Automatically generate the title and hide the title field ' option>>save content type
On Tue, Dec 13, 2011 at 10:28 AM, Vaibhav Jain in.vaibhavjain@gmail.comwrote:
If you want to remove the title field from the node form, use http://drupal.org/project/auto_nodetitle
On Tue, Dec 13, 2011 at 8:56 AM, Walt Daniels wdlists@gmail.com wrote:
There are two things referred to as "titles" in Drupal. One is the text between <title>your title goes here</title> and the other is the h1 line in most nodes. Deleting either of these is usually a mistake as they are primary SEO elements that search engines rely on for ranking.
On Mon, Dec 12, 2011 at 1:09 PM, Gabriele Giorelli < gabriele.giorelli@gmail.com> wrote:
hello
I created a content type. the title comes by default but I want to either remove it and create another one of type list or change the field type of field.
I installed module autonode but it did not help or perhaps did not know how to use it.
In fact, I want to force the users to set specific titles only.
thanks for letting me know how to either remove the title or replace its type.
Best, GG
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards, Vaibhav Jain
-- [ Drupal support list | http://lists.drupal.org/ ]
thank you. it worked: the subject was hidden using the autonode. I agree that subject is considered as ID. But or me as admin i am fine with keeping it.
Is there a way to tell drupal: when creating a new content of this type, just do not show the subject field (and other field such as menu setting) to privileged users other than me, the admin?
thank you in advance.
On Tue, Dec 13, 2011 at 7:16 AM, muhammed naushad <naushunaushad24@gmail.com
wrote:
Use auto_nodetitle module for hiding title field
http://drupal.org/project/auto_nodetitle
After installing this module
Please go to structure>>Content typeshttp://localhost/drupalubercart/admin/structure/types>>click edit or add content type menu>>Under Automatic title generation click 'Automatically generate the title and hide the title field ' option>>save content type
On Tue, Dec 13, 2011 at 10:28 AM, Vaibhav Jain in.vaibhavjain@gmail.comwrote:
If you want to remove the title field from the node form, use http://drupal.org/project/auto_nodetitle
On Tue, Dec 13, 2011 at 8:56 AM, Walt Daniels wdlists@gmail.com wrote:
There are two things referred to as "titles" in Drupal. One is the text between <title>your title goes here</title> and the other is the h1 line in most nodes. Deleting either of these is usually a mistake as they are primary SEO elements that search engines rely on for ranking.
On Mon, Dec 12, 2011 at 1:09 PM, Gabriele Giorelli < gabriele.giorelli@gmail.com> wrote:
hello
I created a content type. the title comes by default but I want to either remove it and create another one of type list or change the field type of field.
I installed module autonode but it did not help or perhaps did not know how to use it.
In fact, I want to force the users to set specific titles only.
thanks for letting me know how to either remove the title or replace its type.
Best, GG
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards, Vaibhav Jain
-- [ Drupal support list | http://lists.drupal.org/ ]
-- *Muhammed Naushad AH* Software Developer(PHP) Mobile:9176252984
-- [ Drupal support list | http://lists.drupal.org/ ]
You can achieve this from permission.
On Tue, Dec 13, 2011 at 1:12 PM, Gabriele Giorelli < gabriele.giorelli@gmail.com> wrote:
thank you. it worked: the subject was hidden using the autonode. I agree that subject is considered as ID. But or me as admin i am fine with keeping it.
Is there a way to tell drupal: when creating a new content of this type, just do not show the subject field (and other field such as menu setting) to privileged users other than me, the admin?
thank you in advance.
On Tue, Dec 13, 2011 at 7:16 AM, muhammed naushad < naushunaushad24@gmail.com> wrote:
Use auto_nodetitle module for hiding title field
http://drupal.org/project/auto_nodetitle
After installing this module
Please go to structure>>Content typeshttp://localhost/drupalubercart/admin/structure/types>>click edit or add content type menu>>Under Automatic title generation click 'Automatically generate the title and hide the title field ' option>>save content type
On Tue, Dec 13, 2011 at 10:28 AM, Vaibhav Jain in.vaibhavjain@gmail.comwrote:
If you want to remove the title field from the node form, use http://drupal.org/project/auto_nodetitle
On Tue, Dec 13, 2011 at 8:56 AM, Walt Daniels wdlists@gmail.com wrote:
There are two things referred to as "titles" in Drupal. One is the text between <title>your title goes here</title> and the other is the h1 line in most nodes. Deleting either of these is usually a mistake as they are primary SEO elements that search engines rely on for ranking.
On Mon, Dec 12, 2011 at 1:09 PM, Gabriele Giorelli < gabriele.giorelli@gmail.com> wrote:
hello
I created a content type. the title comes by default but I want to either remove it and create another one of type list or change the field type of field.
I installed module autonode but it did not help or perhaps did not know how to use it.
In fact, I want to force the users to set specific titles only.
thanks for letting me know how to either remove the title or replace its type.
Best, GG
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Regards, Vaibhav Jain
-- [ Drupal support list | http://lists.drupal.org/ ]
-- *Muhammed Naushad AH* Software Developer(PHP) Mobile:9176252984
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]