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

ModX: TV displaying in wrong place

OK this is really odd. I have a list of about 20 pairs of TV's that look like: [+designer1+] [+designer2+] [+designer3+]
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
0
votes
1 answer

Missing Item from MODX MIGX

I have a list of images and respective text data that I display using MIGX/getImageList. This works fine until my list contains a 13th item. At that point, it will select one list item, and not display it. The item not displayed is not the last item…
Dakine83
  • 687
  • 2
  • 9
  • 23
0
votes
2 answers

Modx Revo: Moving Server, PHP Errors Everywhere

I am trying to move my Revo site to a subdirectory on another server. The issue I have, and I have never had this problem when moving to the root of a domain, is that lots of my extras break terribly! I get the following error above the manager…
Benjamin Morrison
  • 783
  • 2
  • 8
  • 22
0
votes
1 answer

modx /Manager shows only 0

I have received the famous white screen of death before on modx but this is new to me; it is similar to the WSoD but a 0 is written to the page. The manager page used to work and I have not made any changes to the code on the site in quite some time…
Ryan Lanciaux
  • 5,965
  • 2
  • 37
  • 49
0
votes
1 answer

ModX: Resource alias not automatically inserting slash in URL

A weird one: I have a site using ModX and this morning when I went to preview a page after editing a got and error. It seems that ModX is no longer placing the / before the Resource Alias. Thus my URL becomes mysite.comabout-us instead of…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
0
votes
1 answer

modx revolution babel - pages are unavailable when I'm not logged on

I've installed this package as it is mentioned in instruction and I get this strange error ...
quardas
  • 651
  • 3
  • 10
  • 23
0
votes
1 answer

ModX Revolution TV Access Permissions not working as expected

I'm having difficulty getting the access permissions set on a Template Variable in ModX Revolution. I'm a member of the Administrators group, which has full access to the Admin resource group. However, whenever I set my template variable to allow…
Matthew Simpson
  • 153
  • 1
  • 16
0
votes
1 answer

MODX-like template variables with wordpress?

what would be the most appropriate way to archieve something like the template variables of MODX in Wordpress? Is it even possible? It should be possible to attach custom fields to custom post types and it must have to ability to add different media…
bfncs
  • 10,007
  • 4
  • 32
  • 52
0
votes
2 answers

"lofslidernews" header issue

Good morning guys! I recently picked up MODx Evolution 1.0.6 (as Revolution was having display issues in Chrome) and went about building my template in Photoshop. I got the design down, as well as the slicing and export, and even built in a "news…
Scott P
  • 1,462
  • 1
  • 19
  • 31
0
votes
2 answers

ModX: Changed to Friendly Alias URLS but now Wayfinder isnt working

I've used Wayfinder in my template, eg: [[Wayfinder? &startId=`8` ]] and it was working fine until I turned on friendly urls (by going: System>>System Settings>>User Friendly URLS) Now none of my links work. On top of this if I click the 'View'…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
0
votes
1 answer

Is there anyway to pass parameter from snippet to chunk

I am learning modx and stuck at a point. I want to post "uid" value to next page via POST only and want to set hidden field which will contain "uid" as a value. I believe practically its not allowed to pass values to chunk. I want to know whats the…
www.amitpatil.me
  • 3,001
  • 5
  • 43
  • 61
0
votes
1 answer

ModX: Resource Content box not appearing when editing resource

I went to edit a page on my ModX Evo site and cannot access any of the content in my resource. The box 'Resource Content', that usually holds TinyMCE is not appearing at all. I have tried on multiple browsers and even another machine, but it is just…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
0
votes
1 answer

ModX: GetResource showing Child instead of resource number

Heres a weird ModX issue: I have the following code in my template: [[!getResources? &resources=`15` &includeContent=`1` &tpl=`slider-banner`]] Resource 15 has an image in it I used as the banner. This works fine on each of my pages bar one where,…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
0
votes
1 answer

ModX Evo file manager not working

I'm running ModX Evo 1.0.5 and occured with a problem that file manager inside admin panel is not working. When I try loading it I get several alert messages displaying Parse error: error Parsing XML.. and at last it loads with this error I have my…
Vit Kos
  • 5,535
  • 5
  • 44
  • 58
0
votes
2 answers

listing same content on diffrent pages in MODX

I am trying to add a small "3 box news segment". I wanted it, to be visible on multiple pages. Normally I would just use chunks but the thing is that I want to be able to modify "3 box segment" content and preferably with a ritch text. Any Ideas how…