Tagged Questions

ExpressionEngine is a commercial content management system, written in PHP.

learn more… | top users | synonyms

7
votes
5answers
1k views

WordPress vs ExpressionEngine: is EE worth the price?

I'm very new to coding (having only taken Web Development 101 at university aka 'OMG CSS u guise'), and I'm just beginning to realize that knowing HTML/CSS alone isn't good enough. I've decided that ...
7
votes
4answers
318 views

Weird Javascript in Template. Is this a hacking attempt?

I validated my client's website to xHTML Strict 1.0/CSS 2.1 standards last week. Today when I re-checked, I had a validation error caused by a weird and previous unknown script. I found this in the ...
6
votes
7answers
4k views

Drupal vs ExpressionEngine for any kind of project from simple commercial site to complex ecommerce portals

So far I've been using custom cms. lately I developed own cms with CodeIgniter, and I'm actually happy. But recently I take more design and front-end development works than deep development projects. ...
5
votes
6answers
1k views

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.
3
votes
3answers
171 views

ExpressionEngine: Conditionally display custom fields in a channel entry form

I'm building a blog site in ExpressionEngine. I have two types of entries that I want to keep in the same channel. When a certain category is selected i'd like to show additional fields. **EXAMPLE ...
3
votes
4answers
60 views

Trying to embed 3rd party Javascript that uses <?js= value ?>, how can i stop php from parsing the “<?”

I'm working in an insane mess of a CMS system where php, javascript, and html are all within templates. I'm trying to drop in code from a third party site for integration functionality, but they have ...
3
votes
1answer
54 views

How do I show only those entries beginning with A, B, C, etc.?

I have an Expression Engine site with several hundred entries. The client wants the option to display entries based on the first letter of the entry title. So for example the following page ...
3
votes
2answers
118 views

Adding an else if statement to pull up a page in html using javascript

We have a new website developed by a outside company that we are having issues with. I am trying to figure out the logic on a piece of code that would pull up a new page if some requirements are met. ...
2
votes
3answers
49 views

htaccess: remove subdirectory form URL while serving up original content

I have a URL structure like this http://domain.com/page/thing1 http://domain.com/page/thing2 http://domain.com/page/thing3 I want to: remove /page/ from the URL serve up content from /page/thing1 ...
2
votes
2answers
65 views

How do I generate a unique ID in Expression Engine 2?

Is there an EE2 tag that produces a unique ID? Or would I need to embed a PHP uniqid() call to get the desired unique ID? Thanks.
2
votes
6answers
190 views

Insert <div> for every 5 elements using Javascript

I have a simple list of images that is being controlled via a CMS (ExpressionEngine). Like this: <div class="wrapper"> <a href="#"><img src="#" /></a> <a ...
2
votes
1answer
105 views

How do i add a new member with an ExpressionEngine module?

I am building an ExpressionEngine module that will need the ability to add new members to the system. The core modules don't seem to be built to be used by third party modules, which seems to leave me ...
2
votes
5answers
160 views

how to limit the Total Number of Form submissions per day

Can anyone guide me as to how to set a form to be enabled for a certain time period in a day. Or how to limit the Total Number of Form submissions per day or per week etc. For e.g. I need the form ...
2
votes
1answer
585 views

How to use ExpressionEngine form validation class in module to repopulate form in template?

Is it possible to display errors and repopulate fields on a form that is hard coded into a template? So far I’ve only figured out how to display the errors in a module’s view, but not a template. ...
2
votes
5answers
384 views

Multilanguage CMS - solution for a clean, maintainable build?

Hey, first time asking a question on Stack Overflow, so go easy on me! I've recently begun working on a CMS driven website which requires multilanguage functionality (12 languages!). I have, in the ...
2
votes
3answers
398 views

If I learn Codeigniter, can I use it with Drupal or is that a bad idea and I should use Expression Engine?

Will learning Codeigniter (or any framework for that matter such as CakePHP or Zend) help my development in Drupal or are they two separate systems that won't really benefit the other when I have ...
2
votes
6answers
519 views

Best CMS for Multiple Content Areas [closed]

Usually I use Wordpress for adding content management to my sites, although I have been given a site to build from a graphic designer that has lots of little content areas on each page. I could do ...
2
votes
2answers
372 views

ExpressionEngine templates: pass a plugin/module's output as parameter to another plugin/module

Here's basically what I want to accomplish: {exp:plugin1:method arg="{exp:plugin2:method}"} I’ve tried a number of different approaches. Approach 1: {exp:plugin1:method ...
2
votes
2answers
94 views

SQL Query Problem

I've been at this for a bit now. Basically, I'm needing to add a derived column to count the hits to a weblog entry in the database. The problem is, the hits are being totaled and shown on only on the ...
2
votes
1answer
131 views

server side / client side email validator differences

I'm using the native jQuery validation library to validate email addresses entered in a contact form. Since this is an Expression Engine site, I'm using its email validator as a server side backup. ...
2
votes
4answers
428 views

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 ...
1
vote
0answers
35 views

jQuery Cycle creating too many pager links

I've searched and search but can't seem to find any decent results for this query. Basically I have pages being pulled in via ajax - including images - but jquery cycle is creating a ton of entries ...
1
vote
1answer
80 views

Expression Engine Discussion Forum Module URL

Has anyone ever successfully integrated the ExpressionEngine Discussion Module within regular templates? I can include the code {exp:forum} into one of my templates and this successfully brings up ...
1
vote
2answers
83 views

Expression Engine Site hacked - Locate redirect

I have an Expression Engine website of I try to clean up. The database has been given many new users so it seems the database has been hacked / links added. One mayor issue is that the site when ...
1
vote
3answers
146 views

CodeIgniter-style rule-based URL Routing in Expression Engine 2?

So I’m new to EE development, but I’ve got a fairly extensive experience with CI. I’d like to set up a URL structure like this: /channel-name/* /channel-name/*/videos /channel-name/*/shows ...
1
vote
3answers
162 views

Expressionengine interpreting jQuery curly braces as EE tags

I'm using EE2.2 along with jQuery and jQuery templating plugin. In my template i have allot of curly braces that is part of how jQuery Templating works. The problem is EE is not differentiating ...
1
vote
3answers
222 views

Set a custom template variable in expressionengine

I need to output the category for an entry a few times in an entry's template. So I want to get the output from the following and assign to a variable so I can reuse within the template: ...
1
vote
3answers
86 views

Is there an easy way to tell if a site is running expression engine?

I have tried looking for Common paths for template files Admin pages Meta tags Seems to be really easy for drupal/wordpress/textpattern - are there any quick tricks for ee?
1
vote
2answers
160 views

ExpressionEngine: Sort channel listing by Related Entry

Can someone help me in sorting a channel listing by Related entry title please? I have a channel 'teams' which has a field team_region which depends on another channel 'regions'. My code is as ...
1
vote
2answers
87 views

Difference between Expression Engine Weblog and Channel?

With Expression Engine, whats the difference between Weblog and Channel pairs? Is Channel just the name for the same thing in v2? Thanks
1
vote
2answers
156 views

Expression Engine paths/urls affecting CSS sprite navigation in Firefox

I'm currently putting an HTML site into Expression Engine. The site uses the body ID tag to drive the sprite navigation rather than current/active classes. When I created the site index with blank ...
1
vote
4answers
204 views

Jquery and Contact form validation

I am trying to add validation rules to the email portion of the contact form so that the field is not blank and is a valid e-mail address. How can I achieve this? I would also like to add an ...
1
vote
1answer
188 views

Expression Engine - if category_id not working?

I can't seem to get the if conditional statements for category id to work on a view (title_permalink) page. My code is as follows: {exp:channel:entries channel="product"} ...
1
vote
2answers
96 views

Expression Engine - Help with category entries

OK, I have set up channel for the client to add projects. The way it works is simple: I have a category page that displays all of the projects from the chosen category. I then have a title_permalink ...
1
vote
2answers
405 views

ExpressionEngine rendering JS code with { } brackets

Is there a way to force expression engine to NOT render items within curly brackets as EE code? The google chart tools uses javascript code that contains curly { } brackets, and naturally EE thinks ...
1
vote
1answer
134 views

Help using ExpressionEngine template tags and conditionals

I've taken on this EE2 project and I don't have much experience with it. I've installed two plugins, SessionVariables and Freebies, to fetch a url segment and act according to its value. So, ...
1
vote
1answer
264 views

Navigation and pagination issues in ExpressionEngine

I’ve set up a site with eight channels divided into two sections. One of the sections is called “Articles” and within that section there are two channels, “Features” and “News”. Everything was ...
1
vote
3answers
365 views

Expressionengine tags inside php

In expressionengine with php parse enabled, if i do the following, it works and i get the username displayed. logged in user is admin. So it echos out admin. <?php $x = '{username}'; echo ...
1
vote
4answers
241 views

What is the significance of “czowOiIiOw==”

In my particular case, I'm getting this error after doing an ExpressionEngine update from 1.x to 2.x. There is a table that manages site preferences, and the data for each field is a serialized PHP ...
1
vote
1answer
129 views

htaccess help moving Expression Engine site to Wordpress

I currently have an Expression Engine blog which I am going to move over to Wordpress, the current url structure is /blog/comments/page-title I have imported the posts into Wordpress and I'm going ...
1
vote
1answer
69 views

Do I need to lock a MySQL table when doing a SELECT followed by an INSERT?

I'm no database guru, so I'm curious if a table lock is necessary in the following circumstance: We have a web app that lets users add entries to the database via an HTML form Each entry a user adds ...
1
vote
1answer
56 views

SQL with subqueries

I remember doing this in DB class in what feels like ages ago, but can't recall it and can't seem to search for the right words. I am trying to essentially turn a query that produces a foreach and ...
1
vote
0answers
338 views

Problem with jQuery Mobile back header button in Expression Engine

I am using Expression Engine to create a mobile version for my site. I have it working correctly except for the header back button. I think I have a pretty standard code: <div ...
1
vote
2answers
414 views

Changing User-Defined Global Variable Value in ExpressionEngine

Say I've got a global variable which I'm accessing inside a PHP block, which compares to a querystring... if the comparison is true I want to set the value for a global EE variable so that all the ...
1
vote
3answers
382 views

Using GroovyShell as “expression evaluator/engine” (or: How to reuse GroovyShell)

I'm using GroovyShell as an "expression evaluator/engine" inside my program. It accepts two inputs: (a) one or more init scripts (b) user-defined script. Both are then concatenated at runtime as big ...
1
vote
1answer
197 views

Expression Engine Path variable issue with Multisite

I have this site which uses multisite manager for minisites. The issue i am having is that my minisites are in subfolder of the main site and when i use {path='minisite/group'} it creates a path ...
1
vote
1answer
352 views

Streaming XNA ouput via Expression Engine SDK for a live Augmented Reality Feed

I am attempting to write an application that first merges video into the XNA game engine, adds some augmented reality content, and then streams the rendered content out to another user. All of this ...
1
vote
2answers
274 views

Cron jobs with Expression Engine Scripts

Just wondering if anyone has any advice on the best approach to take for setting up cron jobs for scripts that run within Expression Engine. At the moment my plan is to use a cron job to access a URL ...
1
vote
4answers
316 views

Can we do Custom PHP/Mysql with ExpressionEngine

I'm looking into expressionEngine as a CMS for a project i'm working on. I'm not sure if EE works with Custom PHP/JQuery. I'm want to allows users to upload images, Each user's images would go into ...
1
vote
4answers
316 views

Codeigniter expressionEngine

I just started working with codeigniter and i found it easy to work with. I recently came across expressionEngine and seems like a great add-on for codeigniter. My questions is, after i install ...

1 2 3 4 5 7