Page 1 of 1

Theme Problem

Posted: Mon May 07, 2007 4:59 pm
by D42C
Hi, everytime I install a new theme I get these messages:
string(59) "Smarty error: unable to read resource: "globalcontent:side""
string(68) "Smarty error: unable to read resource: "globalcontent:phpdig_header""
string(62) "Smarty error: unable to read resource: "globalcontent:tagline""
This ends up distorting the template, how can I resolve this?

Re: Theme Problem

Posted: Mon May 07, 2007 7:22 pm
by tsw
Create global content block named tagline

hope this helps

Re: Theme Problem

Posted: Mon May 07, 2007 7:24 pm
by D42C
Not to sound to smart but how do i do this?

Re: Theme Problem

Posted: Mon May 07, 2007 8:03 pm
by tsw
Content -> global content blocks : add global content block, name tagline and some content, repeat for phpdig_header.

template package probably holds some information about those content blocks...

Re: Theme Problem

Posted: Mon May 07, 2007 8:09 pm
by D42C
There was no information with them. I am using the file andreas01.xml  from this page

Re: Theme Problem

Posted: Wed May 09, 2007 1:14 pm
by D42C
Can anybody please help me??

Re: Theme Problem

Posted: Thu May 10, 2007 10:39 am
by tsw
go to Content -> global content blocks : add global content block

name it "tagline" give it some nice content like "This is my tagline"

save

add another content block, name it "phpdig_header" give it some content "here will be phpdig_header" (you can probably remove this from you template if you are not using phpdig

add third content block name it "side" and give some content for it "this is side"

then check your page again, now you should see those texts somewhere and decide what you really want to have as the texts.

cant really make this much simpler ;)

Re: Theme Problem

Posted: Thu May 10, 2007 5:24 pm
by D42C
Ok kool, thank you!