Questions tagged [modx]

MODX (also known as MODX Revolution) is an open source CMS and web application framework written in PHP, using a MySQL or MSSQL database backend.

MODX is an open source CMS and web application framework written in PHP.

Content management is achieved with a simple document tree. Reusable, repeated HTML snippets are referred to as "chunks" and can be incorporated into templates. PHP code can be used similarly and is referred to as "snippets".

Download the latest MODX version

1039 questions
-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
1 answer

Redirect from /index.html, /index.php and /index to root

kitten :) How to make at the same time a redirect from /index.html, /index.php and / index to root? I tried this code RewriteCond %{THE_REQUEST} ^.*/index\.php RewriteRule ^(.*)index.php$ /$1 [R=301,L] RewriteCond %{THE_REQUEST} ^.*/index\.html…
-1
votes
1 answer

How do i create a drop down menu in modx

Hey guys I'm wondering how would I be able to create a drop down menu under my career's tab in modx and attach a page to it ? my current menu code is
-1
votes
2 answers

Contact Page not working (php)

So I have made a contact page in modx with this code
admin24
  • 5
  • 1
-1
votes
2 answers

How to use ajax to execute php function that will push a file to the browser?

I'm trying to write a method in a php class that will use ajax to execute a php function that will push a file back to the browser. It seems like its trying to write the file to the modx log, getting a lot of binary garbage in there. Here is the…
Sean Kimball
  • 4,506
  • 9
  • 42
  • 73
-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 site is hacked how to solve

I have a site in modx, and it's been hacked twice by adding this file /modx/assets/images/files.php which contains Linux+cfcd208495d565ef66e7dff9f98764da+01+[[]] I've removed it and after it site removed from DBl(domain block list) but I want to…
aiddev
  • 1,409
  • 2
  • 24
  • 56
-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

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
-2
votes
1 answer

Where is this line of code calling this method from?

I am trying to deduce why this method in my href does not work. It returns a javascript error :
Trip
  • 26,756
  • 46
  • 158
  • 277
-2
votes
1 answer

How to find modx snippet for cache?

Modx generate error in log. How to find original snippet in modx administation panel? [2019-01-18 13:30:25] (ERROR @ ../site/core/cache/includes/elements/modsnippet/105.include.cache.php : 26) PHP warning: Invalid argument supplied for…
Alex Pen
  • 13
  • 5
1 2 3
69
70