antarctic74
51p
121 comments posted · 0 followers · following 0
2 weeks ago @ Magnolia Documentation - Introduction to templa... · 1 reply · 0 points
3 weeks ago @ Magnolia Documentation - Standard Templating Kit · 0 replies · +1 points
Docs are catching up with development. The STK section needs updating for sure. However, here are some up-to-date docs on the topics you listed.
Templating tutorial for 4.5 http://documentation.magnolia-cms.com/templates/i...
Blossom 2.0 http://documentation.magnolia-cms.com/modules/blo...
Module mechanism http://documentation.magnolia-cms.com/reference/m...
Series of blog posts by Greg on how to build project http://dev.magnolia-cms.com/~gjoseph/dont-build-m...
3 weeks ago @ Magnolia Documentation - DMS · 0 replies · +1 points
I assume the video file is in the docroot directory of your webapp, not in the DMS root. So you are linking to a resource on the file system.
You should not need to add special rules. The default set of rules will work. See how the stkVideo component works. The definition is in Templating Kit > Template Definitions > /components/content/stkVideo. By default a DAM control allows the user to either upload a video or select one from the DMS. Add your own edit control to the dialog that allows the user to type a path to a video on the file system.
Regardless of where the video file resides, the stkVideo component renders an HTML5 compliant video player on the page. The video starts playing when the user clicks Play.
See also Magnolia Community Forums: Get help with Magnolia: Storing documents directly to file system?
3 weeks ago @ Magnolia Documentation - Activation · 0 replies · +1 points
Also, see MAGNOLIA-4068 about the changed key name and location since 4.5.2. http://jira.magnolia-cms.com/browse/MAGNOLIA-4068
3 weeks ago @ Magnolia Documentation - Introduction to templa... · 0 replies · +2 points
4 weeks ago @ Magnolia Documentation - Google Sitemap · 0 replies · +1 points
5 weeks ago @ Magnolia Documentation - Google Sitemap · 0 replies · +1 points
Check that your sitemap file has the a .xml extension. Flush Magnolia and browser caches.
5 weeks ago @ Magnolia Documentation - Google Sitemap · 0 replies · +1 points
By default, content served from the DMS workspace is treated as an attachment rather than inline content. This means that the browser downloads the content rather than displays it on the page. You can turn off this behavior per MIME type. See http://documentation.magnolia-cms.com/modules/dms...
In your case, add "text/plain" as a rejected MIME type. Flush the cache (Tools > Cache tools in Magnolia 4.5) and your browser cache before reloading. If you have other .txt content that you still want to serve as downloads, use the path option instead, documented on the same page.
6 weeks ago @ Magnolia Documentation - Scheduler · 0 replies · +1 points
7 weeks ago @ Magnolia Documentation - Creating a custom theme · 1 reply · +1 points
To upload a single image file:
1. Right-click a folder in the resources workspace and select Create a new item.
2. Double-click the "Missing:" value in the Resource type column. The value changes into a dropdown. From the drop down, select Binary.
4. Double-click the name "Untitled" and type a new name for the image. This is the name that is used when referencing the image from CSS for example. Magnolia replaces spaces and other illegal characters with hyphens.
5. Double-click the file icon. The edit dialog is displayed. Browse to an image file on your computer.
6. In the same dialog, go the Advanced tab and type the file extension into the Extension box, for example "jpg". Click OK.
Company