Croogo

Croogo Excerpts

Posted by Jeremy Harris on Thu, Aug 12, 2010 @ 4:07pm

As of Croogo 1.3.1 beta, the default behavior for paginated views (promoted, search, etc.) was to show the entire article. I wasn't too fond of this so I edited my templates. For example, under mytheme/nodes/promoted.ctp the body text reads something like:

echo $layout->nodeInfo();
echo $layout->nodeBody();
echo $layout->nodeMoreInfo();

So I changed it to:

echo $layout->nodeInfo();
echo $layout...

Starting out

Posted by Jeremy Harris on Tue, Aug 03, 2010 @ 5:04pm

My experience with Croogo has been very pleasant so far. I'm still learning my way around the code-side of things. That is, creating templates, plugins, etc. It looks incredibly promising.

I decided to put the blog up before actually completing a template. I have a lot of ideas and information to share that I've developed over the last year. A lot has been lost, unfortunately, so I'm going to ...