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

cannot change resource template after migration

After migrating to a new server I have found that I cannot change template: page reloaded but the template remains the same as it was. Have I forgotten to do something after migration? Any suggestions?
amrok
  • 186
  • 10
0
votes
2 answers

ModX Cache: Files Being Written with Wrong Permissions

The title doesn't really sum it all up... I have recently installed ModX Revolution 2.2.4 on an Apache server and I am having complications with the cache folder. Occasionally I have to manually clear the cache folder via ftp, but any files written…
0
votes
2 answers

Automatically updating a set of TVs when another TV is changed by the user

I have the following in MODX revo 2.2: I defined 5 Template Variables which represent a pricing structure. One of the TV's represents the base price and is maintained (in the manager) by the user while the others should be automatically calculated…
Roger
  • 4,737
  • 4
  • 43
  • 68
0
votes
2 answers

ModX Revo: Display one resource within another

I want to display the contents of one resource within another. I think this is possible with getResources but I cannot get it working for me. I have: [[getResources &parents=`-1` $resources =`16`]] but nothing displays. I have made sure all…
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: 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 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
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

How do I include the parent in MODx Wayfinder menu?

I am trying to do something conceptually quite simple with a MODX Revolution 2.2.0-rc3 menu, without success. I want to display an unordered list of children but include the parent. This is not possible using getResources without additional add…
mmcglynn
  • 7,668
  • 16
  • 52
  • 76
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
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…
0
votes
1 answer

MODx Revolution - Timeout happens every minutes causing logout

Setup: MODX Revolution 2.2.4-pl (traditional) Hosting: HostGator Shared Linux server Problem: After I have logged into the CMS, when I go to make changes to a resource, snippet or any other facet of the site, regardless of how long it took (10…
Brant
  • 1,764
  • 11
  • 18
0
votes
1 answer

Error to login via twitter (modx)

I have a site in modx revo. Developed its own authorization via twitter. Used the SDK (https://github.com/themattharris/tmhOAuth/). How it works: The request to Twitter. After returning to twitter check if a new user on the site. If so, create a…