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

Extending class dynamically in Extjs

I need to extend class dynamically and use this code: Calc.grid.Table["Table"+key] = function(config) { config = config || {}; Ext.applyIf(config,{ id: 'calc-grid-table'+key ,baseParams: { …
artask
  • 429
  • 7
  • 18
0
votes
1 answer

MODx Gallery image size

I am using the Gallery component in MODx Revolution 2.0.4-pl2. The full size image is only 500 pixels wide. This is what the tag looks like: Car
mmcglynn
  • 7,668
  • 16
  • 52
  • 76
0
votes
3 answers

Multiple entries for a specific content type in MODx?

I'm new to MODx and am just looking for the direction to go. Basically I'm looking for a way to manage many entires of the same type of content, for example, I have a page that shows all client reviews, I imagine theres a way for a site admin to add…
Jason
  • 35
  • 1
  • 12
0
votes
3 answers

Dividing long content to subpages

I need to divide long content to sub-pages. Rule for dividing: Heading1 (H1) Cms-system: MODX Evolution As far as i know, there is nothing in modx to use for this kind of problem. I probably got to do this manually anyway, but i still would like…
Jarno
  • 336
  • 1
  • 7
-1
votes
2 answers

modx is only showing html code, not the template

I have installed ModX and Downloaded the "Basic" Template in the Extensionmanager! I chose the Basic Template at my first Page for the Resource! I cant find a Globalsetting to choose an Template? My problem is that if iam going to the site i only…
user1010775
  • 361
  • 3
  • 7
  • 24
-1
votes
1 answer

'Access Denied' when trying to view Elements in Modx

I am using the MODx CMS. In the box on the left that has the tabs 'Resources' 'Elements' 'Files', I am unable to access the elements because it says Access Denied. I have tried clearing all caches (including my browser cache) and nothing seems to…
Erurainion
  • 113
  • 8
-1
votes
1 answer

How to block access to the site directory through the browser?

Good afternoon, how to close the root of the project from sharing through the browser? directory visible How to make a message about unavailability when trying to go to the root of the site through a browser, like here, and how to do it with modx…
-1
votes
1 answer

How do I parse XML file from Wordpress for use in another CMS?

I'm finding that the resources for doing this are sparse. I'm using MODX as a CMS and want to take my existing blogs from Wordpress and use them in the new CMS. The resources are abundant for going from MODX to WP, but there's only one published…
Jeff Sydor
  • 307
  • 1
  • 10
-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

cms start: plone or modx

I'm modelling a new project that will require a CMS solution. I'm a newb in this space ... I'm an old timer with typical enterprise skills of my era: scripting, java/j2ee, plsql. Working with jQuery and nodejs on other learning projects. For the CMS…
stickhandle
  • 69
  • 1
  • 1
  • 4
-1
votes
1 answer

How to create Quiz in modx

I am new to modx and I have to create multipage quiz in my website. Any suggestion will be helpfull.
akash99
  • 41
  • 1
  • 7
-1
votes
1 answer

Setting up a restricted user group in MODX

I am working with a lot of MODX since 2010. From time to time i coudl need another user group with restricted permissions. Like "Can edit content, but not change settings". So the user can't break anything which is relevant for die CMS itself. I…
-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
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