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: Display multiple pages on one page?

I have a ModX site and I was wondering if it is at all possible to display multiple pages (including their templates and TVs) on one page? Kind of like a blog? If anyone could help me out that would be great! Tnanks
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
0
votes
1 answer

how to simple rebuild all aliases (friendly urls) to make them based on pagetitles? (MODX Revolution)

I was creating a lot of documents and sub-documents on the documents-tree. But on Frontend Page there are their frendly url based on IDs. How to simple update that aliases and rewrite them to based on pagetitle? Iwas trying to put to…
quardas
  • 651
  • 3
  • 10
  • 23
0
votes
1 answer

How do I properly form my tpl for the BreadCrumb snippet in MODx Revolution?

I am transitioning from the Breadcrumbs snippet to the BreadCrumb snippet. This is my Breadcrumbs code: [[Breadcrumbs? &respectHidemenu=`0` &crumbSeparator=`` currentAsLink=`false` &showHomeCrumb=`0` &titleField=`bc-title`]] This is my BreadCrumb…
Jason
  • 35
  • 1
  • 12
0
votes
2 answers

MODX Revo - Unable to upload or view files in File section in Manager

I'm having problems uploading and even viewing files in the File section of MODX Revolution 2.2.3-pl. When I try to upload a file, all I get is "Upload error". Nothing shows up in the Filesystem area, just a folder called Media that doesn't let me…
Douglas Ludlow
  • 10,754
  • 6
  • 30
  • 54
0
votes
2 answers

Modx - How do you deploy from a subfolder to root?

salutations and good tidings as I humbly bring forth my request :D I just started using Modx and used it to redsign my website. My OLD website is still intact and RUNNING. For example purposes let us call the old website -…
Xofo
  • 1,256
  • 4
  • 18
  • 33
0
votes
1 answer

My CSS is huge. Using ModX, can I split up a CSS into parts?

I have several large CSS files and making a change can sometimes take a few minutes just to find the right selector to change. I would like it if there was a nice ModX editor for CSS, but I haven't been able to find one. I am willing to settle for…
Fuzzical Logic
  • 12,947
  • 2
  • 30
  • 58
0
votes
2 answers

Bad issue "Unexpected token <" with lang.js.php and modx.config.js.php on MODX Revo 2.2.2

After installation modx Revo 2.2.2 in manager is only menu without any content. Dev Tool in Chrome shows errors: Uncaught SyntaxError: Unexpected token < /connectors/lang.js.php?ctx=mgr&topic=topmenu,file,resource,dashboards&action=53:1 Uncaught…
voluntas88
  • 241
  • 2
  • 10
0
votes
1 answer

Can I manage my CSS as ModX Resources?

I've been working with the ModX Revolution manager, and was wondering if I can turn my CSS into ModX Resources rather than files. I'd also like to utilize Templates and their variables. Is that possible? What are the drawbacks of doing so? Are there…
Fuzzical Logic
  • 12,947
  • 2
  • 30
  • 58
0
votes
2 answers

Using getResources and a custom date TV, how can I limit my results by the year entered in my TV?

In MODx Revolution, while using getResources and a custom date TV (called: press-release-date), how can I limit my results by year (using a URL param to set the year, so I could enter any year)? For example, my URL has page.html?year=2012 I want my…
Jason
  • 35
  • 1
  • 12
0
votes
3 answers

modx revo friendly urls

Just started to use MODX Revo. When I make new document in MODX(Revo), fill its alias (for example 'TESTALIAS') and trying to get mydomain/TESTALIAS I'm receiving mistake 404. Using nginx and php-fpm, FURLs are ON in .htaccess So what am I doing…
265
  • 143
  • 2
  • 2
  • 7
0
votes
1 answer

modx - when I'm using "&documents=" parameter in ditto snippet, pagination doesn't work

I'm trying run ditto with parameter which holds specific docIDs: &documents= when I put static IDs code to the chunk: [[Ditto? &documents=`9,239,240,242,243,246,253,257,260,261,267,269,281,285,288` &showInMenuOnly=`1` &tpl=`item_subdocs` …
quardas
  • 651
  • 3
  • 10
  • 23
0
votes
1 answer

Is there any plugin for MODX for managing the item tree in a wordpress style? with pagination and etc?

Some clients complain about how messy it is to manage a site with lots of blog posts thru the item tree
Macumbaomuerte
  • 2,197
  • 2
  • 19
  • 22
0
votes
2 answers

MODX - how to listing Static Resources of certain document ID?

I'm playing with MODx 2.2. Does anyone knows how to easy listing "Static Resourses" from certain document ID? In my system there is a file attachments list below the content of article based on that "Static Resourses"
quardas
  • 651
  • 3
  • 10
  • 23
0
votes
2 answers

Gallery and Fancybox

I am using the Gallery Snippet on MODx Revolution 2.1.5. I am calling out the basic Gallery Snippet along with the specified Album. I am trying to link Fancybox (jQuery Lightbox) up to the Thumbnails and images. This is what MODx Outputs on the…
Aaron Brewer
  • 3,567
  • 18
  • 48
  • 78
0
votes
2 answers

Facebook style like system in modx cms (php)

Trying to build a simple like system in modx (which uses php snippets of code) I just need a button that logged in users can press which adds a 'like' to a resource. Would it be best to update a custom table or TV? my thoughts are that if it is a…
messyp
  • 1