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
[
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
: 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
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
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
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
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
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
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
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
...@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
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
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
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
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
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
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
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
> 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
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.
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
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
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
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
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
-
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/
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,
>
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
28 matches
Mail list logo