Trending questions
12,490 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 ...
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
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 ...
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 ...
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 ...
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 ...
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 ...
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, ...
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....
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
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
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 ...
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:...
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.
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>...