Search found 118 matches
- Wed Jul 06, 2011 2:19 am
- Forum: The Lounge
- Topic: [SOLVED] Two problems with section_expand menu
- Replies: 1
- Views: 1105
[SOLVED] Two problems with section_expand menu
CMS 1.9.4.2 MenuManager 1.7.6 section_expand template from http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Layout/Menu_Manager#section_expand My site: http://www.fellowshipbibleannarbor.org/ Problem 1: Persistence when changing pages. When I click a second-level link and thus go to...
- Tue Dec 21, 2010 9:58 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Permission error adding new feed in CGFeedMaker
- Replies: 2
- Views: 722
Re: Permission error adding new feed in CGFeedMaker
A little extra debugging information in the code helped me find which directory was the problem. I'd suggest this change in CGFeedMaker/action.addfeed.php, line 192: if( !is_dir($destdir) ) die('directory ' . $destdir . ' still does not exist'); Then the user can see what directory is the problem wh...
- Tue Dec 21, 2010 3:19 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Permission error adding new feed in CGFeedMaker
- Replies: 2
- Views: 722
[SOLVED] Permission error adding new feed in CGFeedMaker
CMS 1.9.2 CGBlog 1.7.1 CGExtensions 1.22.1 CGFeedMaker 1.0.11 CGSimpleSmarty 1.4.7 When trying to Add a New Feed in CGFeedMaker, I get this: Warning: mkdir() [function.mkdir]: Permission denied in /blah/blah/public_html/cms/modules/CGExtensions/lib/class.cge_dir.php on line 174 directory still does ...
- Thu Dec 16, 2010 1:40 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] cssmenu_ulshadow.tpl and context highlighting
- Replies: 7
- Views: 1969
Re: cssmenu_ulshadow.tpl and context highlighting
That worked to fix the page numbers to 6.1 and 6.2. And, the menu problem that initiated this whole thread is now fixed too. Thanks again for your help.
- Thu Dec 16, 2010 4:33 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] cssmenu_ulshadow.tpl and context highlighting
- Replies: 7
- Views: 1969
Re: cssmenu_ulshadow.tpl and context highlighting
Found something...in Content|Pages, I noticed that both pages have identifier 6.1. I have no clue how this happened, but I suspect that if I can disambiguate them, my menu appearance problem will go away. Anyone have any ideas (I know, I can delete and recreate and see what happens, but I would thin...
- Thu Dec 16, 2010 4:20 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] cssmenu_ulshadow.tpl and context highlighting
- Replies: 7
- Views: 1969
Re: cssmenu_ulshadow.tpl and context highlighting
fellowshipbibleannarbor.org Now CMS 1.9.2, PHP 5.2.13 I tested on the latest versions of Firefox and Chrome, and IE8 just now, and I have precisely the same problem regardless of browser. I might have a misunderstanding on terminology. Let me be verbose: * regular menu item = state 1 = light gray ...
- Mon Dec 13, 2010 2:52 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [SOLVED] Unknown column 'news_url' in 'field list'
- Replies: 5
- Views: 3149
[SOLVED] Unknown column 'news_url' in 'field list'
www.fbcaa.org CMS 1.9.1, recently upgraded from 1.4.1. News module 2.11 I just activated the news module. The first article, about the news module being installed, was posted there. I deleted it, then tried to add a new test article, and got this message: DEBUG: SQL = INSERT INTO cms_module_news (ne...
- Sun Dec 05, 2010 6:08 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] cssmenu_ulshadow.tpl and context highlighting
- Replies: 7
- Views: 1969
Re: cssmenu_ulshadow.tpl and context highlighting
Sorry about that. It is www.fellowshipbibleannarbor.org
- Sat Dec 04, 2010 5:15 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] cssmenu_ulshadow.tpl and context highlighting
- Replies: 7
- Views: 1969
[SOLVED] cssmenu_ulshadow.tpl and context highlighting
CMS 1.9.1, PHP 5.2.13 I am using a CMS-provided menu: http://fellowshipbibleannarbor.org/temp/Menu.jpg When I select most of the options, the menu does some nice "context highlighting" to show the user where they are in the "site map": http://fellowshipbibleannarbor.org/temp/MenuGood.jpg But when I ...
- Tue Nov 30, 2010 11:56 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] DOCTYPE reverses CSS behavior
- Replies: 3
- Views: 919
Re: DOCTYPE reverses CSS behavior
Unbelievable
That was it.

- Tue Nov 30, 2010 11:37 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] DOCTYPE reverses CSS behavior
- Replies: 3
- Views: 919
[SOLVED] DOCTYPE reverses CSS behavior
Site: new.fellowshipbibleannarbor.org CMS: 1.9.1 To fix my previous bug, I had to add the proper DOCTYPE to the top of my template. Before doing so, a table in my left sidebar looked like this: http://www.new.fellowshipbibleannarbor.org/QuickLinksGood.jpg I like the lines and highlighting of the tit...
- Tue Nov 30, 2010 1:43 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] CSSMenu.js and IE8
- Replies: 3
- Views: 1119
Re: CSSMenu.js and IE8
Doctor, Thanks for the pointer on the if IE 6 condition--I saw several places in the forums with just "if IE" so but that must have been old enough stuff that the later IEs weren't out yet. I'm working through the html errors now. Several of them say something like this: Line 9, Column 62: NET-enabl...
- Tue Nov 30, 2010 1:30 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] CSSMenu.js and IE8
- Replies: 3
- Views: 1119
[SOLVED] CSSMenu.js and IE8
Site new.fellowshipbibleannarbor.org CMS 1.9.1, just upgraded from 1.4.1. PHP 5.2.13, was 4.3.9 before upgrade Apache 2.2.15 on Linux 2.6.18 On Chrome 7.0.517.44 my centered horizontal menu works well. Also works OK on Firefox 3.6.12. On IE8 (8.0.7600.16385) the menu is all the way to the left and, ...