expressionengine

Inserting a { in an ExpressionEngine template file

I am trying to insert some analytics code into my ExpressionEngine template's footer files, but it treats the {}'s as a function call or something. Is there any way to make it so it understands that EE shouldn't execute what's inside the braces? I've already tried inserting backslashes and it doesn't seem to work. Any help would be mu...

Where can I download ExpressionEngine Core?

Downloading the core version used to be on the homepage. I did a google search and can't find any download link. Have they discontinued the core version of EE? ...

jQuery .load() function is failing in firefox 3.6.10

I'm a bit of a newbie, so excuse me if this script is rudimentary. I'm trying to use jQuery's .load() function to load the next or previous month of an event calendar on an expressionengine site that I have built. The following script works in Chrome, Safari, IE, and Firefox 4 beta, but it fails in FF 3.6.10: $('th a.right, th a....

In expression engine: Manipulate content of textfields/wygwam-fields?

I would like to manipulate the content of a textfield/wygwam-field in expression-engine. For example, when someone uploads an mp3-file with the file-uploading-tool, I would like to convert the link into a flash-embed that calls an mp3-flashplayer. Another example is that whenever someone posts a link to a vimeo-video I would like to con...

ExpressionEngine - No <img> tags from files selected via File Manager

Is there a way in ExpressionEngine to disable the img tag formatting when loading an entry's text-input field with a filepath from the File Manager? Would be great to just have the filepath listed there after selecting an image (i.e. just the string that should appear inside of the src attribute) without any of the extra html. Have trie...