Questions tagged [modx-revolution]

An open source content management framework based on PHP & MySQL. Modx does offer an Enterprise level distribution that also incorporates Apache SOLR.

ModX Revolution is the second generation in the ModX series of Content Management Platforms (CMP). In contrast to other Content Management Systems, ModX attempts to streamline the web development process by logically separating HTML, CSS, PHP into a variety of logical objects. The result is the ability to quickly development a wide range of web-sites from simple content providers to full-scale web-based applications.

604 questions
-1
votes
1 answer

Migrating von APC to APCU in php application

the content management framework MODX provides the option to use APC as caching engine. I figured out that I might be able to migrate that to APCu. I copied and edited all code so that i have a second option now that offers APCu as cache engine. As…
-1
votes
1 answer

Modx TV value displays in a snippet call from chunk in an ajax $.post, but not in the same chunk after 1 second

I have a chunk in resource id 3 which does a $.post call to an ajax empty-template resource id 1, which contains in its contents a snippet call which assigns a value to a TV id 2 in resource id 3 and then successfully (!) displays it right…
Dmitri
  • 53
  • 1
  • 7
-1
votes
1 answer

Multiple parents for one resource MODx Revo

I use pdoTools and I need to assign one resource to many parents, but physically it'll be in one parent category. What I already did: Created a new TV "listParents", and in Input Options @eval return $modx->runSnippet('listParents'); Created snippet…
-1
votes
1 answer

Cant get Google map working

Back in 2015 for my School project I published a website with a Google map in it. It contained multiple markers and info boxes linking to pages within the site. It all worked fine. I took the site down a year ago, and now am trying to get it back…
-1
votes
2 answers

MODX: why doesn't replyTo work in FormIt?

Letters come with all the fields filled in, but when I click the email client "answer" button reply-to address is taken from the field emailFrom. Why? &hooks=`email,redirect` &emailTpl=`MyEmailChunk` &emailTo=`ask@ru7lan.ru` …
alamis
  • 1
  • 1
-1
votes
1 answer

Modx site transfer problems. Maps and sliders not working

When modx site is transfered from one pc to another, map iframe and sliders are not working.... I am dealing with Modx Revolution CMS for the first time. Can you please describe the correct steps for transferring modx site from localhost to the live…
Arun Cyber
  • 11
  • 1
  • 8
-1
votes
1 answer

Two versions of modx on one hosting

I have an old version of the site on modx evolution. There is one extension for polls, which has version only for evolution. The current version of the site is based on modx revolution and it hasn't this extension (or analogues). I want use…
dark
  • 167
  • 1
  • 6
  • 17
-1
votes
1 answer

How to add the Title tag in Image dialog in Media Browser (MODx Revo)?

I tried to add the 'title' field, but nothing helped. Where to find the answer? Only 'alt' tag in the dialog window
-1
votes
1 answer

How to sort materilas by date in MODx manager (adminpanel)?

My MODx version is Revolution 2.4.2. I'm search for a while time for solutions, but finding only how to sort them in front pages. How can i sort materials in adminpanel (manager) by date?
Roman
  • 11
  • 2
-1
votes
2 answers

Using prevNext Modx Addon

I need to display previous and next resource with tv in one parent using this addon in modx http://modx.com/extras/package/prevnext But there is some simple documentation, and i can see it has a lot of options, is it posible that someone can show me…
Miomir Dancevic
  • 6,726
  • 15
  • 74
  • 142
-1
votes
2 answers

What tables make up a ModX resource

I know that site_content is the main one. Are there any related tables required for ModX Resources?
symlink
  • 11,984
  • 7
  • 29
  • 50
-1
votes
1 answer

How to create auto symlink in modx?

Is there any solution to create automatically symlinks in subfolder (container) in MODX? In resources tab I have container "test1" where I create documents (resources) and I need to have automatically created symlink (actually two of even three…
angelzzz
  • 158
  • 12
-1
votes
1 answer

MODX Revolution. Can not download package from Package Manager

When I try to download and install package, I get an empty window with "Failure" title, and download doesn't start. What's the problem? Provider is default - http://rest.modx.com/extras/ Curl extension is enabled.
-1
votes
1 answer

Object sort order is wrong

I'm trying to figure out what is wrong with the sort order on an xPDO SQL query, This query $criteria = $this->modx->newQuery($table); $criteria->sortby($sortby,$sortdir); $options =…
Sean Kimball
  • 4,506
  • 9
  • 42
  • 73
-1
votes
1 answer

ModX: 2 snippets on same page interacting with each other

I have 2 snippets (below). The issue is the if statemnt if ($loggedin != NULL){ in the 2nd snippet doesnt pass even if the variable is not null. Its like the $loggedin variable in the 1st snippet doesnt apply to it. If I combine the 2 snippets into…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
1 2 3
40
41