HTML Blobs

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
Petroski

HTML Blobs

Post by Petroski »

I'm slowly getting up to speed with CMSMS. What I see so far is EXCELLENT work by all, the perfect balance between complex and too simple. I particularily like the separation of all aspects of this CMS, php Code from HTML from CSS from user defined content, etc.

Being a very inquisitive fellow means that I have some questions...

OK, so I created an HTML Blob. How do I use it/insert it?

I see reference to stripping the CSS out of PHP Layers and incorporating into the content management CSS. Is this a valid method?

I'm seeing a lot of what looks to be redundant elements in the template CSS, can these elements be removed and only use the ones that are called in the template HTML and PHP Layer Menu?

That's all for now ...  :-)

Thanks,

Peter
Xorn725

Re: HTML Blobs

Post by Xorn725 »

Use of blobs is pretty simple.  Just insert the following into a content item:

{html_blob name="my_blob_name"}

Where "my_blob_name" is, of course, the name that you gave your blob.  ;-)

Regards,
Jason
Petroski

Re: HTML Blobs

Post by Petroski »

Thanks for that Jason. One for the WIKI docs
petroski

Re: HTML Blobs

Post by petroski »

OK, over the course of this day I fugured out the CSS styles. It's all starting to make sense now
Locked

Return to “CMSMS Core”