[magnolia-user] Templating errors: No site configuration found for...

2017-10-27 Thread Arjen Schipmolder (via Magnolia Forums)
Hi, I'm running into a problem where, when trying to edit a certain pages in the admin central portal (but not all), the browser shows a blank editor page and downloads a dms file with the below error. [code]//">//'>//">//'>Template Error! Error while rendering [/subsite/404] with template [

[magnolia-user] Templating: adding content component gives an error

2015-10-12 Thread Simon (via Magnolia Forums)
Hey guys, pretty new to the Magnolia environment, but I'm really wondering what I'm doing wrong atm. As soon as I try to add a component to my "content" area I get an error. My code is as follows: [b]Template page:[/b] [code][@cms.area name="content" /][/code] [b]Component centeredtextarea.yaml

AW: [magnolia-user] Templating

2015-07-03 Thread Unger, Richard
: Donnerstag, 02. Juli 2015 21:18 > An: Magnolia User List > Betreff: [magnolia-user] Templating > > Trying the basic Hello World templating tutorial. > > A- Physically added helloWorld.ftl to webapps>magnoliaAuthor>templates > B- Created the page definition in: configu

[magnolia-user] Templating

2015-07-02 Thread Simon Alarie (via Magnolia Forums)
Trying the basic Hello World templating tutorial. A- Physically added helloWorld.ftl to webapps>magnoliaAuthor>templates B- Created the page definition in: configuration > /modules/templating Seems like something's missing. No template available on new page creation. Magnolia CE. Thanks for su

[magnolia-user] templating-kit automatically bootstrapped..

2013-07-09 Thread Matteo Pelucco (Tinext)
Hello everybody, just wondering if one my 2-years old msg has been followed up  My goal: working with STK templates (ftl) in Eclipse, as a standard files, and having those automatically bootstrapped to STK -> templates in order to override them if required when at runtime. Is there any Instal

[magnolia-user] Templating Issue: "Expression stkfn is undefined"

2013-01-23 Thread Raphael Zimmermann (via Magnolia Forums)
Hi Community! A have an issue with a custom component i wanted to develop. This component displays a list of employees, which are stored using the data module. Now everything worked fine, I was able to show all the text based content, but when I tried to show an Image of the Employee(which is s

RE: [magnolia-user] Templating with STK and I18n Question

2012-08-24 Thread Andreas Antener
agnolia-cms.com [mailto:user-list-ow...@magnolia-cms.com] On Behalf Of Will Scheidegger Sent: Dienstag, 11. Oktober 2011 10:38 To: Magnolia User-List Subject: Re: [magnolia-user] Templating with STK and I18n Question Yes, the standard i18n bundle is used for the edit mode labels. You can however

Re: [magnolia-user] Templating support object stk undefined

2012-02-01 Thread Tobias Mattsson
Hi, Try changing the renderers set on your view resolvers to the ones from stk. They're in your blossom-servlet.xml or equivalent. // Tobias On Dec 19, 2011, at 2:14 PM, Magnolia Forums (on behalf of Jin Voon) wrote: > Hi, > > In my Blossom paragraph template script, I am attempting to use t

[magnolia-user] Templating support object stk undefined

2011-12-19 Thread Magnolia Forums (on behalf of Jin Voon)
Hi, In my Blossom paragraph template script, I am attempting to use the 'stk' objects: [#assign teaserCount = ctx.index!stk.count(divIDPrefix)] However, I'm getting 'Expression stk is undefined' exception. Stacktrace can be found here. http://pastebin.com/1SRhSCbD I thought stk is a valid t

Re: [magnolia-user] Templating with STK and I18n Question

2011-10-11 Thread Will Scheidegger
Yes, the standard i18n bundle is used for the edit mode labels. You can however choose a custom bundle for each i18n label you have in your template. Simply use: ${i18n.get('my.key',my.custom.strings.bundle')} Cheers, -will On 11.10.2011, at 10:12, Marco Glur wrote: > Hello > > I’m current

RE: [magnolia-user] Templating with STK and I18n Question

2011-10-11 Thread Marco Glur
...@magnolia-cms.com] On Behalf Of Anne-Marie Scheidegger Sent: Dienstag, 11. Oktober 2011 16:34 To: Magnolia User-List Subject: Re: [magnolia-user] Templating with STK and I18n Question Hi Marco You can leave the default i18n setup and refer to your custom i18n file wherever needed in your code

Re: [magnolia-user] Templating with STK and I18n Question

2011-10-11 Thread Anne-Marie Scheidegger
Hi Marco You can leave the default i18n setup and refer to your custom i18n file wherever needed in your code with: ${i18n.get(java.lang.String key, java.lang.String basename)} for example: ${i18n.get('jobs.editLabel.header', 'com.netcetera.jobapp.localization.JobAppStringsBundle

[magnolia-user] Templating with STK and I18n Question

2011-10-11 Thread Marco Glur
Hello I'm currently extending a STK based site with a new Template for job vacancy. If I add a custom i18n basename to it, most of the edit-button labels don't work correctly anymore. If I leave the default messages from STK Bundle, the 'Edit Header' Button label is rendered as ???jobs.editLa

Re: [magnolia-user] Templating newbie questions

2011-07-26 Thread Jan Haderka
On Jul 21, 2011, at 2:24 PM, shortname wrote: > so, is this a good way to modify stk templates adding own paragraphs in > newBar: > > [@cms.newBar ... > paragraph="${stk.asStringList(def.mainArea.paragraphs)},myCustomParagraph1,myCustomParagraph2" > /] I would not do this. > > If I make mo

Re: [magnolia-user] Templating newbie questions

2011-07-21 Thread shortname
21.07.2011 14:19, Jan Haderka ?: Should bootstrap phase register this paragraphs to be available for stk templates or should I register facebook paragraphs manually somewhere? That depends on the module provider ... mostly you would not register paragraphs for the page templates that your

Re: [magnolia-user] Templating newbie questions

2011-07-21 Thread Jan Haderka
On Jul 20, 2011, at 9:42 PM, shortname wrote: > > Hi all, > > First of all sorry my English, it's not my native language. > > I'm new in java and magnolia, and trying understand how templating works (I'm > c# developer). > I have read Magnolia CMS Technical Guide, complete reading templating

[magnolia-user] Templating newbie questions

2011-07-20 Thread shortname
Hi all, First of all sorry my English, it's not my native language. I'm new in java and magnolia, and trying understand how templating works (I'm c# developer). I have read Magnolia CMS Technical Guide, complete reading templating manuals and user-list mail archive, but can't find something t

Re: [magnolia-user] Templating

2011-03-15 Thread Ana Fernandez Ruiz
well, i didnt want to spend time right now, and that's why i answered so short. I have been days reading documentation about magnolia in its site or googleing, they say how to create a new template from scratch or paragrahs, when what i was looking for was a direct way to import a complete template

Re: [magnolia-user] Templating

2011-03-15 Thread Jan Haderka
> It's me. > I got to figure out some things, thanks to someone ;) > 1st of all, Templates can't be imported/add directly to STK in Magnolia. That's a very loaded statement. Can you please try to explain what you did, what was the result and what did you expect to happen. Also in case you have

Re: [magnolia-user] Templating

2011-03-15 Thread cheerle
It's me. I got to figure out some things, thanks to someone ;) 1st of all, Templates can't be imported/add directly to STK in Magnolia. -- View this message in context: http://old.nabble.com/Templating-tp31142268p31153065.html Sent from the Magnolia - User mailing list archive at Nabble.com.

Re: [magnolia-user] Templating

2011-03-15 Thread Ana Fernandez Ruiz
Thank you very much Jan. I said OSCommerce to make an example of what i want, but in fact, you hepled me a lot. I will look for templates, I will follow the steps to create a new template and take the source code for my recently-created templante. And that should be all. I hope. thanks! On Mon, Ma

Re: [magnolia-user] Templating

2011-03-14 Thread Jan Haderka
Hi again Ana :) I believe that nobody yet ported OSCommerce templates to Magnolia. So they are not ready made anywhere for you to just use them. If you want to use the OSCommerce templates in Magnolia, you would need to port them yourself. That means that you need to take source of those templa

[magnolia-user] Templating

2011-03-14 Thread cheerle
Maybe my questions are so noob but i will try. I'm starting with Magnolia CMS, latest version, with Apache Tomcat and no need for a Database. I cant even begin to do stuff because i'm stupidly stacked in "Templating Step". I dont want to creat a new template as the documentation of magnolia sugge

Re: [magnolia-user] templating kit: post form to external url

2010-11-22 Thread Anton Matheis
Hi Frank, you could for example write a forwarding info.magnolia.module.form.paragraphs.models.FormModel and specify this model to be used in your form template. The function to look into is "redirect()". OR you could write a info.magnolia.module.form.processing.FormProcessor and define it in yo

[magnolia-user] templating kit: post form to external url

2010-11-19 Thread Frank Henze
Hi, I'd like to send a form to an external CRM system. The only way I see, is to directly set the form action attribute in the template. The problem than is, that fields set to required are not validated anymore. Is there any other approach to define an external url? thanks in advance, Frank -

Re: [magnolia-user] templating basics

2010-10-05 Thread Grégory Joseph
On Oct 5, 2010, at 10:39, Felix Rabe wrote: > > Hi Frank, > > 1. This should get you started: > http://documentation.magnolia-cms.com/templating.html > > 2. I currently cannot answer this question for the Community Edition, as I > have been trained on the Enterprise Edition. > templating/

Re: [magnolia-user] templating basics

2010-10-05 Thread Felix Rabe
Hi Frank, 1. This should get you started: http://documentation.magnolia-cms.com/templating.html 2. I currently cannot answer this question for the Community Edition, as I have been trained on the Enterprise Edition. Greetings, Felix On Oct 4, 2010, at 8:41 PM, Frank Henze wrote: > > Hi, >

[magnolia-user] templating basics

2010-10-04 Thread Frank Henze
Hi, I'm completely new to Magnolia. Could somebody point me to answers on following basic questions? 1. Where do I define a template which is used to compose multiple paragraphs? E.g. my own homepage. 2. How can I assign an own theme to a site? I'd like to design an own theme from scratch. But