Tuesday 11 November 2003 9:17:39 pm
Where is your /javascripts directory?
exdesign looks in /design/yourdesign/ so the coolmenus script should be located in /design/yourdesign/javascripts/coolmenus4.js if it is to work. I don't know if those errors are related but they shouldn't be: [ Nov 12 2003 01:07:14 ] [62.16.135.59] Undefined module: plain Not sure about this one.... what url are you using to access the page? [ Nov 12 2003 01:07:14 ] [62.16.135.59] Unknown template variable 'node' in namespace '' You've spelt a variable wrong in your template. [ Nov 12 2003 01:07:14 ] [62.16.135.59] Missing parameter 'parent_node_id' for function 'list' in module 'content' You're trying to fetch a node using something like fetch(content, list, hash(parent_node_id, 55, class_filter_type, include, class_filter_array, array(24),sort_by, array(name, true() )))} except you forgot to include the parent_node_id argument.
|