Newest Questions

0 votes
1 answer
13 views

Solspace Calendar and Freeform Integration

What I need to do is something like this: to use Freeform channel form to add subscribers to events in the Calendar? My goal is to use Freeform to allow clients to request an appt on the Calendar - so ...
segovius's user avatar
  • 415
1 vote
1 answer
36 views

Unable to remove a moderator in the Forums Addon

I cannot see a means to remove a moderator in the Forums Addon? I also have one sub-forum with the same mod listed twice that i cannot remove! xD
Sam Seko's user avatar
1 vote
1 answer
27 views

ExpressionEngine Categories

I have been asked about migrating an EE site to Woocommerce and I have been working through the EE database to see what I would need to do to write a script to pull from an EE database and into a ...
Richard's user avatar
  • 13
1 vote
1 answer
24 views

Search in Grid Fieldtype

I would like it to check all the rows of the grid {imagenes} to see if there are any {imagenes:video} column containing a video and return a single result. Is there any chance of doing this? Thnx in ...
Josu Eguren's user avatar
0 votes
2 answers
25 views

Can EE 2.4 MySql db be used with EE 7.4

My client wants to upgrade their EE 2.4 site to the current EE 7.4. Will the old db work with the current version? If there are is any other info or caveats about such an upgrade they would be ...
Steve VanHove's user avatar
1 vote
3 answers
32 views

Pagination and rel="canonical"

Pagination creates additional pages. For example, if the site has correct pages with numbers P24/P48/P72, then pages with P23/P75/P12345667890 may multiply. This can happen for various reasons. We ...
Erick  Flatcher's user avatar
0 votes
3 answers
24 views

Expresso Store version 4 or 5 needed

I know that further work on Expresso Store module has been suspended in 2020, but I need a newer version. I have version 3.0 which I need to upgrade now. On the official website, I see that there were ...
n0p's user avatar
  • 1
0 votes
1 answer
34 views

EE7.5.5 & Xampp - File Manager: Unable to upload images above 25kb

Recently setup a new install of Xampp (8.2) on a Windows 11 PC and got an EE 7.5.5 site up and running ready to start building. All works fine until I attempt to upload images. For smaller images 5KB, ...
CFA Digital's user avatar
0 votes
0 answers
21 views

Can u upgrade jQuery to 3.7 from 1.x

I just want to know if l update jQuery to version 3 in my templates will there be a problem for Expression engine CMF Thanks for your help
reader's user avatar
  • 5
0 votes
1 answer
57 views

Issue uploading image in File manager after upgrading to 7.4.11

We are currently upgrading our site (https://intranet.qatar.vcu.edu) from EE6.1.6 and PHP Version 7.4.13 to a new environment using EE7.4.11 on a separate Windows Server 2022 with IIS10 and PHP 8.2.12....
Shiny Muhammed's user avatar
0 votes
1 answer
32 views

What does dynamic="no" do

Can anyone tell me what dynamic="no" do in exp:channel:entries tags expression engine T thanks in advance
reader's user avatar
  • 5
0 votes
2 answers
28 views

How to display entries of specific author on author page

Hello I need help to find a way to display posts[entries] by an author on his author page . Thanks for help I tried exp: tags to select entries with author_id but that didn't work.The page is showing ...
reader's user avatar
  • 5
0 votes
1 answer
28 views

How to display only to the current entry author and a related fields author

I'm trying to figure out how to display a particular entry ONLY to the logged in author of the parent entry AND to any authors of related field included in the parent entry. This gets me 1/2 way there:...
Ron Flack's user avatar
0 votes
1 answer
20 views

Freeform form flagging inputs as required, even though thery have data within

I've created a freeform form the manual way, as I need control over the form and layout in a bespoke way. On submitting the form it flags errors and the error text says the field are required. Even ...
Ian Ryde's user avatar
0 votes
2 answers
8 views

Incrementing Grid Rows or Channel Entries inside of EEHarbor Polls loop?

For reference, I'm on ExpressionEngine 7 using EEHarbor's Polls add-on: https://eeharbor.com/polls/documentation Currently, the page displaying the Poll also has a Grid field holding an image, second ...
SenFen's user avatar
  • 1
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 ...
John's user avatar
  • 1
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.
Joseph Klovance's user avatar
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 ...
Torchlight's user avatar
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 ...
ByteMyPixel's user avatar
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 ...
Mark's user avatar
  • 1
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 ...
SenFen's user avatar
  • 1
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 ...
Eastmarch's user avatar
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>...
soulilya's user avatar
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 ...
user2705's user avatar
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="...
Wilford Chidawanyika's user avatar
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 ...
BNetz's user avatar
  • 470
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.
Ram's user avatar
  • 13
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
Greg Fensterman's user avatar
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 ...
Volomike's user avatar
  • 111
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 ...
Ram's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
417