Not sure if this should be in submitted_by queue or in the theme's queue.
I have a case where the subbitted_by value doesn't seem to be replacing the original authorship information. I'm not sure, but submitted_by project page suggests this may be caused by the theme not properly honoring theme('node_submitted').
Using the Omega Kickstart theme from a Commerce Kickstart 2.0 stable installation.
Attached is a screenshot.
Links:
http://drupal.org/project/omega_kickstart
http://drupal.org/project/commerce_kickstart
http://drupal.org/project/submitted_by
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | omega_kickstart-properly-use-submitted-1891294-6.patch | 1.6 KB | jsacksick |
| omega_kickstart-submitted_by.jpg | 88.21 KB | silkogelman |
Comments
Comment #1
nancydruHave you tried the latest -dev release? I ran into a similar problem and thought I had fixed it.
Comment #2
silkogelman commentedI tried submitted_by 7.x-1.x-dev (2012-Dec-18) - is there another one?
Update: applying Omega 7.x-3.x-dev (2012-Apr-10) doesn't seem to solve this. (omega_kickstart's dev currently equals 7.x-3.0)
What extra info do you need?
Current Commerce Kickstart Drupal version = 7.18.
I've tested with a 'clean' Drupal core 7.19 install on the same server (same browser) and that works fine.
I'll test with 7.19 in Commerce Kickstart too, just to make sure.
Comment #3
nancydruThat's the right one (http://drupalcode.org/project/submitted_by.git/commit/a919207).
Could you post the node.tpl.php file here, please?
Comment #4
silkogelman commentedNode.tpl.php
and node--blog_post.tpl.php:
Comment #5
nancydruAh, your theme is doing it really wrong. It is not even using the $submitted value; it's just computing its own value. This is definitely a theme issue and needs to reflect core function.
Comment #6
jsacksick commentedA fix has been pushed to dev (See attached patch).