An open source Content management system based on php & MySQL. Modx does offer an Enterprise level distribution that also incorporates Apache SOLR.

learn more… | top users | synonyms

0
votes
1answer
16 views

ModX: getResources from document and documents children

I want to use getResources to get the content from a document, and its child documents. I believe I can used &depth to do this but I cannot seem to get it working. I have tried 2 approaches: ...
1
vote
2answers
25 views

Chunk is called with unique data, but renders duplicate content

Guess my problem is closely related to this one : Snippet duplicates content when used multiple times on page The elements of my problem are the following ... $modx->loadedResources : an (empty) ...
0
votes
1answer
16 views

Modx migration aliases update

I have site migrated from modx evolution to revolution. Is there easy way to rewrite modx resources aliases (url) that hierarchy will be preserved, for ex: About us (parent) client (child) so url ...
0
votes
2answers
19 views

Set Modx Revolution :nl2br to Output HTML

Is there a way to set Modx Revolution to output HTML <br>s using the :nlb2r output filter rather than XHTML <br />s through a system setting?
0
votes
1answer
17 views

Override system template variable (TV) setting in Modx Revolution

I would like to override a system template variable (TV) setting in Modx Revolution. Specifically, I would like to turn off the 255 character limit set on *description. Is there a way to do so?
0
votes
0answers
12 views

getResources, get the latest resource per container

Using getResources, i want to get the latest resource created per container, so here's the resource tree structure: -Parent --Container 1 ---Resource 1 ---Resource 2 ---Latest ...
1
vote
1answer
23 views

Set TinyMCE to output HTML not XHTML

How does one configure TinyMCE 4.3.3 for Modx Revolution 2.2.7 to output HTML instead of XHTML?
0
votes
2answers
23 views

How can I add column to an existing custom table in MODX database?

I have a custom table in MODX database set up and working, thanks to this article: http://bobsguides.com/custom-db-tables.html and now I need to add new column to this existing table. How can I do ...
0
votes
0answers
16 views

MODX timeout limit

I have a script which generates 3 different image sizes from a library of images and as you may guess, it takes a while to do its job-approximately 5 minutes for 400 images. The default maximum ...
0
votes
0answers
20 views

Change URL generated for “tagLister.tolinks” in MODX with .htacces [duplicate]

I need change necessarily the url (SEO), is it: site.com/blog/tag?tag=tecnology to: site.com/blog/tag/tecnology This is generated with "tagLister.tolinks" and this generates the first default url. ...
0
votes
1answer
43 views

how to do a regular expression for the .htaccess file for tags in modx?

I need a regular expression for next url: sitio.com/blog/tag.html?tag=tecnology convert to: sitio.com/blog/tag/tecnology note: I activated the friendly urls for modx.
0
votes
1answer
32 views

Showing product x is added as message [Modx]

With Magento you can see a message, "Productname" is added to the cart. I need this message too! I use SimpleCart package as Modx Revolution webshop. (not simplecart.js) Really don't know how to do ...
0
votes
1answer
89 views

Modx Rev - Manager not showing all documents in list

I have worked with ModX for a while, but can't seem to sort this issue. When I login as the admin in to the manager, the resources list is incomplete with not all documents displaying. I can however ...
-1
votes
1answer
50 views

ModX Revo: Installed new site, added content but get 500 error on each page? [closed]

So I installed a new Revo site (2.2.5) and all went well. I can access the manager area fine but when I go to view a page (even the home page) I get a server 500 error. Would anyone know why?
0
votes
1answer
63 views

MODX getPage caches non cacheable snippets in 1st resource, how to fix the bug

I have a strange problem. I use getPage to view some similar resources. They have one template and same resource options. The problem is that getPage trying to cache my non-cacheable snippets in the ...
0
votes
1answer
63 views

FormIt - redirect hook issue

ISSUE: I'm using FormIt and the redirect hook is not working for me. It is redirecting to http://www.mysite.comPageName.html instead of http://www.mysite.com/PageName.html. It is not placing the ...
1
vote
2answers
68 views

getResources to build top level menu

ISSUE I am trying to use getResources to build the main navigation for my site. How do I tell getResources to start at the current context and look at all resources immediately under the current ...
0
votes
2answers
59 views

Cannot view context with being logged into manager

ISSUE I want my site to be in two languages, English and Spanish. I have followed the excellent instructions from this post. If I am logged into the manager in one tab and then open another tab ...
0
votes
3answers
146 views

modx custom tables

i want to create an application which needs some database tables. Basically, i want to extend the user with some new attributes (facebook page, fax, contacts ...,). I want to do it by having the ...
0
votes
1answer
34 views

Statistic gathering from database

I have an app that's competition based, and includes (lets say) 10 types of biscuit (cookies) and 6 types of drinks. I'm using MODx Revolution 2.2 as the CMS. Entrants basically specify which kind of ...
5
votes
1answer
76 views

Prevent downloading unnecessary content depending on screen size

I'm building a responsive website on which I have a news section. Depending on the visitors screen size this section has either 2, 3 or 4 news items. For now, the cms (modx) always supplies 4 news ...
0
votes
2answers
153 views

Modx php & Template variable

Is there a way to do something like that in a snippet : <?php if ([[+idx]]==1) echo "0";<? Thank you.
0
votes
3answers
83 views

MODX empty dashboard

I'm using MODX the first time and it all worked since yesterday. I didn't change anything and the dashboard and the package manager worked without any problems but since yesterday I couldn't see the ...
-1
votes
1answer
34 views

modx Decrement a TV to obtain 0

I need my [[+idx]] tv to start at 0 instead of 1 so i tried this : [[+idx:decr]] or [[+idx:substract=1]] but it gives me -1 (minus one). Does anyone knows an other way to obtain 0 ? Thank you
0
votes
0answers
44 views

mModx/ Migx img not displaying

I have an issue with migx, here is migx tv code: [ {"caption":"Actualités", "fields": [ {"field":"image","caption":"image","inputTV":"image"}, {"field":"titre_actu1","caption":"Titre de l'actualité ...
0
votes
1answer
83 views

MODx & .htaccess issue

I have been trying to get FURLs working in MODx. Following resource covers this topic in details - http://rtfm.modx.com/display/revolution20/Using+Friendly+URLs. However once the changes to .htaccess ...
0
votes
2answers
59 views

How to add post thumbnail on home page in MODx Revo?

I'm new to MODx. Adding in the post thumbnail creates a visual association for each post or page. How to add post thumbnail on homepage? How to show first image in the post as thumbnail on home page? ...
0
votes
2answers
51 views

modx redirect infinite loop

I am using Modx revolution latest version. i want to create a plugin it will check current page url. some cases when current url match a given pattern then i want to redirect to a new url. My first ...
0
votes
0answers
32 views

How can I set container folders as non-containers when child items are restricted to a different resource group?

As the title says, "How can I set container folders as non-containers when child items are restricted to a different resource group"? I'm using the foundation 3 framework and came into some trouble ...
0
votes
1answer
56 views

Prefetching Internal Pages with PHP and jQuery

I'm trying to build myself a prefetcher for a ModX Revo site I'm building. I'm now getting a Syntax Error on the <script type="text/javascript"> line How can I get this to work correctly? I'm ...
0
votes
2answers
85 views

ModX Ressources tree

i've an ModX (MODX Revolution 2.2.1-pl (advanced)) problem. my ressource tree is ... uhm .... away ... not displayed .. invisible. When i log into the manager, my JS console say's something about: ...
0
votes
1answer
120 views

get document by id in modx

Very simply I want to have multiple content regions on a single page. Note this is my first Modx site. So far I have the home page and created child documents for the sub regions on the home page. ...
0
votes
2answers
65 views

modx template-ing in files not in the db

So I've got the template files working correctly. Sort of. The static resource does render. But when I make changes to the file, I MUST hit save in the Modx ui before the changes show up in the ...
0
votes
1answer
67 views

MODX not sending emails

I'm using modMail class to send custom emails. I have followed the guidelines on MODX site and used the following code which I placed in a snippet: $message = $modx->getChunk('myEmailTemplate'); ...
1
vote
2answers
215 views

ModX Revo: Update sites base URL?

I developed a site for a client before a domain name was chosen. As a result, the URLs for the site pages look like: http://host.mynost.net/~tempname/index.php?id=8 A domain name has now been ...
1
vote
1answer
44 views

Modx display all pages in one template

i'd like to find a way to call [[*content]] of every page in one template. I mean something still dynamic so i can add or remove pages and it will appear in the menu without modifying anything. ...
0
votes
1answer
119 views

getResources displays all subdirectories

In modx I have a resource that goes two folders deep. I'm trying to only display the resources in the parent directory (not the resources in its subdirectories). My getResources call is in the parent ...
0
votes
2answers
49 views

vertical menu modx

i am very new to modx and i want to make a side menu. The menu has 2 levels. for example the file tree is: first category --park --hospital ...etc second category --houses --roofs ..etc here is the ...
0
votes
1answer
47 views

modx multi languages plugin support

I'm new in MOdx.I need multi language support in modx 2.2.6 revolution. Is there any good plugin or helpful something in modx for multi language support?? any suggestion would be helpful ...
0
votes
2answers
58 views

How to display resources in modx with a specific TV

I'm trying to use getResources to only show the resources with a certain type of template variable. I know I'm doing something wrong b/c the page is displaying all template vars: [[!getResources? ...
2
votes
1answer
142 views

$modx->query doesn't seem to execute

As per the documentation here: http://rtfm.modx.com/display/xPDO20/xPDO.query Which shows the following as an example: $result = $modx->query("SELECT * FROM modx_users WHERE id=1"); if ...
0
votes
1answer
143 views

MODx Revo. How to show the first image of a blog post on the main page?

I use MODx Revolution. On the home page we show some of the excerpt of the content (introtext). <h2 class="title"><a href="[[~[[+id]]]]">[[+pagetitle]]</a></h2> ...
0
votes
1answer
53 views

ModX can't view new context

I'm a noob to modx. Today I prepared a transport package using MyComponent on a localhost modx install and transferred it to the packages folder of a virtual host on the same server. Now I have two ...
0
votes
1answer
64 views

Modx - Add custom field to mod_site_content

Is it possible to add a custom field to modx_site_content. What I'm trying to accomplish, is add a field "t_id". I already added this in the database. However, when saving using: $object->save(); ...
0
votes
1answer
39 views

ModX cant add packages manually

I have added a package (TinyMCE) to the directory core/packages in my site. I have made sure all permissions are ok. Then in Package Management I click 'Add New Package' and then 'Search Locally for ...
0
votes
1answer
79 views

Modx Wayfinder different context menu only shown after refresh

I'm trying to display the main menu from other context using Wayfinder. I have the following call: [[!Wayfinder@MainMenu? &startId=`0` &contexts=`web` &scheme=`full`]] The problem is ...
1
vote
2answers
69 views

quote in javascript var [closed]

I want to do something like this : <script> var text = "this is some sample text that i want to replace"; var new_text = text.replace(/'/g, "\\'"); var new_text = text.replace(/"/g, "\""); ...
1
vote
1answer
155 views

Modx Revo: TinyMCE cannot browse for images or files

I have an issue with TinyMCE (4.3.3) where if you click the image icon, then browse I get a server error within the browsing window that pops up: Error 324 (net::ERR_EMPTY_RESPONSE): The server ...
0
votes
1answer
333 views

How to use the Modx Revolution API

I have a client who is looking at having some other company develop an iPad application that will pull resources out of their existing modx instance. [no - I don't know why it needs to be an app.... ] ...
0
votes
1answer
261 views

Modx: getResources - sort by id ascending/descending?

I want to try and order my resources by ID in ascending order. Annoyingly, the documentation doesn't mention this though I am sure its possible. Currently I have: &sortby=`id` Would anyone ...

1 2 3 4