Search found 70 matches

by stanb17
Sat Mar 05, 2016 7:45 pm
Forum: The Lounge
Topic: plugin cge yesno not callable
Replies: 0
Views: 924

plugin cge yesno not callable

Just installed a fresh copy of 2.1.2 Getting following error when trying to download and install modules... any module.. "plugin cge yesno not callable" Any I missing something? ---------------------------------------------- Cms Version: 2.1.2 Installed Modules: AdminSearch: 1.0 CMSContent...
by stanb17
Wed May 05, 2010 6:00 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade failed V1.5.2 - 1.7.1 [SOLVED]
Replies: 5
Views: 2159

Re: Upgrade failed V1.5.2 - 1.7.1

That was it folks. A little tweak to the htaccess file and I was good to go. It's just been a while. Have done it before... but when you don't do it regularly.. it gets archived in the brain. For those watching this threat with baited breath.. just add this to your .htaccess file. AddType x-mapp-php...
by stanb17
Wed May 05, 2010 5:04 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade failed V1.5.2 - 1.7.1 [SOLVED]
Replies: 5
Views: 2159

Re: Upgrade failed V1.5.2 - 1.7.1

Version 5.0. I check B4 attempting upgrade
by stanb17
Wed May 05, 2010 4:48 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade failed V1.5.2 - 1.7.1 [SOLVED]
Replies: 5
Views: 2159

Upgrade failed V1.5.2 - 1.7.1 [SOLVED]

I'm a little panic-stricken. At www.domain/install/upgrade.php I get this error. Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/23/d276666604/htdocs/lib/test.functions.php  on line 29 Checked the line of code. Nothing seems wrong....
by stanb17
Wed Apr 28, 2010 12:45 pm
Forum: Layout and Design (CSS & HTML)
Topic: 2nd Level - child navigation issue
Replies: 6
Views: 2908

Re: 2nd Level - child navigation issue

Dr, I did what you ask and applied to the 3 CSS's in play and there was no change at all. Not a caching issue. I was able to effect change, but not what I wanted by altering the .tpl in this line of the Outdoors_full template.                 {cms_module module='menumanager' template='cssmenu.tpl' n...
by stanb17
Mon Apr 26, 2010 11:52 am
Forum: Layout and Design (CSS & HTML)
Topic: 2nd Level - child navigation issue
Replies: 6
Views: 2908

Re: 2nd Level - child navigation issue

Dr. Well.. that much I understand  :-[  In this cade there are 3 templates in play. They are only variations on each other for use in different parts of the site. Outdoors: Outdoors Template (CSS attachments = Accessibility and Xbrowser tools, Outdoor: Outdoor style and Navigation CSS menu Horizonta...
by stanb17
Sun Apr 25, 2010 12:56 pm
Forum: Layout and Design (CSS & HTML)
Topic: 2nd Level - child navigation issue
Replies: 6
Views: 2908

Re: 2nd Level - child navigation issue

Doc,

I think I may just have too many stylesheets in play here. See attachment. I have gone round and around for 2 days on this issue and am just not getting anywhere.
Please advise.
Thank
SB
by stanb17
Fri Apr 23, 2010 8:24 pm
Forum: Layout and Design (CSS & HTML)
Topic: 2nd Level - child navigation issue
Replies: 6
Views: 2908

2nd Level - child navigation issue

Using Outdoors_full template, I have set line of code to                 {cms_module module='menumanager' template='cssmenu.tpl' number_of_levels='2' start_level='1'}  at http://tttomtalks.net/index.php?page=actor Site uses Frame forwarding. On roll-over the Videos link pushes to right instead of re...
by stanb17
Tue Jul 21, 2009 8:37 pm
Forum: Layout and Design (CSS & HTML)
Topic: Need a simple </div> or clearfix answer [SOLVED]
Replies: 10
Views: 4229

Re: Need a simple </div> or clearfix answer [SOLVED]

Mark,

That was the trick. Thanks for your patience and the tips.

For anyone following this thread...

/* Sidebar */
#sidebar {
float: right;
width: 220px;
padding: 25px 0px 0px 10px; margin: 0;
        background-color: #f4f6ce;

Just in time to rescue the kids from the floods.

SB
by stanb17
Tue Jul 21, 2009 8:06 pm
Forum: Layout and Design (CSS & HTML)
Topic: Need a simple </div> or clearfix answer [SOLVED]
Replies: 10
Views: 4229

Re: Need a simple </div> or clearfix answer

Mark,

I commented out the

and moved the sidebar dive like this








{cms_module module="Calendar" display="upcominglist" limit="5"}




{title}
{content}


 





Not the result I was hoping for.
by stanb17
Tue Jul 21, 2009 7:07 pm
Forum: Layout and Design (CSS & HTML)
Topic: Need a simple </div> or clearfix answer [SOLVED]
Replies: 10
Views: 4229

Re: Need a simple </div> or clearfix answer

Well... I moved around a bunch of things to try and isolate what is controlling what. It appears to be in the CSS. I created a FULL css that spans the width. The original css pushes everything left. For some reason I can not add the sidebar div without causing everything to push left. I tried adding...
by stanb17
Tue Jul 21, 2009 1:33 pm
Forum: Layout and Design (CSS & HTML)
Topic: Need a simple </div> or clearfix answer [SOLVED]
Replies: 10
Views: 4229

Re: Need a simple </div> or clearfix answer

Mark, Thanks for the other fix. For this one, I backed out the table code. I tried putting in a simple but it got hosed by the CSS. I suppose I could use an image or create a CSS entry. The issue of the paragraph still getting pushed left is still present. I need to have it clear across like the foo...
by stanb17
Tue Jul 21, 2009 1:20 pm
Forum: Layout and Design (CSS & HTML)
Topic: [solved] Edit view BG not matching Browser view [SOLVED]
Replies: 4
Views: 1883

Re: Edit view BG not matching Browser view [SOLVED]

Mark,

Yes. By the time I posted the brain had turned to mush.

The solution was to go to
EXTENTIONS TINYMCE WYSIWYG
Click on the ADVANCED tab, then type
background-color: white
into the Body tag CSS: section

Hit UPDATE and the obnoxious teal background in your editing view is gone.

Thanks

SB
by stanb17
Mon Jul 20, 2009 8:51 pm
Forum: Layout and Design (CSS & HTML)
Topic: Need a simple </div> or clearfix answer [SOLVED]
Replies: 10
Views: 4229

Re: Need a simple </div> or clearfix answer

Hmmmm...

I don't believe I saw a table in the template. Just DIV's.

I'll look again.

Thanks

SB
by stanb17
Mon Jul 20, 2009 8:49 pm
Forum: Layout and Design (CSS & HTML)
Topic: [solved] Edit view BG not matching Browser view [SOLVED]
Replies: 4
Views: 1883

Re: Edit view BG not matching Browser view

Sorry. It's not letting me load a 44kb jpg of the backend edit view. The issue is not related to how it loads. The issue is that the WYSIWYG edit view of the page in the back end has a teal (greenish/blue_) background that makes it tough to read text. The fact that it does not display in browser vie...

Go to advanced search