By negatifo on
Hi, I'm new to drupal,and I like it, but I have a little problem. I like to remove posted by and date filds from posted Articles, i read some older posts for drupal 6 but doesn't work in drupal 7 or maybe I do somthing wrong.
Thanks in advance (beer)
Comments
In Drupal 7, this is
In Drupal 7, this is controlled on the content type edit page, rather than on the theme edit page, which was the case for Drupal 6.
So, go to Structure >> Content Types
Edit the content type you want to change.
Scroll to Show display settings
Remove the tick from 'Display author and date information'
Hit the Save content type button
Hope that helps.
still the same
I Removed the tick from 'Display author and date information' and the posted by still shows up, I create a new Content type and unckeck 'Display author and date information' and "posted by" still shows up. I can't figure out where is the problem.
Thanks it solved my problem
Thanks it solved my problem
it works
I followed your instructions and it worked for me
Thank You
It work for me. Thanks a lot
did you clean out your
did you clean out your browser cache. some browsers cache aggressively.
The problem is my theme that
The problem is my theme that I'm using Marinelli 7.x-3.0-beta4, when I'm using different theme "posted by" disappears.
Thanks for the help!
Damn!
i have problem with marinelli theme too...
Even with clear cache....
Plz help us...
bug!
This is likely a bug with the Marinelli theme and you should post it in the issue cue asap.
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com
Problem solve for marinelli-7.x-3.0-beta9 theme
I have use marinelli-7.x-3.0-beta9 themes.
I have got this problem too.
But this problem solved for me :
1) go to : Structure -> Content Type
2) select "edit" for a content type and
3) unchecked "Display author and date information. "
4) Save Settings
step 2 -4 repeat every content type (or which is want to change it)
after do this and "clear all caches" my problem was solved.
Thank you, Problem solved
Thank you, Problem solved
Removing the content as well
Hi, I did exactly that and when I check the option it hides the whole content as well.
Using the Blue Masters theme, as reference
Remove date in comments rather than content
Hi is there a way to remove the dates on comments rather than content?
edit comment.tpl.php in your
edit comment.tpl.php in your active theme
hi, I'm new to drupal, If I
hi, I'm new to drupal, I am using article beside content type >> article then it's not removing..Please help
Removing author and date information in Drupal 7
Go to Structure.
Select Content types. * Pick the content type you're testing. *
Select edit. It's the first option under Operations.
Scroll down to Display settings. Select it.
Uncheck the radio box besides the option "Display author and date information."
You aren't done till you
Save content type.
You can clear the cache and run Cron afterwards but it might not be necessary.
Sometimes doesn't work
Annoying when checking that box 'display author and date information' doesn't make it go away, which usually means there's something theme-specific making it still show up.
To get around it and make it go away for good, you can edit templates/node/node--article.tpl.php and take it out. However, this does it for every content type.