Search found 13 matches
- Tue Dec 04, 2012 6:30 pm
- Forum: CMSMS Core
- Topic: Error editing or adding new pages - content blocks missing
- Replies: 3
- Views: 1306
Re: Error editing or adding new pages - content blocks missi
So I managed to work out what was breaking and upgrading to the latest class.Smarty_Parser.php has solved the problem.
- Mon Dec 03, 2012 5:29 pm
- Forum: CMSMS Core
- Topic: Error editing or adding new pages - content blocks missing
- Replies: 3
- Views: 1306
Re: Error editing or adding new pages - content blocks missi
Being trying to track this down by removing code and trying to see if the template renders. Quite painful as commenting out the code does not help as it still seems to get rendered by the system/smarty parser . Is that a bug? Shouldn't the smarty parser ignore code in {* smarty comments *} ? I have ...
- Mon Dec 03, 2012 4:36 pm
- Forum: CMSMS Core
- Topic: Error editing or adding new pages - content blocks missing
- Replies: 3
- Views: 1306
Error editing or adding new pages - content blocks missing
I am running version 1.11.3 and recently upgraded from the previous version. PHP 5.3.10 MySql 5.1.65 I am not sure when this broke as I have been updating without editing pages for a while. I think it worked in 1.11. When attempting to edit a page or create a new page the first part of the admin pan...
- Mon Sep 24, 2012 8:00 pm
- Forum: CMSMS Core
- Topic: [SOLVED] 1.11 breaking <head profile="a profile">
- Replies: 3
- Views: 1709
[SOLVED] 1.11 breaking <head profile="a profile">
The release notes in 1.11.2 states
Thank you for fixing the bug.
I have tested it and it works just fine.- Minor adjustment to page template parsing to detect <head instead of <head>
Thank you for fixing the bug.
- Thu Sep 13, 2012 8:46 am
- Forum: Modules/Add-Ons
- Topic: Formbuilder using HTML5 <input type="email" />
- Replies: 5
- Views: 2541
Re: Formbuilder using HTML5 <input type="email" />
That is quite separate to the problem I am having. Placeholders are the text that appears in the input field when the user has not entered any text. I am talking about the type of input field itself. I've looked and the only HTML5 call I found was in making a field, in Advanced Settings tab... Use H...
- Tue Sep 04, 2012 9:03 am
- Forum: Modules/Add-Ons
- Topic: Formbuilder using HTML5 <input type="email" />
- Replies: 5
- Views: 2541
Re: Formbuilder using HTML5 <input type="email" />
Do you know where that option is or where that parameter is applied?
Dr.CSS wrote:My understanding is that you have to tell it to use HTML5...
- Mon Aug 27, 2012 12:35 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder using HTML5 <input type="email" />
- Replies: 5
- Views: 2541
Re: Formbuilder using HTML5 <input type="email" />
Anyone.......?
- Mon Aug 20, 2012 7:27 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder using HTML5 <input type="email" />
- Replies: 5
- Views: 2541
Formbuilder using HTML5 <input type="email" />
Hi I am using FormBuilder 0.7.3 on CMSMS 1.11 This has only started with the latest Formbuilder. It is now using HTML 5 http://www.w3.org/TR/html-markup/input.email.html This is great but my webpages are not HTML5 compliant and I am using a different doctype at the moment so this breaks validation. ...
- Fri Aug 10, 2012 11:32 am
- Forum: CMSMS Core
- Topic: [SOLVED] content not loading with smarty cache enabled
- Replies: 6
- Views: 2697
Re: [SOLVED] content not loading with smarty cache enabled
Does the assign have to be wrapped in the {nocache} as well or just around the {if} construct?
I tend to have all my assigns at the top of the template and logic further down the page.
I tend to have all my assigns at the top of the template and logic further down the page.
- Tue Aug 07, 2012 2:16 pm
- Forum: CMSMS Core
- Topic: [SOLVED] 1.11 breaking <head profile="a profile">
- Replies: 3
- Views: 1709
Re: 1.11 breaking <head profile="a profile">
Maybe your calling the wrong thing, no .html or any extension, or calling it the wrong way... http://reference.sitepoint.com/html/head/profile I am not sure I understand what you mean?? The syntax I have used is in my original post. What wrong thing am I calling? No .html? How am I calling it in th...
- Sat Aug 04, 2012 7:37 pm
- Forum: CMSMS Core
- Topic: [SOLVED] 1.11 breaking <head profile="a profile">
- Replies: 3
- Views: 1709
[SOLVED] 1.11 breaking <head profile="a profile">
I have installed version 1.11 and I currently have a profile on the <head> element. <head profile="http://dublincore.org/documents/dcq-html/"> This works just fine in previous versions but since upgrading everything above the <head> element is not rendered at all. If I remove the profile a...
- Mon Jul 09, 2012 1:09 pm
- Forum: CMSMS Core
- Topic: [SOLVED] {cms_stylesheet} tag not combining stylesheets
- Replies: 3
- Views: 1415
Re: {cms_stylesheet} tag not combining stylesheets on output
Yup, I noticed that whilst looking at the code. I assume when you combine in 1.11 you will use @media screen { ....stylesheet 1 contents } @media screen, handheld { ....stylesheet 2 contents } @media print { ....stylesheet 3 contents } I looks pretty easy to add in the cms_stylesheet plugin. If so, ...
- Mon Jul 09, 2012 11:45 am
- Forum: CMSMS Core
- Topic: [SOLVED] {cms_stylesheet} tag not combining stylesheets
- Replies: 3
- Views: 1415
[SOLVED] {cms_stylesheet} tag not combining stylesheets
Hi I have a cmsms installation 1.10.3 which I have been upgrading since version 1.3. I have been using the {cms_stysheet} tag since it was introduced and it is placed in the <head> section of the template just like this {cms_stysheet} I expect the stylesheets to be combined the out put is still one ...