Search found 40 matches
- Mon Feb 16, 2009 3:41 am
- Forum: CMS Show Off
- Topic: Seeking critique
- Replies: 9
- Views: 3931
Re: Seeking critique
Nice site. There are some pages where there's a wide space between the header and your body text. I'm using Firefox 3 (Mac)
- Mon Feb 16, 2009 3:31 am
- Forum: CMS Show Off
- Topic: 4 cool CMSMS web sites recently done by me (of course)
- Replies: 7
- Views: 4327
Re: 4 cool CMSMS web sites recently done by me (of course)
Cool sites, especially your site's gallery 

- Fri Aug 01, 2008 2:30 am
- Forum: CMS Show Off
- Topic: School website
- Replies: 2
- Views: 2116
Re: School website
Thanks Mark,
Yeah, too crowded, and also this board gave me an idea about css styling
http://forum.cmsmadesimple.org/index.php/topic,24274.0.html
and this site
http://shadowmc.nl/
Yeah, too crowded, and also this board gave me an idea about css styling
http://forum.cmsmadesimple.org/index.php/topic,24274.0.html
and this site
http://shadowmc.nl/
- Wed Jul 30, 2008 4:41 am
- Forum: CMS Show Off
- Topic: School website
- Replies: 2
- Views: 2116
School website
http://nmasaipan.com/
Still under development. Using the default theme with some changes to the css.
Still under development. Using the default theme with some changes to the css.
- Sat Jul 19, 2008 2:38 am
- Forum: CMS Show Off
- Topic: A recently launched site
- Replies: 1
- Views: 1886
Re: A recently launched site
Nice site, but clicking a link always goes on top. So, I have to scroll down to see, which is annoying.
Nice background but don't know where my eyes rest first when I want an information.
Nice background but don't know where my eyes rest first when I want an information.
- Tue Jul 15, 2008 6:06 am
- Forum: Announcements
- Topic: Announcing CMS Made Simple 1.4-beta1
- Replies: 52
- Views: 51787
Re: Announcing CMS Made Simple 1.4-beta1
Cool! gonna test it 

- Mon Jul 14, 2008 5:03 am
- Forum: Modules/Add-Ons
- Topic: PDF in Printing module doesn't display the tables correctly
- Replies: 0
- Views: 913
PDF in Printing module doesn't display the tables correctly
I'm using the latest version of a printing module and enabled the pdf tag. Saving the Normal content into pdf file is OK, but a content with tables (columns and rows) are all messed up. Any tricks or fix to do this?
- Sun Jul 13, 2008 3:45 am
- Forum: Modules/Add-Ons
- Topic: transfer calendar from one cms install to another
- Replies: 3
- Views: 1762
Re: transfer calendar from one cms install to another
You mean import the events?
- Sun Jul 13, 2008 2:49 am
- Forum: Modules/Add-Ons
- Topic: How to fix the current date in calendar module?
- Replies: 3
- Views: 1812
Re: How to fix the current date in calendar module? [solved?]
Well, I can't change the date or time zone because I'm using on a shared hosting environment. Here's what I did, this code seems working.. I added this code date_default_timezone_set('Pacific/Guam'); at the Calendar's module function.displaycalendar.php (http://mysite.com/modules/Calendar/function.d...
- Sat Jul 12, 2008 7:27 am
- Forum: Modules/Add-Ons
- Topic: How to fix the current date in calendar module?
- Replies: 3
- Views: 1812
Re: How to fix the current date in calendar module?
OK, thanks, I'll check the server I'm using.
- Sat Jul 12, 2008 4:08 am
- Forum: Modules/Add-Ons
- Topic: How to fix the current date in calendar module?
- Replies: 3
- Views: 1812
How to fix the current date in calendar module?
I recently installed the latest calendar module, but the the current date it show is yesterday. Meaning my time here today is Saturday, July 12. But the calendar module it shows Friday, July 11. Is it on the server side? calendar module? or somewhere inside the CMS?
- Sun Jul 06, 2008 12:15 pm
- Forum: Modules/Add-Ons
- Topic: Image Rotator and Drop Down Menu
- Replies: 0
- Views: 895
Image Rotator and Drop Down Menu
Love this plugin and everything seems working, but when I use this code rotator='new' for fading effects, the drop-down menus are at the back of rotating images. Strange...
- Thu Jan 24, 2008 12:42 pm
- Forum: Developers Discussion
- Topic: Image captions, DOM and CSS
- Replies: 2
- Views: 2328
Re: Image captions, DOM and CSS
This is a cool part.The nice thing about using jQuery is that it will be a standard part of CMSMS from version 2.0
Adding caption is a frustrating part
I wonder if this will be included in the news module. Like this example with caption...http://www.nulc.ac.uk/about/
- Wed Jan 23, 2008 12:12 pm
- Forum: Modules/Add-Ons
- Topic: Play : a new module to play video and audio files
- Replies: 90
- Views: 43882
Re: Play : a new module to play video and audio files
Cool! I'm waiting for thisAt one point I may put together a tutorial on how to customize it for a web TV kind of use.

- Sat Jan 12, 2008 2:25 pm
- Forum: Modules/Add-Ons
- Topic: RSS2HTML prints rtf-8 at top of page?
- Replies: 2
- Views: 1670
Re: RSS2HTML prints rtf-8 at top of page?
Never mind.. I just figured it out. In the template of RSS2HTML, I just added---> target="_blank" <h2>{$rss->channel.title}</h2> <p><em>{$rss->channel.link}</em></p> <table width="100%" border="0" cellspacing="0" cellpadding="7"> {foreach from=$rss->...