Postponed
Project:
Corolla
Version:
7.x-1.21
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2011 at 11:47 UTC
Updated:
12 Sep 2013 at 15:43 UTC
Jump to comment: Most recent
Hello,
I notice there is no option to enable / disable submitted by in the theme settings.
I uploaded a picture to my admin account, but even though I have enabled User pictures in posts it is not showing.
Any tips?
Comments
Comment #1
giorgio79 commentedClarifying title. I notice on the screenshot of the theme, these info show fine.
Comment #2
giorgio79 commentedI notice this is in node.tpl.php
But not sure where this setting is coming from, as it is not shown on the theme settings page.
Also, there is no user picture in this snippet...
Comment #3
Jeff Burnz commented"Display author and date information." is a per content type setting on the content type edit page.
Your template is modified, the user picture is normally printed, the standard template looks like this:
Comment #4
giorgio79 commentedThanks Jeff, yes, I only commented out the "//if ($display_submitted):" as I cannot get it to show up. After commenting it out, the display submitted showed fine.
On the content type edit screen "Display author info" is on by default, I am using a default Article content type, still the submittedo does not show for me.
I uploaded a user pic for my admin acc, and that does not show either.
This is an out of the box D7.7 and Corolla 7.1.21
Comment #5
Jeff Burnz commentedHmmm, not really sure in that case, do other images show up in the site? Maybe its a permissions issue (on the files directory or where you are saving images), although that still doesn't account for the submitted info not showing up. Sorry, but it works for me just fine on my local setup and I can't see any obvious bug or code that would affect this - maybe a contrib module you have installed?
Comment #6
giorgio79 commentedThanks Jeff for checking, the user picture shows fine on the user page so it wont be a file permission issue.
Let's wait and see if others have this issue as well.
Comment #7
Anonymous (not verified) commentedI'm not sure if this is helpful, but I found that the only way to get rid of the user picture was to turn off the "submitted by" checkbox when editing the content type. Turning off "user pictures in posts" in both admin/appearance/settings/corolla and admin/appearance/settings had no effect.
I wanted to have the "submitted by...." statement without the user picture, so I eventually just removed the call for user picture in the node.tpl.php file. Not ideal at all.
Perhaps there is statement missing in node.tpl.php to check for the status of "User pictures in posts"?
Comment #8
seise commentedI have the very same problem as well.