Questions tagged [migx]
15 questions
1
vote
0 answers
Creating a dynamically updating list of items using a MIGX config list in MODX
Please bear with me as I try to explain this. Using https://dev.bipc.com/people/ as my example, I'm trying to dynamically update the list of items in the "admissions" drop-down to only show items that are currently used by our staff.
Presently, it's…

Jeff Sydor
- 307
- 1
- 10
1
vote
1 answer
MODx - How to create MIGX inside another MIGX?
Good day!
To my regret I can not create migx inside another migx.
Below is the code that I use.
mainTV (slider):
[
{"caption":"Info", "fields": [
{"field":"slider_title","caption":"Header row","inputTV":"slider_title_row"},
…

Сергей Бордун
- 31
- 2
0
votes
1 answer
modx migx. How to start idx from 6?
I need the numbering of idx to start from 6 instead of 1. How can I achieve this?
It's my code:

Галина Высоцкая
- 11
- 1
0
votes
1 answer
Modx GetImageList: Retrieve Every Other MIGX Entry
I am trying to have GetImageList retrieve every other/second entry in the MIGX tv. This way I can have two calls and split them up between two bootstrap columns. It just looks better that way. What parameters can I include in the snippet to do…

Benjamin Morrison
- 783
- 2
- 8
- 22
0
votes
1 answer
Modx Revolution with several MIGX TVS in same template. Why am I getting "max_user_connexions" xpdo error in Firefox 58.0.1?
I am working on a site in MODX 2.6.1-pl and have a template that uses 7 different MIGX template variables.
Everything seemed to work fine to work fine initially, but now some pages cause many (several hundred) of the following xpdo errors when I try…

Robin Darlington
- 1
- 2
0
votes
0 answers
MODX/MIGX Adding authors for articles
Good day. There is a journal site. Installed MODX 2.2.7, Articles 1.6.0, MIDX latest. For each issue of the journal, a container is created in Articles, to which articles are added. I want to make a database of authors who will be added to different…

Roman Sobol
- 85
- 1
- 7
0
votes
2 answers
ModX Revo getimagelist snippet. How can I search for a string in the field?
$output = $modx->runSnippet('getImageList',array(
'tvname' => 'workOrders',
'where' => $_GET['search'] ,
'tpl' => 'workOrdersList',
'docid' => 3
));
One of the fields is a string with parameters. How can I check whether my search…

Володимир Дерун
- 15
- 1
- 5
0
votes
1 answer
MODX - Access TV's of resource fetched from a ResourceList and display with getImageList
I'm trying to output template variables from resources input into a MIGX template variable, which references a template variable with an input type of 'Resource List'. Is this possible?
I've got a template variable(TV) in MODX which has an input…

Lee Brindley
- 6,242
- 5
- 41
- 62
0
votes
1 answer
MIGX Event Calendar
I have created a custom Eventcalendar with the following structure:
- Event 1 (Modx-Ressource 1)
Date/Time 1 (Migx-TV-Record) (i.e. 01-02-2016)
Date/Time 2 (Migx-TV-Record) (i.e. 01-03-2016)
...
- Event 2 (Modx-Ressource 2)
Date/Time 1…
0
votes
1 answer
MODX Revolution MIGX filter TV by date
I'm using MODX Revolution MIGX for a variety of TVs that are displayed in a table via getImageList. I need to filter the results by a date TV to all future dates.
Anyone knows?
Thanks for help.

Filip Cicvarek
- 99
- 9
0
votes
1 answer
Template for MIGX MODx
I have some PHP foreach that i have moved to MIGX, now can somebody know how to make template for MIGX, here is my PHP
';
foreach(glob($dir) as $file) {
if ($i < 1) {
…

Miomir Dancevic
- 6,726
- 15
- 74
- 142
0
votes
1 answer
MIGX TV not working on MODX Revolution 2.4.0
I have installed MIGX TV on MODX Revolution 2.4.0, but after installing it when i try to create new TVs in input type i dont get MIGX ?
Should i switch back to older version of MoDX?

Miomir Dancevic
- 6,726
- 15
- 74
- 142
0
votes
1 answer
MODX Revolution get value of MIGX TV from another resource
I have a resource that gets data from a MIGX TV in the following chunk
-
[[+text]]

Filip Cicvarek
- 99
- 9
0
votes
1 answer
migx TV (MODx REVO) - date format
I have a problem: I cannot bring date without time through MIGX TV
created by TV type migx:
{«Field»: «Date», «caption»: «Date», «inputTVtype»: «date»}
I deduce that everything appears normal by this way [[+ date]], but it is displayed as date and…

Mex
- 91
- 1
- 1
- 8
0
votes
1 answer
Installing migx on modx 2.3.1
I am pretty new to modx and trying to install migx. I have been trying for some time now today to follow action two of setup: Set up the MIGX Configurator Custom Manager Page (CMP) and Package Manager.
My problem is that the step by step…

Andy Penn
- 35
- 5