Search found 9 matches
- Sun Jul 18, 2010 9:21 am
- Forum: CMSMS Core
- Topic: Version 1.8.1 File Manager Date Format
- Replies: 0
- Views: 765
Version 1.8.1 File Manager Date Format
I'm not sure if this is the correct forum. Please let me know if I should post this elsewhere. I have recently updated a site to 1.8.1, and all modules have been updated with Module Manager. File Manager is at 1.0.2. When displaying the file list the dates show as %m/%d/%Y %X even though My Preferen...
- Thu Jun 17, 2010 2:45 am
- Forum: CMSMS Core
- Topic: [Resolved] Length of Date Format String on User Preferences Page
- Replies: 4
- Views: 1780
[Solved] Re: Length of Date Format String on User Preferences Page
I've just spotted the same bug. I guess it will be solved in the next official update. But meanwhile you can easily solve it yourself. Edit editprefs.php in de admin-directory on line 95: $date_format_string = substr(strip_tags($date_format_string),0,10); to $date_format_string = substr(strip_tags(...
- Mon May 31, 2010 5:36 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] How to troubleshoot "Attempt to connect to database ... failed" error
- Replies: 5
- Views: 4913
Re: How to really troubleshoot "Attempt to connect to database ... failed" error
You could try installing a clean site from scratch, to see if it works. Then you know it's something in the copying. Nullig Oops, where did that reply go? Another good test is to connect from the command line on your web server: mysql -u <database user name> -p <database password> -h <database host...
- Sat May 15, 2010 4:40 am
- Forum: CMSMS Core
- Topic: [Resolved] Length of Date Format String on User Preferences Page
- Replies: 4
- Views: 1780
[Resolved] Length of Date Format String on User Preferences Page
Hi I've just noticed on 1.7.1 that it only save 10 characters for this field. I need to enter "%d/%m/%Y %X" (11 characters) to override the default US format on the server I'm using. Interestingly, even though the server's locale is set to en_NZ and the timezone to Pacific/Auckland it stil...
- Mon Oct 26, 2009 11:15 am
- Forum: Modules/Add-Ons
- Topic: Gallery Module - Tabs Going Nowhere
- Replies: 1
- Views: 1046
Gallery Module - Tabs Going Nowhere
Hi I'm setting up a new site and currently using NCleanGrey as the administration theme. When I go to Content/Gallery, three tabs (Galleries,Templates, Options) appear. There is the outline of a box below them, about the same height as the tabs and nothing further on the screen below that, not even ...
- Mon Oct 12, 2009 7:23 pm
- Forum: Modules/Add-Ons
- Topic: Album in CMS 1.6
- Replies: 7
- Views: 2632
Re: Album in CMS 1.6
CMS Made Simple 1.6.6/Album 0.9.3. I have followed the suggestion to uninstall and reinstall the module. I can create and edit a new page, including having multiple albums on the same page. All is well. What doesn't work is that an existing page doesn't show in the back end. The Current Pages List u...
- Thu Sep 10, 2009 3:45 am
- Forum: Modules/Add-Ons
- Topic: NMS and Postgres - Problems with case-sensitive Tablenames
- Replies: 16
- Views: 7873
Re: NMS and Postgres - Problems with case-sensitive Tablenames
I wrote about my oppinions about CMSMS and postgres here: http://calguy1000.com/Blogs/15/60/why-i-don-t-develop-for-postgres.html Thanks Robert. I accept your position on this. I don't have to agree, but I accept it. Just as I appreciate all the work that you and the other developers put in to the ...
- Sun Sep 06, 2009 3:00 am
- Forum: Modules/Add-Ons
- Topic: NMS and Postgres - Problems with case-sensitive Tablenames
- Replies: 16
- Views: 7873
Re: NMS and Postgres - NMS Does not Support PostgreSQL
With MySQL the NMS works perfectly so I think there's really a problem with Postgres-Support. Is there a chance to get NMS running with postgres? Is there someone who has this working? ok, today I test and report to Calguy Alby OK, thanks Alby. Until now, I've found maybe the beginning of an soluti...
- Thu Jan 08, 2009 7:13 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Displaying Individual Custom Fields in Products 2.1.2
- Replies: 6
- Views: 1683
Re: [SOLVED] Displaying Individual Custom Fields in Products 2.1.2
Thanks porridj - that was exactly what I was looking for.porridj wrote: {$entry->fields.Brand->value}
{$entry->fields.FIELDNAMEHERE->value}
try that... i think it works (it works for me and im pretty sure thats what your after!)
saved me i was looking for ages.
Regards