What I Learned Anthony Stauffer What I Learned Anthony Stauffer

What I Learned - 2/8/14

Low Search & Solspace Tags

Low Search for ExpressionEngine can work with Solspace Tag to act as a filtering tool. It can auto-generate search urls from a Tag custom field.

Low Search can also generate a "range" filter based on a custom field that is numeric.

ExpressionEngine Conditionals & Parsing Order

ExpressionEngine parses advanced conditionals later in the parsing order than simple conditionals. I blamed this for a template error, but it turned out to be a missing </div> tag.

 

Read More
What I Learned Anthony Stauffer What I Learned Anthony Stauffer

What I Learned - 1/2/14

Devdemon Updater will fail if the user that owns the EE installation is not the apache user. On centos that user is 'apache' in group 'apache'. I had to chown -R apache:apache ./ in we root to fix.

Read More