Skip to content

Instantly share code, notes, and snippets.

@low
low / gist:9665729
Created March 20, 2014 14:59
Add LV support to an EE fieldtype, the most basic way: add this to a fieldtype class.
function display_var_field($data)
{
return $this->_display_field("var[{$this->var_id}]", $data);
}
@linssen
linssen / ee1x_cookies.md
Created May 22, 2012 08:47
ExpressionEngine cookies

ExpressionEngine 1.x cookies

This document outlines all of the cookies use by ExpressionEngine 1.x. With the EU cookie law coming into force on May 26th, it's important to know what cookies are set, which are 'essential' and why they are there. Hopefully this will help advise your decision process when altering your site to adhere.

I haven't yet gotten to any special addons etc. or even forums or comments. Please do fork and and send pull requests if you'd care to add anything.

Non essential