Questions tagged [plugin]
An ExpressionEngine plugin is a PHP class with at least one method that translates into an ExpressionEngine tag and is used inside of ExpressionEngine templates.
177 questions
0
votes
1
answer
129
views
Error Number: 1052 Column 'entry_date' in where clause is ambiguous
I've recently upgraded an ee2.5.3 site build up to ee2.11.9 (ready for further EE3.5x upgrade).
The site also has an existing CartThrob 2.5 installation upgraded to 2.7.1 along with an existing ...
0
votes
2
answers
108
views
Checking if a plugin is installed
new user to ExpressionEngine here. I recently developed a plugin that I'm using to apply a filter to content, but I run into an issue when the plugin isn't installed. Is there a way to check if a ...
1
vote
1
answer
166
views
Database Insert is encoding data
So I have a custom plugin that inserts data from a csv. I build up the array of data and then issue the insert command.
Right before the insert I am dumping my array so I can see the values which ...
2
votes
2
answers
73
views
How do you get the parsed html of a page on the back end? (Within an Extension Using PHP)
How do you get the parsed HTML of a page on the back end? (Within an Extension Using PHP) EE5
2
votes
1
answer
91
views
EE2 - plugins page blank
I’m getting the “white screen of death” in the control panel, though only on the Add-ons->Plugins page.
I have turned on debugging mode, and the issue does not appear to have been caused by a PHP ...
0
votes
1
answer
70
views
Store shipping plugin …
Does anybody have a sample shipping plugin for Store 2?
The only one I have is for 1.5 and the documentation isn't very helpful.
Thanks in advance,
Cole
1
vote
0
answers
57
views
CartThrob price field modifier to minus some amount from cart total
I am having issue in developing cartThrob tax plugin with fieldtype
Tax plugin have this fields.
I have created a field type that will call that tax settings and populates here.
When I view in ...
0
votes
1
answer
73
views
total_results of plugin nested within exp:query
I'm using the exp:query module along with a nested custom plugin that I've created. I need to get the count and total_results of the nested plugin but it's returning the count and total_results of the ...
0
votes
1
answer
74
views
Parse some data with a plugin before sending as a email (plain text)
I'm trying to create a plugin to greet depends on the time of a day with a different phrase.
The plugin works correctly on the ExpressionEngine environment but at the moment is not able to send any ...
0
votes
1
answer
158
views
Feed social for multiple accounts
Someone can suggest about a social feed plugin for EE3/4 that allow to have feeds for multiple accounts?
Thanks
3
votes
1
answer
2k
views
expression engine upgrade from 2 to 3 to 4
I've been working now for some years with EE2 but to upgrade to version 3 or 4 is not possible for me:
To many plugins are not working with v3 or 4 or they don't exist anymore. It's a mess, sorry.
...
0
votes
1
answer
76
views
Plugin function not working
I've created a plugin for a client that has two methods, the first of which is called from within the home template:
{exp:kapitex:get_products_carousel products="111, 113, 38"}
... which creates a ...
0
votes
1
answer
166
views
Any way to make Bloqs modular/reorder-able
So I'm using bloqs (https://eebloqs.com/) for a project. On the backend, it seems to allow the content to be re-ordered:
but in the code on the front end the bloqs are hard coded in place in the ...
0
votes
1
answer
156
views
Downgrade expression engine v3 to v2
Is it easy to downgrade from version 3.5 to 2.9? I have a client that do not like the interface and don't want to upgrade some plugin's too. And how must I downgrade
Greetings Marc
1
vote
0
answers
36
views
Expresso Store: Updating stock after order completed
Is there a way in Expresso Store when refunding or deleting an order record (eg with Extension Hooks) to modify the Stock levels.
For example if an order is placed for 10 items and is subsequently ...