Search found 6 matches
- Sat Nov 22, 2014 2:43 pm
- Forum: CMSMS Core
- Topic: Block tag not working in template
- Replies: 7
- Views: 3166
Re: Block tag not working in template
 It appears to be a smarty issue with the actual name of the block plugin. renaming the block plugin to something that does not start with zz2 works just fine. What name are you using? When I change it to "abcqrs" I still get the same behavior as long as the block actually exists: it works...
					- Fri Nov 21, 2014 8:26 pm
- Forum: CMSMS Core
- Topic: Block tag not working in template
- Replies: 7
- Views: 3166
Re: Block tag not working in template
Thanks so much. I'll watch this thread for developments. 
Obviously it's a powerful and useful feature. Being smarty-based and especially the versatility of smarty's open-close tagging paradigm were decisive in persuading me to migrate my project to CMSMS.
					Obviously it's a powerful and useful feature. Being smarty-based and especially the versatility of smarty's open-close tagging paradigm were decisive in persuading me to migrate my project to CMSMS.
- Wed Nov 19, 2014 8:57 pm
- Forum: CMSMS Core
- Topic: Block tag not working in template
- Replies: 7
- Views: 3166
Re: Block tag not working in template
You pasted directly to a content page or you put it in the layout template used by that page?  I only have trouble putting it in the layout template.
I'll also try upgrading 1.11.10 to 1.11.11 as there seems to be a diff download for that.
					I'll also try upgrading 1.11.10 to 1.11.11 as there seems to be a diff download for that.
- Tue Nov 18, 2014 6:18 am
- Forum: CMSMS Core
- Topic: Block tag not working in template
- Replies: 7
- Views: 3166
Block tag not working in template
Running version 1.11.10, I have (among others) a trivially defined block tag that works as expected when inserted into a content page. When I try to put the simplest possible invocation of it into a layout template, the editor reports a compile error ending with "unexpected closing tag." I...
					- Tue Nov 18, 2014 5:40 am
- Forum: The Lounge
- Topic: Appending lines to meta/head text from content block
- Replies: 2
- Views: 1330
Re: Appending lines to meta/head text from content block
Thanks for getting back, but the metadata in question isn't always known at edit time, and in any case the tag implementing this needs to be more plug-and-play in the content block than that. I've proceeded with two tags in the template, each inspecting a session variable for run-time additions to s...
					- Tue Nov 11, 2014 7:24 pm
- Forum: The Lounge
- Topic: Appending lines to meta/head text from content block
- Replies: 2
- Views: 1330
Appending lines to meta/head text from content block
I'm looking for the canonical way to take advantage of the content block being processed ahead of the head block to let a UDT or other tag in the content block append additional styles or scripts to a page's head block at runtime. My fallback method would be to have one or more placeholder tags temp...
					