Newest Questions
12,490 questions
0
votes
1
answer
21
views
Minifying Cartthrob /store/cart.js
I am using Cart Throb and I am just wondering what is the best way to minify the /store/cart.js file obviously this has some expression engine templating within this file so when I use my normal ...
0
votes
2
answers
41
views
How to get an entry by a specific field value
I have some entries that have a field group containing two fields, ID and description. I want to know how I can retrieve the description based on the ID. The IDs are unique.
1
vote
2
answers
33
views
File Manager Tab will not load EE7 fresh install
Just loaded an empty EE 7.4 install on a server with other EE 7 installs, that is running PHP 8.2.17 and MySQL 8 on IONOS server. Just started setting things up, creating channels etc. and on clicking ...
0
votes
1
answer
15
views
Collapsed grid fields have no labels
I have a situation where our client is going to be adding dozens of grid rows in their entries. They need to be able to collapsed and re-order these grid rows. However, once collapsed, there is no way ...
0
votes
2
answers
20
views
Number is missing decimals so I need to add it
I have several numbers like the ones shown below that should have a decimal before the last 2 digits. Is there a regular expression that can add a decimal before the last 2 digits?
373648
836374
...
0
votes
2
answers
38
views
EE6 Transcribe Add-on Step-By-Step Guide?
Important question from the jump since I may have terribly misunderstood something:
Does "Transcribe" on EEHarbor automatically translate content or do you have to manually translate the ...
1
vote
3
answers
36
views
Embedded template variables and conditionals?
In an upstream template, I do this code :
{embed="templatecategory/template" varA="{var1}" varB="{var2}"}
These variables are populated by a custom addon.
And in the ...
0
votes
3
answers
107
views
Template variables conditions
Im on Expression engine 7 now.
Im trying check template variable for condition. like so:
{if site_logo_path != ""}
<img src="{site_logo_path}">
{if:else}
<h1>...
0
votes
1
answer
17
views
Contact form needs to send email to content of email field - using Freeform Next v3
I need a contact form users can use to send an inquiry to an email provided with a list of multiple events. The email address is not visible to the public, but is provided with the channel entry for ...
3
votes
1
answer
39
views
Custom Member Fields On Registration
I have created these on the backend at custom member fields.
Do I need to do something extra?
{exp:member:registration_form
return="member/registration/success"
error_handling="...
0
votes
2
answers
32
views
Redirect all EE-URLs to one
I have three URLs for every entry:
1 https://www.xy.de/site/single/zahnraeder-zeichnen-aufgaben
2 https://www.xy.de/site/single/zahnraeder-zeichnen-aufgaben/3093
3 https://www.xy.de/site/single/3093
...
0
votes
1
answer
19
views
How to send CC Email in Freeform v2 Expressionengine
I've read official documentation but did not find any tag where I can send CC and BCC email notification after submit, if anyone knows please let me know.
0
votes
1
answer
23
views
Detour - Expression Engine Addon not working
EE 7.3.14
Detour 3.0.2
Redirects are not working at all
Redirects are properly formatted
tried both EE and PHP url detection methods
0
votes
0
answers
21
views
Trying To Get Categories Per Entry ID
I'm doing headless coding. I have been using the ?ACT=40 API to get entries, doing something like: ?ACT=40&url_title=my-entry-slug to get JSON of a single article. However, it doesn't list for me ...
0
votes
2
answers
32
views
Cartthrob show out of stock if product is purchased by current user
I'm new to cartthrob and I want a functionality where if a user has purchased a product already then show out of stock to that user so that user can not make an order again.
I'm using this code ...