Search found 7 matches
- Fri Jan 11, 2013 9:49 am
- Forum: CMSMS Core
- Topic: How to add first paragraph of one page as a block in home pa
- Replies: 9
- Views: 2552
Re: How to add first paragraph of one page as a block in hom
Aha ! Thank you 
- Fri Jan 11, 2013 5:59 am
- Forum: CMSMS Core
- Topic: How to add first paragraph of one page as a block in home pa
- Replies: 9
- Views: 2552
[SOLVED]How to add first paragraph of one page as a block
Yay, I've made it !!! If anyone else is interested, I have added this line in my template: {content block='teaser'} That added another field to my page when creating/editing it. Then I changed the Home page code to: {$cgsimple->get_page_content('about-us','teaser','short_content')} {* grab content f...
- Thu Jan 10, 2013 2:31 pm
- Forum: CMSMS Core
- Topic: How to add first paragraph of one page as a block in home pa
- Replies: 9
- Views: 2552
Re: How to add first paragraph of one page as a block in hom
Ok, don't know what happened to my reply. Trying again. I did install the module, but somehow although I saw the success message, checking again said the module is not installed. Anyway, it is installed now. Now I see the Read more text but is is not a link and there is no content displayed from the...
- Thu Jan 10, 2013 1:42 pm
- Forum: CMSMS Core
- Topic: How to add first paragraph of one page as a block in home pa
- Replies: 9
- Views: 2552
Re: How to add first paragraph of one page as a block in hom
UPDATE: I checked again and the module was not installed, although I don't know why. I went to Module Manager/Available Modules Clicked on Download and Install for the module and did get the success message, so not sure what happened there. So now the home page has the styling, and I see a static te...
- Thu Jan 10, 2013 1:05 pm
- Forum: CMSMS Core
- Topic: How to add first paragraph of one page as a block in home pa
- Replies: 9
- Views: 2552
Re: How to add first paragraph of one page as a block in hom
Yes, I did install the module 
- Thu Jan 10, 2013 11:49 am
- Forum: CMSMS Core
- Topic: How to add first paragraph of one page as a block in home pa
- Replies: 9
- Views: 2552
Re: How to add first paragraph of one page as a block in hom
Thank you very much for the quick answer. My home page code looks like this now: <p>Congratulations! The installation worked. You now have a fully functional installation of CMS Made Simple and you are <em>almost</em> ready to start building your site.</p> <p>If you chose to install the default cont...
- Thu Jan 10, 2013 7:42 am
- Forum: CMSMS Core
- Topic: How to add first paragraph of one page as a block in home pa
- Replies: 9
- Views: 2552
How to add first paragraph of one page as a block in home pa
Hello, I am new to cmsms and not sure where should I post my question, hopefully this is the right place. I would like to redevlop a site I built with codeigniter. The site I am trying to redevelop is: http://www.clunyanimaltrust.za.org I would like to add the first paragraph from my About Us page t...
