Images not showing correct

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
wientanz

Images not showing correct

Post by wientanz »

Convinced a friend of mine to use CMSMS  ;D

And now the troubles start: When he tries to add an image to his page, it works. But only partially. Check it out at www.lerntanzen.com. The images at the startpage load normally, but when you click on "Startseite" in the left navigabtion bar again, the images get broken and the link to the images is shown as http://www.lerntanzen.com/index.php/upl ... lach1.jpeg which is obviously wrong. When I just enter www.lerntanzen.com the image has the working path http://www.lerntanzen.com/uploads/images/lach1.jpeg

And when I look at the Image Manager, with which he inserted the image, then the link shows "uploads/images/lach1.jpg", which is also normal.

Any ideas?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Images not showing correct

Post by Dr.CSS »

Let's start with getting the news in the right place... .rightSideBar {  width: 20%;

Ok you need to add the {metadata} tag in the   like next to or under the {stylesheet} tag.

  Hope That Helps
wientanz

Re: Images not showing correct

Post by wientanz »

Ok, the images work now. He used a opensource layout and adapted it with the tutorial video for using in CMSMS.
The problem with the News is still there. That would have been the second question.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Images not showing correct

Post by Dr.CSS »

This is the line...

/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 20%;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}
wientanz

Re: Images not showing correct

Post by wientanz »

*laugh*
And i've changed that line four times now and always wondered why it didn't work!  ;D it seems that he forgot to give me the rights for changing the stylesheets. Will point it out to him when he comes back.

Then we'll see if it works... but I think so
wientanz

Re: Images not showing correct

Post by wientanz »

we both can't change it. he gave me admin rights and be both can't change it. Even tried to chnage it to 200px and it didn't work. It doesn't save our changes.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Images not showing correct

Post by Dr.CSS »

Can you make a copy of it, the little image on the right that looks like 2 pcs. of paper on top of each other, name it one letter diff. or whatever, and then make the change in there and attach the new one to the template.

You might want to look at group permissions to make sure it's set right.
wientanz

Re: Images not showing correct

Post by wientanz »

Group permissions are fine. He's the original admin and added me to the admin-group
wientanz

Re: Images not showing correct

Post by wientanz »

could copy the stylesheet, but still no luck in editing...
Locked

Return to “CMSMS Core”