Search found 6 matches

by cameron
Thu Sep 25, 2014 7:43 pm
Forum: Bug reports
Topic: Date Format Change Issue
Replies: 8
Views: 6550

Re: Date Format Change Issue

Perfect, that fixed it!
by cameron
Wed Sep 24, 2014 8:48 pm
Forum: Bug reports
Topic: Date Format Change Issue
Replies: 8
Views: 6550

Re: Date Format Change Issue

Upgraded and issue remains...
by cameron
Wed Sep 24, 2014 6:33 pm
Forum: Bug reports
Topic: Date Format Change Issue
Replies: 8
Views: 6550

Re: Date Format Change Issue

2.8.11
by cameron
Wed Sep 24, 2014 6:07 pm
Forum: Bug reports
Topic: Date Format Change Issue
Replies: 8
Views: 6550

Date Format Change Issue

When I change my Date Format in Configuration (to m/d/Y g:iA ), I get a bug when editing a FAQ Record.

I go to edit and then select Date: Keep and it does not keep the right date format. (enters an odd date format into MySQL field)
Instead of: 20140924113932
it inputs: 09/24/20141139A
by cameron
Fri Aug 01, 2014 6:06 pm
Forum: Skins and Themes
Topic: Spacelab - Mouseover glossary box not showing
Replies: 3
Views: 12147

Re: Spacelab - Mouseover glossary box not showing

Found the issue (missing "bbr" from script function). Change the below code on the /template/spacelab/artikel.tmp template: From: <script> $(function(){ $('a[rel="tooltip"]').tooltip(); }); </script> To: <script> $(function(){ $('abbr[rel="tooltip"]').tooltip(); }); </s...
by cameron
Fri Aug 01, 2014 4:45 pm
Forum: Skins and Themes
Topic: [2.8] Messed up login with Spacelab
Replies: 6
Views: 17763

Re: [2.8] Messed up login with Spacelab

I found the solution (seems some stylesheets were missing). Just add this to the "spacelab" theme templates: indexLogin.tpl indexPassword.tpl indexNewUser.tpl (I had to copy this template form the default theme folder since it was missing from the "spacelab" folder) <link href=&q...