Admin template error

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Scott

Admin template error

Post by Scott »

Hiya guys,

Can somone else check and see if there is an error in the editpage.php page of the admin panel.

When I load it the editor scroll bar is off the right hand edge of the page and when I scroll accross there is somthing odd going on with the template.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Admin template error

Post by tsw »

Strange, I havent noticed that before..

try changing

Code: Select all

div.pageoverflow  {
   clear: left;
   padding-top: 1px;
   width: 100%;
   overflow: hidden;
   }
to

Code: Select all

div.pageoverflow  {
   clear: left;
   padding-top: 1px;
/*    width: 100%; */
   overflow: hidden;
   }
in admin/themes/default/css/style.css
Scott

Re: Admin template error

Post by Scott »

Thanks tsw, that solved it :)

I have another issue with the same page though.

It never seems to finish loading, though I can edit the content submit etc.  I also have a load of extra options showing up at the bottom of the page that I don't think I should be able to see:

[gelöscht durch Administrator]
Scott

Re: Admin template error

Post by Scott »

Anyone have any ideas? It is only happening on one template, but I have no idea what I did to make it happen!
Scott

Re: Admin template error

Post by Scott »

Ok, if I clear my browser cache then go to the page the extra sections are gone. Submit the page and then click to edit it again and they are back...

Ok, I figured out what is happening, all of the tabs are loading in the first tab and then failing to move into the correct tabs so the page never finishes loading and I have the additional options pane and the preview pane in the editor tab.
Last edited by Guest on Wed Sep 20, 2006 10:00 am, edited 1 time in total.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Admin template error

Post by tsw »

cant see this in svn version with IE or FF..
Scott

Re: Admin template error

Post by Scott »

It is really odd. 
I'm using firefox. All I can think is that something in my template is breaking it, as it started happening after I added another content block.  When I click on the tab the sections return to the right place, it just doesn't seem to move them there of its own accord.
Locked

Return to “CMSMS Core”