coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: ac_djsusanne on September 26, 2006, 08:24:00 PM

Title: Total height and no user registration
Post by: ac_djsusanne on September 26, 2006, 08:24:00 PM
Hello there,

here´s the link to our gallery (still in work) www.alwayscountry.net/coppermine

My first question is how to get the entire page always to 100%. I set my table height to 100% and tried several other things. But if you click on a picture you´ll see that the page isn´t full screen and the body ends with an ugly white cut. Of course we have small pics in there but somehow it should work that I have my theme full screen. Any ideas on this?

The other question is, I don´t want ppl to register and upload pics. Only the admin should be allowed to do that. The visitors are allowed to see the pics but no registration should be allowed. Is that possible? I can´t look at my admin menu right now - doesn´t work. I read that I should delete temp files etc. but I can´t do that atm because I´m streaming music LOL

Thanks in advance,
Susanne
Title: Re: Total height and no user registration
Post by: Nibbler on September 26, 2006, 09:13:23 PM
Add a 100% height to your html and body in your css file.


html, body {
    height: 100%;
}


You can disable user registrations in config. Please respect the one question per thread policy in future.
Title: Re: Total height and no user registration
Post by: ac_djsusanne on September 26, 2006, 09:17:17 PM
Thanks for the fast reply. And I´m sorry because of the 2 questions. I didn´t read the rules and I´ll promise for the future.

Thanks,
Susanne