Page 1 of 1
Another Swedish site
Posted: Sun Sep 10, 2006 8:13 am
by Terabyte
I'm happy to have finished my first CMSMS site with some help from the community. It was fairly easy and I enjoined the system very much. Donation will be comming in time too.....very nice work!
http://www.gafaearoy.lanta.se/
Re: Another Swedish site
Posted: Sun Sep 10, 2006 8:24 am
by loken
Sweet. But where is the little "powered by:"-text?
aja baja!

Re: Another Swedish site
Posted: Wed Sep 13, 2006 6:06 pm
by freddieb
Nice-looking site!
2 problems, there are horizontal scrollbars at 800 x 600 resolution and the font-size can't be increased in IE6.
Re: Another Swedish site
Posted: Thu Sep 14, 2006 12:10 am
by Terabyte
freddieb wrote:
Nice-looking site!
2 problems, there are horizontal scrollbars at 800 x 600 resolution and the font-size can't be increased in IE6.
Thanks for the comments. Regarding the 800x600 resolution - yes you right, but it is not of concern for us. In Sweden not even 1% uses that resolution so there is practically no problem.....
Maybe I should code with the ability to resize the font-size - something I might consider. Thanks.
Re: Another Swedish site
Posted: Sun Sep 17, 2006 3:28 pm
by Debon
Beautiful site Terabyte, I really like it. By the way, did you use the CMSMS Guestbook module for your guestbook? If so how did you get it to place each entries in their own enclosure?
Re: Another Swedish site
Posted: Tue Sep 19, 2006 4:03 pm
by Dee
Debon wrote:
Beautiful site Terabyte, I really like it. By the way, did you use the CMSMS Guestbook module for your guestbook? If so how did you get it to place each entries in their own enclosure?
It's the Guestbook module. The default/example Guestbook stylesheet does that also (place entries "in an enclosure"); simply attach it to the page template used (see the Guestbook module help).
Very nice & clean design Terabyte, thumbs up & compliments!
Re: Another Swedish site
Posted: Tue Sep 19, 2006 4:17 pm
by Dee
Only comment I can think of is the next button in the gallery, it should have white-space: nowrap; (see attached Firefox screenshot)
[gelöscht durch Administrator]
Re: Another Swedish site
Posted: Tue Sep 19, 2006 7:29 pm
by Terabyte
Thanks for the comments.Yes the guestbook module was used.
Dee: thanks for the problems shown to me. Can't get the thickbox to work in proparly in FF.....

Re: Another Swedish site
Posted: Tue Sep 19, 2006 9:02 pm
by Rzr
Terabyte
Very stylish / clean site, I'm a real newbie to the whole CMS thing, but your site's a real eye opener to what you can do.
Cheers

Re: Another Swedish site
Posted: Wed Sep 20, 2006 9:37 am
by Dee
Terabyte wrote:
Can't get the thickbox to work in proparly in FF.....
Looking at the javascript you should use/try:
Code: Select all
span#TB_next, span#TB_prev {
white-space: nowrap;
}
Re: Another Swedish site
Posted: Thu Sep 21, 2006 2:02 am
by Terabyte
Tried that. Well I will try to spend more time on this comming weekend. Thank you for finding it anyway.