Search found 15 matches

by phrique
Wed Dec 22, 2010 3:35 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade 1.8.2 to 1.9.2 Problem
Replies: 29
Views: 17603

Re: Upgrade 1.8.2 to 1.9.2 Problem

That makes it start at the children of the active page, the children can have as many levels as needed and if one of them are clicked it's children will show, unless you ell it number_of_levels='1' which will only call the first level children, the collapse='1' will make it so the 3rd level childre...
by phrique
Wed Dec 22, 2010 3:25 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade 1.8.2 to 1.9.2 Problem
Replies: 29
Views: 17603

Re: Upgrade 1.8.2 to 1.9.2 Problem

@phrique Most times it would be start_level='2' like... http://multiintech.com/defaultcontent/index.php?page=top_left That works OK if you only have two levels, but in some cases I'm looking at level 3.  I'm going to use it like that for now because it's certainly better than nothing, of course.  :)
by phrique
Wed Dec 22, 2010 2:46 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade 1.8.2 to 1.9.2 Problem
Replies: 29
Views: 17603

Re: Upgrade 1.8.2 to 1.9.2 Problem

The $node-> stuff only works inside a menu template not in a menu call... What outcome are you looking for when it outputs that menu tag?... I want to display the menu items under the current page.  In other words, if my pages looked like: A > 1 > 2 > 3 and I was on page A, I'd expect to see 1, 2, ...
by phrique
Wed Dec 22, 2010 12:59 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade 1.8.2 to 1.9.2 Problem
Replies: 29
Views: 17603

Re: Upgrade 1.8.2 to 1.9.2 Problem

Ok, so my current code is: {cms_module module='menumanager' start_element=$h_position collapse='0' number_of_levels='1' show_root_siblings='1'} if I remove the start_element thing it eliminates the error but, of course, doesn't generate the submenu I want. Thoughts? EDIT: changing $h_position to $no...
by phrique
Wed Dec 22, 2010 12:46 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade 1.8.2 to 1.9.2 Problem
Replies: 29
Views: 17603

Re: Upgrade 1.8.2 to 1.9.2 Problem

I get a similar error, just upgraded 1.8.2 to 1.9.2, not the same but looks like it may be related:

Fatal error: Call to undefined method cms_content_tree::getRootNode() in ..../modules/MenuManager/action.default.php on line 108
by phrique
Sat Oct 23, 2010 12:26 pm
Forum: Layout and Design (CSS & HTML)
Topic: IE7 Display Issue with this CSS/Template
Replies: 5
Views: 2587

Re: IE7 Display Issue with this CSS/Template

Thanks for the responses all.  Maybe I'm making it overly complicated.  Should I refactor it somehow to avoid the positioning directives?  The other strange thing I'm seeing is the search box is extended downward in IE7-.

Anyway, I appreciate you guys looking at it.
by phrique
Fri Oct 22, 2010 12:04 am
Forum: Layout and Design (CSS & HTML)
Topic: IE7 Display Issue with this CSS/Template
Replies: 5
Views: 2587

Re: IE7 Display Issue with this CSS/Template

Hate to bump, but any thoughts?
by phrique
Tue Sep 21, 2010 1:51 am
Forum: Layout and Design (CSS & HTML)
Topic: IE7 Display Issue with this CSS/Template
Replies: 5
Views: 2587

Re: IE7 Display Issue with this CSS/Template

If you'd like to look at the beginnings of the site please visit http://www.holytrinityweb.com/wpcc/ Basically, in the modern browsers everything seems to look fine.  In IE7 at least the menu positioning is down over the main content and each menu option is stepped down from the previous.  I can tak...
by phrique
Tue Sep 21, 2010 1:48 am
Forum: Layout and Design (CSS & HTML)
Topic: IE7 Display Issue with this CSS/Template
Replies: 5
Views: 2587

IE7 Display Issue with this CSS/Template

Hey Folks, Trying to put a site together quickly for a friend of mine.  In IE8+ and FireFox it seems to look just fine, but in IE7 I'm definitely getting some positioning issues with the menus and search box.  I'm not quite sure how to fix the problem.  Any help anyone can provide is really apprecia...
by phrique
Sun Sep 12, 2010 2:51 am
Forum: General Discussion
Topic: Site was hacked, now displaying properly but admin console still not right.
Replies: 6
Views: 5515

Re: Site was hacked, now displaying properly but admin console still not right.

That certainly explains it, thanks.  So, the update to 1.8+ became more strict in enforcing rules on these sorts of things...any particular reason mistakes like this were OK in the past and now aren't?  I mean, I'd have assumed that shoudn't have worked in previous revisions, although I guess I'm gl...
by phrique
Sat Sep 11, 2010 11:57 am
Forum: General Discussion
Topic: Site was hacked, now displaying properly but admin console still not right.
Replies: 6
Views: 5515

Re: Site was hacked, now displaying properly but admin conso

Running system verification I got the following results: 118 Files Not found Files Not found: /tmp/cache/SITEDOWN /install/lang.php /install/index.php /install/install.css /install/lang/ext/index.html /install/lang/ext/en_CY.php /install/lang/en_US.php /install/lang/index.html /install/standard.js /...
by phrique
Sat Sep 11, 2010 12:07 am
Forum: General Discussion
Topic: Site was hacked, now displaying properly but admin console still not right.
Replies: 6
Views: 5515

Site was hacked, now displaying properly but admin console still not right.

Hi all, My site got hacked, which appears to have been only a replacement of index.php with some text.  Simple enough to fix.  I looked through phpMyAdmin and my file manager and didn't find anything else. Still, when I try to look at my main page in the admin console I get the following error: &quo...
by phrique
Fri Mar 26, 2010 4:55 pm
Forum: [locked] Accessability and Usability
Topic: Help with a Usability Question
Replies: 6
Views: 7375

Re: Help with a Usability Question

Detailpage?  Interesting.  I'll have to look into it. Thanks for the screenshot.  I'll have to look into why that might be happening.  It's a shame that CSS isn't uniformly implemented so you could really be reasonably sure things will look good on all platforms.  Of course, it may just be that I'm ...
by phrique
Fri Mar 26, 2010 2:44 pm
Forum: [locked] Accessability and Usability
Topic: Help with a Usability Question
Replies: 6
Views: 7375

Help with a Usability Question

Hi all, I designed a website for my church (http://www.holytrinityweb.com) using CMS Made Simple.  During the design phase myself and a graphics guy went through the process of really trying to figure out what the use case would be and tried to anticipate what would be important for people right off...
by phrique
Mon Jun 08, 2009 11:19 pm
Forum: Modules/Add-Ons
Topic: Generic sub-menu issues.
Replies: 0
Views: 837

Generic sub-menu issues.

Hey everyone, I'm really new to the CMS thing, but I found CMS Made Simple and I must say I've been incredibly impressed.  So easy to use and modify. Anyway, my issue is this.  I'm trying to utilize the code shown in the Documentation for menu manager called "Generic sub-menu".  My user de...

Go to advanced search