Questions tagged [expressionengine]

ExpressionEngine is a commercial content management system, written in PHP. Most ExpressionEngine questions will be better asked on the ExpressionEngine StackExchange, unless they involve development (such as developing extensions in PHP).

ExpressionEngine is a commercial content management system for websites. It is developed and sold by EllisLab and utilizes an open source PHP MVC framework called CodeIgniter (also created by EllisLab).

Most ExpressionEngine questions are better asked on ExpressionEngine StackExchange, unless they involve development (such as developing extensions in PHP).

1263 questions
4
votes
4 answers

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?
Harry
  • 329
  • 1
  • 10
4
votes
1 answer

How to embed a javascript/jquery file in ExpressionEngine?

I need to embed jquery files in ExpressionEngine. I have created the template js under the main site template group. I know that the css is embedding with the following tag:
Ibn Saeed
  • 3,171
  • 11
  • 50
  • 59
4
votes
2 answers

Human friendly date logic library in java

So a question, is there a library out there that will allow me to do some datetime logic in human friendly format? For example, if I want to check if given date is within next month then I'll query submit if statement ${date} <= now + 1 month and…
Daniil
  • 1,398
  • 2
  • 17
  • 28
4
votes
1 answer

I am having a "The file could not be written to disk." error in ExpressionEngine with files 2MB and up

Has anyone had this issue where they are getting a The file could not be written to disk. error on ExpressionEngine v2.9.2. I notice I am only having this issue with files 2MB and up and in following other posts I have turned off XSS filtering with…
Markus Gray
  • 527
  • 1
  • 6
  • 16
4
votes
3 answers

Navicat utf8 not working on mysql database

I'm currently trying to merge data changes between two out of sync expressionengine databases. For this i have opted to use navicat. The website makes heavy use of the greek character set in templates. When I view greek table field data in…
Dimitri Shukuroglou
  • 363
  • 1
  • 5
  • 13
4
votes
1 answer

Custom CSS in Expression Engine Module

I'm working on an Expression Engine module and would like to have some custom CSS in the control panel just for my module. I really don't want to have to use a theme and an override.css file. I also wanted to separate the CSS and did not want to…
4
votes
3 answers

How best to deal with ExpressionEngine registration spam?

I've got a whole load of EE sites under my belt and generally don't have much of a problem with spam. However, one site that I look after is getting bombarded by registration spam lately. It is an extremely low traffic site and was a bit neglected…
foamcow
  • 479
  • 1
  • 3
  • 16
4
votes
2 answers

On-Air Now Feature - ExpressionEngine

EE v2.5.3 I'm trying to accomplish the following: 6 Radio Shows (Mon-Fri) 1 Radio Show (Sun) Default Setting (Logo) I'd like to be able to tell EE the following: If Monday - Friday AND 0600 - 1000 Morning Show else if 1000 - 1500 Midday…
Sal B
  • 540
  • 1
  • 5
  • 20
4
votes
1 answer

expresso store modifier

I am working on a shop for a florist. The bouquets sometimes come in more than one size. I would like to have the different sizes available in a dropdown menu (i.e. regular = £30, medium = £50, large = £70). I would like to set this field up as a…
4
votes
2 answers

Cartthrob Sagepay error

Using Sagepay gateway on a build and sorting the gateway integration. Works fine until we get to the actual payment processing and we get the error: HTTP Status Code: 500 HTTP Status Message: The request was unsuccessful due to an unexpected…
4
votes
1 answer

Show Discount value as Free Shipping

When I create a promo code for Free Shipping in Expresso Store (version 1.6.0), it appears I need to set the discount amount to 0 and choose option 'Yes' for Free Shipping. This works - but when the user is shown the value of discounts on the order…
John Cowen
  • 41
  • 2
4
votes
1 answer

Best way to prevent the system message to be shown with the cookie consent module

I have the cookie consent module installed. When users click the allow or disallow link, the will see the ugly standard system message. Is there an easy way to prevent this?
Jelle Dijkstra
  • 484
  • 2
  • 8
4
votes
2 answers

Export existing expresso-store to new site

I've got Expresso Store set up and running on an old site. I've been developing a new site, installed a new version of Store and set up a few test-products. Any idea how to export the old products into the new site? As far as I can see the products…
Atle
  • 61
  • 1
  • 3
4
votes
1 answer

Partial refunds in Exp:resso Store

Is there any way to process a partial refund from Exp:resso Store? I periodically need to credit a return of just a single item out of the order, and haven't been able to figure out how to do that. Or, failing to do it all through the CP, could I…
4
votes
1 answer

Exp:resso Store: how to handle products requiring a deposit?

How can I set up Store product entries to require an initial deposit and then request a final amount at a later date?
Keely
  • 41
  • 1