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

jQuery Tabs with MODx Revo Formit - on validation error, keep hash in URL

I'm trying for several hours to get my Contact-Form work correctly. The form itself has some tabs in it. The code for the tabs I'm using is from this site http://jqueryfordesigners.com/jquery-tabs/ This is the script-code I'm using:
Marc
  • 1
0
votes
2 answers

modx revo snippet variable in query

I noticed something weird within a query in a snippet. When I have a query like this: $sql = 'SELECT * FROM table WHERE colomn = ' . $variable; And I echo $sql, the query reads: SELECT * FROM table WHERE colomn =
Meddie
  • 571
  • 1
  • 7
  • 22
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
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

MODX Access page content from snipet

I have a parent page where I want to load through a chunk the content of several child pages just like in a blog roll: Child1 content is text : Text for page Child 1 Child2 content is text : Text for page Child 2 Child3 content is text : Text for…
Arizona2014
  • 1,317
  • 2
  • 18
  • 33
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
2 answers

Mutiple Image Upload Using 1 Image TV in MODx Revolution

I would like to list down images on a resource page and displays as a thumbnails. Now i know there's a TV to upload an image w/c is "Image TV", where you will be able to upload the image and call the TV name on the resource template. But i want to…
PHP Noob
  • 1,597
  • 3
  • 24
  • 34
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
1 answer

MODx Gallery image size

I am using the Gallery component in MODx Revolution 2.0.4-pl2. The full size image is only 500 pixels wide. This is what the tag looks like: Car
mmcglynn
  • 7,668
  • 16
  • 52
  • 76
0
votes
3 answers

Multiple entries for a specific content type in MODx?

I'm new to MODx and am just looking for the direction to go. Basically I'm looking for a way to manage many entires of the same type of content, for example, I have a page that shows all client reviews, I imagine theres a way for a site admin to add…
Jason
  • 35
  • 1
  • 12
-1
votes
1 answer

'Access Denied' when trying to view Elements in Modx

I am using the MODx CMS. In the box on the left that has the tabs 'Resources' 'Elements' 'Files', I am unable to access the elements because it says Access Denied. I have tried clearing all caches (including my browser cache) and nothing seems to…
Erurainion
  • 113
  • 8
-1
votes
1 answer

How to block access to the site directory through the browser?

Good afternoon, how to close the root of the project from sharing through the browser? directory visible How to make a message about unavailability when trying to go to the root of the site through a browser, like here, and how to do it with modx…