Closed (fixed)
Project:
Omega Kickstart
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2013 at 14:30 UTC
Updated:
28 Feb 2013 at 11:00 UTC
Jump to comment: Most recent file
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).