Closed (outdated)
Project:
Submitted By
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2009 at 01:36 UTC
Updated:
2 Mar 2017 at 19:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nancydruSee #297688: Doesn't remember the submitted settings. This was a problem in 1.1, but it should be fixed in 1.2; are you certain that you have the 1.2 version in place? I believe the second line of the module should read:
Comment #2
schturdark commentedYes, I am certain the one I installed is version 1.2 because in the module list admin page, it shows the version as 1.2. The setting of submitted by for the node is alright, but the setting for the comment is not remembered.
Comment #3
nancydruPlease look in "function submitted_by_form_alter" and see if you see
$default = variable_get('submitted_by_comment_'. $type, NULL);Comment #4
schturdark commentedYup, it is there. I saw it. Any other pointers how to solve this issue?
Comment #5
tobiasbhere is a patch for this + other bugsfixed
Comment #6
tobiasbComment #7
nancydruWhy are you doing
They end up doing the same thing, but the original is less overhead.
Comment #8
tobiasbdate is only english and with format_date multilanguage.
Comment #9
nancydruokay
Comment #10
nancydrucommitted. Thanks for the patch.
Comment #11
doomed commentedHello, according to NancyDru the patch provided on this thread and recently commmited to the Dev version should help fixing a problem i have with the way Dates are being displayed.
I have tested the latest Dev version from May 28th but the problem still happens.
Here's the situation:
After configuring the module to use something in the likes of "Published on [d] [month], [yyyy]." i noticed the Month field is no longer showing in the website's default language (Portuguese) but it's showing in English instead.
Before installing this module, the "Submitted line" was showing the Month name properly (in Portuguese).
I tried [month] and [mon], both are showing in English.
What can i do to fix this?
Comment #12
tobiasb[d] [month], [yyyy] ... are tokens from token modul #433486: Use format_date() for translatable date tokens. there is also a patch.
Comment #15
nancydruRe-opened so I can actually take a look.
Comment #19
doomed commentedHello NancyDru,
What's the current status on this?
I'm currently updating some parts of the same website i mentioned before (in the above post from 2009!) and since the Submitted_by date problem is still present, i would like to fix it.
I just tried the latest version of Submitted_by (dev version from Febrary 2011) and apparently nothing changed. The "language bug" is still there.
Then i updated Token module from 6.x-1.12 to the latest and greatest 6.x-1.16 (released this month May 2011) and it's still the same...
Comment #20
gbelot2003 commentedYep, the problem persist, does anybod have an actual patch for the 1.4 ? or is easyar to do it in the template.php????
--> sorry, I find where is the setting for this. is at content types...
Comment #21
nancydru6.x-1.x is no longer supported.