Hello OXID Community!
First of all many thanks for your support during my first, often very heavy hours / days, with OXIDE 4.5 CE where I got lot of help with your postings!
At the moment I’m in crisis because of implement the CMS side welcome text (Ident oxstartwelcome) in the Start.tpl of azure. Unfortunately, I try and error for several hours. I got after read & search no answer within the forum…
I think that I on the right way with the followinh code, but don not found the right place withinin start.tpl to insert this:
[{oxcontent ident = “oxstartwelcome”}]
All attempts was as result fatal errors…
Hope you can help me.
many thanks in advance!
regards
Enrico
Sorry for my bad English!
And now in English… Sorry I think I typed within the wrong forum…
Hello OXID Community!
First of all many thanks for your support during my first, often very heavy hours / days:D, with OXIDE 4.5 CE where I got lot of help with your postings!
At the moment I’m in crisis because of implement the CMS side welcome text (Ident oxstartwelcome) in the Start.tpl of azure. Unfortunately, I try and error for several hours. I got after read & search no answer within the forum…
I think that I on the right way with the followinh code, but don not found the right place withinin start.tpl to insert this:
[{oxcontent ident = “oxstartwelcome”}]
All attempts was as result fatal errors…
Hope you can help me.
many thanks in advance!
regards
Enrico
Sorry for my bad English!
Insert the snippet from basic theme after the first line, so start.tpl looks like this:
[{capture append="oxidBlock_content"}]
[{oxifcontent ident="oxstartwelcome" object="oCont"}]
<div class="welcome">[{$oCont->oxcontents__oxcontent->value}]</div>
[{/oxifcontent}]
[{assign var="oFirstArticle" value=$oView->getFirstArticle()}]
Hello Frank!
That works! Great! Many thanks to you!
One more little issue I’ve got with azure… Everytime I move over the text of the box “top of the shop” with my mouse the image slides out and will not comeback until I reload the page. Is this a known problem and maybe is there an existing fix for this?
Regards
Enrico
Hello Frank,
I use 4.5.1/Azure and when I insert your code on top of start.tpl I get on the left top corner of the screen the message “Welcome Albert Kastl”. This is probably not the intended way to show a welcome message, or what do you think?
Thanks in advance for your help
Albert