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
vote
1 answer

ModX: getPage extra is not working correctly with different access permissions on resources

I am working on a website built with ModX. I have defined different user access permissions for different resources. On a page I am trying to list down all the resources with pagination using getPage plugin. But I am not getting the list paginated…
Vijay
  • 11
  • 3
1
vote
1 answer

Modx getresources foreach

I have this snippet : runSnippet('getResources', array( 'parents'=>'16', 'depth'=>'1', 'includeContent'=>'1', 'limit'=>'1' )); $output = explode(',', $list); //print_r($list); foreach($output as $i) { //echo $i; foreach($i…
Chris
  • 435
  • 1
  • 8
  • 21
1
vote
1 answer

Export a CSV from MODx?

I have someone with a TON of database entries (similar to wordpress posts) in their MODx site. Can I export that in a CSV?
Xhynk
  • 13,513
  • 8
  • 32
  • 69
1
vote
2 answers

How to get page generation time in MODx Revolution?

MODx placeholder for page generation time in Evolution was [^t^] and it was described on rtfm.modx page. I just read whole page about Revo placeholders, search in rtfm and google for 'page generation time' and didn't find such placeholders. I have…
amrok
  • 186
  • 10
1
vote
2 answers

Regex to deny special norwegian letters in friendly url - modx

I'm developing a page using modx revolution. It's a complete cms with a lot of built in functions. If I create a page in the manager it will automatically produce a friendly url for me pointing to that page. The problem is that is does not deny the…
OptimusCrime
  • 14,662
  • 13
  • 58
  • 96
1
vote
1 answer

modx revo: wayfinder doesn't sort by menuindex

By default, the wayfinder plugin in modx revo should sort by menuindex. This doesn't seem to work. I have the following: [[!Wayfinder? &startId=`2` &level=`1` &ignoreHidden=`TRUE` &outerClass=`news` &sortBy=`menuindex` &sortOrder=`DESC`]] I suspect…
Meddie
  • 571
  • 1
  • 7
  • 22
1
vote
1 answer

After moving TinyMCEditor around

I moved ModX to a new location. Inside ModX there is a TinyMCEditor. After the move, if I paste html into it, TinyMCEditor is replacing all my content with strange words and backslashes. Old content which worked in old TinyMCEditor :
Trip
  • 26,756
  • 46
  • 158
  • 277
1
vote
3 answers

ISAPI Rewrite with instead of mod_rewrite

I'm installing Modx on windows with ISAPI Rewrite instead of apache with mod_rewrite? How do you define the rewrite rules? I'm guessing not with an .htccess file? any Ideas? Thanks
evh
1
vote
1 answer

Include CSS and Javascript in specific Modx page

I am trying to include a very simple snippet of CSS and JavaScript to a Modx page that lists recent newsletters from MailChimp: