Smart Error on the themes.

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
tobias81
Forum Members
Forum Members
Posts: 29
Joined: Tue Jan 11, 2011 6:09 am

Smart Error on the themes.

Post by tobias81 »

Hi there.
On the themes i try i get this error messege.

Code: Select all

string(79) "Smarty error: unable to read resource: "module_db_tpl:MenuManager;Outdoors Nav""
Can i do somthing to get the menu to work.

here is the menu im testing:
http://themes.cmsmadesimple.org/index.p ... eturnid=63
User avatar
Tanzbär
Forum Members
Forum Members
Posts: 17
Joined: Tue Dec 28, 2010 10:15 am

Re: Smart Error on the themes.

Post by Tanzbär »

Haven't tested this template, but have you read the comments on this one?

I quote:
# s-marty - October 11, 2008, 4:47 am
Menu does not work, seems there is no menu template.
"{menu template='Outdoors Nav' number_of_levels='1' start_level='1'} " is missing.
Thanks for contributing anyway :)
-----------------------------------------------------------------------------------------------
# Deak - October 16, 2008, 6:53 am
To fix this just go into the Template and replace:
"{menu template='Outdoors Nav' number_of_levels='1' start_level='1'}"
With:
"{menu template='cssmenu.tpl' number_of_levels='1' start_level='1'}"
You will also probably want to add display: none to the dfn in the stylesheet.
Seems to me, it's a similar problem, maybe the solution is also similar?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Smart Error on the themes.

Post by Dr.CSS »

That error just means it can't find the menu template that is called in the page template, 2 options...

You have to look in both the page template and menu manager for these...

1) Change the page template to reflect what it says in the menu manager...

2) Change the page template to reflect what it says in menu manager...
Post Reply

Return to “Layout and Design (CSS & HTML)”