You can always edit the default user's preference (and what users default to in general). Or just modify your dispStory template to use a specific format.
15 minutes after I posted, I realized this was a
result of the default date formatting. (Doh!)
My goal is to be able to change the default
date format. I attempted to make this change
by swapping the format and description of
the entries in the "dateformats" sql table
between id=0 (the one I don't want) and id=10
(the one I do want). All was well.
Oddly, when I arrived at work again this morning,
they'd been swapped back. I'm guessing that
there's something in one of the dialyStuff scripts
that reload this data from the/usr/local/slash/sql/mysql/defaults.sql file.
Do I need to change *that* file to get my changes
to stick?
Is there some obvious place (template, users.pl, vars?) where I can change the default choices for
users.
also check the dateformats table (Score:1)
Re:also check the dateformats table (Score:2)
--
You can't grep a dead tree.
Re:also check the dateformats table (Score:1)
15 minutes after I posted, I realized this was a result of the default date formatting. (Doh!)
My goal is to be able to change the default date format. I attempted to make this change by swapping the format and description of the entries in the "dateformats" sql table between id=0 (the one I don't want) and id=10 (the one I do want). All was well.
Oddly, when I arrived at work again this morning, they'd been swapped back. I'm guessing that there's something in one of the dialyStuff scripts that reload this data from the /usr/local/slash/sql/mysql/defaults.sql file.
Do I need to change *that* file to get my changes to stick?
Is there some obvious place (template, users.pl, vars?) where I can change the default choices for users.
Parent