expressionengine

Expression Engine (CMS) with SQLite

Has anyone out there hacked up Expression Engine (CMS) to work with SQLite? If so, any good tips or guides on how to do so? ...

ExpressionEngine Multiple Site Manager and Member Groups

I’m looking for some links to further info on how EE handles Member Groups in relation to the MSM. In my case, I have two membership sites. Generally speaking, the two sites serve the same overall group of people, so the fact that the MSM shares the member database works in my favor. What I’m unclear about is how to manage the varying c...

Issues with FastCGI and links containing index.php? versus index.php

On a Windows 2003 server running IIS 6.0 and FastCGI with an ExpressionEngine-powered website, I've encountered an issue where links containing index.php fail unless a question mark is added. The basic issue is that if a link points to "index.php/archive/article", the page fails to load (see below) but it will work when "index.php?/arc...

Has anyone ever created a shopping cart on the Expression Engine?

Well I'm building a site for a client on the Expression Engine CMS and just wondering if anyone had any experience building a shopping cart on it, either custom or via a plug in. ...

ExpressionEngine: which hooks to use to rewrite field contents on save and edit?

Not having much luck with this query in the ExpressionEngine forums and it's time-sensitive, so I figured I'd see if there's any EE-junkies hanging around Stack Overflow. I'm working on an EE extension and I need to know what hooks to use to parse a custom field's contents when it's first saved, parse it before being displayed to be edi...

How can I get Excel-like formulas in .Net?

Should I use a commercial component? Should I roll my own expression evaluator? Should I roll my own dynamic language? I know programmers are notorious for wanting to write their own language, but this is not the case here. The less work, the better. Lets assume that compatibility with Excel formulas is not a strict requirement; if t...

Recommend PHP/MySQL CMS with paid/premium content support

I am looking at some solutions for building a site with a mix of free and paid/premium content (no, it's not porn). I gather that Drupal has the Premium plugin which supports this. I'm also looking at Expression Engine, which seems to have some built in support for this, although Paypal is the only payment option. I'm looking at aMe...

Installing the Structure Module with ExpressionEngine Core

I’m trying to install the Structure module with ExpressionEngine Core. I did a fresh install of everything: ExpressionEngine 1.6.7 Structure 1.2.5 (adding the empty lang.pages.php file to /language/english, per http://expressionengine.com/forums/viewthread/91290/ Followed the instructions for installing Structure at http://expressionen...

expression engine: start_on

I am using the following within the exp:weblog:entries tag: start_on="{current_time format='%Y-%m-%d %H:%i'}" I want to use this so that when the date of an event is past the current date then the event will disappear from the page. The problem is that I have some events that only have an entry date (ex. April 04, 2009) and others tha...

ExpressionEngine not functioning properly after hosting transfer

Just transferred an Expression Engine web site to a new hosting environment. New server is Windows 2003 Standard running PHP 5.2.44 via FastCGI and IIS 6. Other PHP sites run fine on this server (WordPress, CMSMadeSimple, etc.). This is the first ExpressionEngine site we've worked with. We've restored the database, setup a user account f...

Am I missing the point of Expression Engine?

Lots of people rave about Expression Engine, but I seem to be missing the point of it. The video tutorials show someone pasting entire HTML pages (which are inexplicably called "templates") into the system, making it appear that there isn't even a way to apply a site-wide template to your pages. Am I missing the point here? If you've use...

Possible to substitute ORDER BY w/ other value if 1st value is empty

Is it possible to replace value field_id_36 with field_id_39 if field_id_36 is empty? SELECT wt.title, wt.url_title, wt.weblog_id, wt.entry_id, wd.field_id_36 FROM exp_weblog_titles wt LEFT JOIN exp_weblog_data wd ON wt.entry_id = wd.entry_id WHERE wt.weblog_id = {weblog_id_insert} ORDER BY field_id_36+0 So in theo...

Expression Engine module/plugin for audio and video--the best?

I'm building a church site that wants audio/video functionality. What are your recommendations for an audio/video (can be separate) plugin? Needs to be very simple and integrate w/ EE as well as possible. ...

Way to get logged in user in Expression Engine?

Hi all, I am using Expression Engine in part of a site I am developing and other parts are just using my own PHP. My question is how can I tell who the user is logged in as on a non-EE page? I have access to the EE cookies and the EE database but couldn't find a way to use these values to figure out who the user is. I have a list of a...

CodeIgniter and ExpressionEngine

I'm looking to put a small site together and would like a CMS for the static content, but also want to be able to code outside of the CMS (to many bad experiences building modules for Drupal). I've used CodeIgniter and played with Expression Engine a little - and know that ExpressionEngine 2.0 will be build on CodeIgniter...I just wonde...

URL Segment Support macosx 10.6

Hi, does anyone knows how to activate URL Segment Support in Snow Leopard? I take I must add the AcceptPathInfo On directive to the httpd.config file in /private/etc/apache2 but I cant find the right way to do it. Should I set AllowOverride and go .htaccess instead? Any advice would be greatly appreciated, Thanks!. ...

Expression Engine Template Exporting

I have a project that was developed into a Expression Engine template. I used the Core version of EE to develop this template on my local machine. Now I need to export this template/weblog so it can be loaded onto the production server so the client can begin using EE to update their site. The issue I am running into is how to export th...

ExpressionEngine wiki talk forum module

Hello, I just started using the ExpressionEngine wiki talk forum extension and it is great for creating forum topics per each wiki article but, I also need it to add discussions for wiki file pages too. My users have the need to not only discuss wiki articles but, to also discuss uploaded files. Any thoughts on how to add this feature ...

Expression Engine Problem - Javascript error in comments

Hi, I am having a problem with the comments system on my site. The comments are displayed with a javascript error message. This is the error message I get when a user attempts to post a comment: .(JavaScript must be enabled to view this email address) posted on Fri Oct 09, 2009 at 04:19 PM Attached below is the snippet of code tha...

How to integrate a blog engine into an asp.net mvc site?

My current site (VisualHint) uses ExpressionEngine and allows me to have the basic ecommerce I need inside a templated web site containing several blogs (one is the main blog, the others are testimonials, announcements). But I need more to handle licenses and subscriptions, so I decided to port the site to asp.net mvc. My only concern r...