We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog

ExpressionEngine

Forums

The community watering hole.

New Post
Log In Sign Up
New Post
Log In Sign Up
nyxtom's avatar

Invalidating the cache when updates are made to global_variables...etc

I wrote a simplified expression engine manager in python that will generate the site…

Development and Programming   Latest: 15 years ago by nyxtom   ·   351 views   ·   0 replies

airways's avatar

What does error_no_template mean?

I’m developing a module and get this error: The following errors were encountered…

Development and Programming   Latest: 15 years ago by airways   ·   677 views   ·   0 replies

ffurger's avatar

Strange error message using the Channel Entries API

Here is the example code provided in the user guide: $data = array( 'title' =>…

Development and Programming   Latest: 15 years ago by ffurger   ·   2708 views   ·   4 replies

David Dexter's avatar

Session across MSM

I’m trying to pass information across MSM with the session_id but there seems to be…

Development and Programming   Latest: 15 years ago by David Dexter   ·   745 views   ·   3 replies

ender's avatar

fieldtype api shortcoming: no support for tag modifiers as pair tags

I’ve been developing an add-on and I wanted to use a couple tag modifiers as tag…

Development and Programming   Latest: 13 years ago by Benjamin David   ·   1353 views   ·   6 replies

adrake9's avatar

Tutorials on creating plugins

I would like to dive into creating a plugin for expression engine. I have a website that…

Development and Programming   Latest: 15 years ago by adrake9   ·   768 views   ·   3 replies

biberltd's avatar

About Content Encoding Error

I’ve been dealing with this error for few hours and finally figured out what was…

Development and Programming   Latest: 15 years ago by optima   ·   3221 views   ·   4 replies

jtancil's avatar

Validate Custom Fields

How can I validate custom fields, say to require that the entry be an email address or…

Development and Programming   Latest: 15 years ago by Pascal Kriete   ·   772 views   ·   2 replies

jtancil's avatar

One Field Required If Other Is Selected

I have a custom field group where I am trying to make one text field required if a…

Development and Programming   Latest: 15 years ago by jtancil   ·   482 views   ·   0 replies

e-man's avatar

PHP errors with Rest module (Curl related)

I’ve installed Phil Sturgeon’s REST module http://devot-ee.com/add-ons/rest/…

Development and Programming   Latest: 15 years ago by leegreen   ·   4860 views   ·   15 replies

Electric Putty's avatar

AJAX table sorting and pagination

Hello, I am building a module in EE2 and am trying to get the AJAX pagination and table…

Development and Programming   Latest: 15 years ago by Electric Putty   ·   5114 views   ·   9 replies

Genevieve's avatar

Programming a Random Reward System Based on Member's Site Browsing

I have some potential clients who want some very custom functionality for their site, and…

Development and Programming   Latest: 15 years ago by ender   ·   1898 views   ·   1 replies

stomlinson's avatar

Passing variables in the query string with EE2

Hi, I’m having a pretty of trouble with a query string Expression Engine 2. I have a…

Development and Programming   Latest: 15 years ago by Pascal Kriete   ·   1140 views   ·   2 replies

123ee's avatar

Remove index.php after redirect???

Hi, I have setup EE without index.php and that works. But when i use {if segment_1 ==…

Development and Programming   Latest: 15 years ago by ender   ·   1220 views   ·   3 replies

ffurger's avatar

Calling the Channel Entries API: Exactly how?

I need to add some code to a template in order to submit a new entry under certain…

Development and Programming   Latest: 15 years ago by ffurger   ·   909 views   ·   4 replies

jonathanmelville's avatar

Installing an accessory

Not sure why this is so baffling… I’ve tried every way I know to install the…

Development and Programming   Latest: 15 years ago by jonathanmelville   ·   975 views   ·   4 replies

Jayson Ng's avatar

Get Channel entry by other means (not entry_id)

Is there a built in way to get channel entry details other than ‘entry_id’ ?…

Development and Programming   Latest: 15 years ago by hd    ·   809 views   ·   1 replies

MacMastermind's avatar

PHP Design Help: HTML form that will send user-submitted values to its own fields on reload and keep saving new records each time...

Maybe this is a strange application, maybe not, but how can I create a SAEF that will send…

Development and Programming   Latest: 15 years ago by ender   ·   800 views   ·   1 replies

Chromatic Color's avatar

PHP in template escaping before end of php statement

I am using php in one of my templates to run a complex form. My problem is that EE is…

Development and Programming   Latest: 15 years ago by Lisa Wess   ·   941 views   ·   5 replies

MacMastermind's avatar

PHP Help:  How do I evaluate a php value in an EE conditional?

How do I do this: {if <?php echo $myvar;?>} myvar contains a value!…

Development and Programming   Latest: 15 years ago by MacMastermind   ·   761 views   ·   3 replies

hd 's avatar

Cache array not working

I’ve been trying to use the cache array to let multiple instances of my plugin on a…

Development and Programming   Latest: 15 years ago by ender   ·   1014 views   ·   5 replies

rchampagne's avatar

PHP to [removed] filling an array from a Matrix Cell

I am trying to fill an array from a Matrix cell. Right now, it looks like I can’t…

Development and Programming   Latest: 15 years ago by rchampagne   ·   1290 views   ·   6 replies

Carlo Laitano's avatar

EE2 template sync and SVN

I’m been trying to get the most out of the new sync templates feature in EE2. I want…

Development and Programming   Latest: 15 years ago by ender   ·   978 views   ·   2 replies

DesignBloke's avatar

Query EE Database Manually

I manually maintain a Calendar of Events list. The EE portion of my sites hasn’t…

Development and Programming   Latest: 15 years ago by Ingmar   ·   719 views   ·   3 replies

minimal design's avatar

[EE2] Category list customization with PHP

I’m trying to recreate something I’ve done in EE 1.x here:…

Development and Programming   Latest: 15 years ago by minimal design   ·   1465 views   ·   2 replies

Danny Veiga's avatar

Auto Generate Entries w/ "find & replace"

I have a client that needs the ability to create multiple entries quickly. Let’s say…

Development and Programming   Latest: 15 years ago by Boyink!   ·   713 views   ·   1 replies

Satoshi Onoda's avatar

Is it possible to make custom category field types?

Thanks to the manual provided, I’ve managed to create custom “channel”…

Development and Programming   Latest: 15 years ago by Satoshi Onoda   ·   1170 views   ·   4 replies

_xammax_'s avatar

Database sessions

Hello, I’d like to store session values in db. I’ve changed the…

Development and Programming   Latest: 15 years ago by Ingmar   ·   1101 views   ·   3 replies

justinviger's avatar

Template won’t include when I also use php include

I am working on a site that has the navigation as hidden template. But on one page the…

Development and Programming   Latest: 15 years ago by Lisa Wess   ·   1631 views   ·   5 replies

webdezzo's avatar

third_party helpers

Hi all, I have worked with CodeIgniter for quite some time, and we always place any non…

Development and Programming   Latest: 15 years ago by Jayson Ng   ·   1551 views   ·   2 replies

First 115 116 117 118 119 Last
ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.