Tagged Questions

MODX is an open source CMS and web application framework written in PHP, using a MySQL database backend.

learn more… | top users | synonyms

6
votes
3answers
604 views

Simple PHP CMS as an alternative to hacking Wordpress

For creating common user modifiable site I've been forcing Wordpress to do the work of a CMS. It's worked and the back-end is purdy but it's just too hacky for my tastes. So I'd like a simple CMS that ...
4
votes
2answers
807 views

Modx: How to create a contact form with a dropdown of offices to cc the email to?

In the contact us template I want to have a dropdown with the list of offices (All offices articles are places under the same parent node, so getting the list should be fairly easy). I need a way to ...
3
votes
1answer
41 views

How to support actuality of MySQL tables with Mercurial?

I use MODx, a CMF, and it stores all templates, snippets and user code in some MySQL tables. It makes usage of Mercurial for these projects very tiresome. Import/export of mysql dumps takes a lot of ...
2
votes
1answer
13 views

Which third party shopping-cart can easily be integrated with modX Revolution?

Since there's currently no complete solution to build a modX powered website with integrated shop, I was wondering which would be the way to go, to archieve this with a third party cart. The ...
2
votes
1answer
784 views

MODx :: WebLogin snippet :: check if logged in, redirect to page x

I am having a small issue using the classic WebLogin snippet (Not WebLoginPE) in MODx. Quick example of what's going on: User logs in via page ID 3. Upon a successful log in, they are sent ...
2
votes
3answers
482 views

Seeking opinions on the best CMS platform for designers and front end developers

I have so far been a dedicated Wordpress user, but have been researching other CMS solutions of late, specifically, looking for something that could potentially allow me to EASILY convert an XHTML ...
1
vote
1answer
42 views

how to upload images without reloading page in modx revolution

how to upload images in web context(front end) without reloading page in modx revolution i am tring to use fileupload addon for uploading images but it is reloading the page so any can please help me? ...
1
vote
2answers
41 views

ModX - main resources for different contexts

I started using ModX yesterday. Prepared my multilingual website using this tutorial: http://www.multilingual-modx.com/blog/2011/multilingual-websites-with-modx-and-babel.html. Everything works ...
1
vote
1answer
52 views

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?
1
vote
2answers
60 views

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 ...
1
vote
1answer
37 views

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 ...
1
vote
0answers
323 views

After install modx revolution after input login pass i see blank page

After install modx revolution after input login pass i see blank page modx download from git PHP 5.3 Apache 2.2 OS ubuntu in apache error log see next message [Sun Sep 04 08:03:12 2011] [error] ...
1
vote
2answers
21 views

Is there a plugin to show the pages that link to a certain document?

Does anyone know of a plugin for modx that will show all the pages that link to each document ID or would I have to create my own?
1
vote
2answers
212 views

URL Encoding—Ampersand Problem

I'm having some trouble with some character encoding causing some problems with a search form on my website. One of the possible field values has an ampersand in it. When this is selected and a search ...
1
vote
1answer
174 views

MODx caches what it shouldn't

I'm working with MODx revo. I wrote a snippet called putBoxId with the following content: <?php $id = isset($_GET['id']) ? $_GET['id'] : null; if (!is_null($id)) { return ...
1
vote
3answers
170 views

PHP hack - open two websites when submitting form

After someone completes a form on our website and clicks on submit s/he is directed to a landing page. I would like to change that flow so that upon submitting (1) URL1 opens as new window; and (2) ...
1
vote
3answers
670 views

modx revolution slow backend

Has anyone come up with a way to speed up the backend in modx? I was thinking that creating a set of pages in modx with admin privileges to modify the site content, so that it looks customized, works ...
1
vote
1answer
557 views

modx friendly urls nginx FPM php5.3 - friendly url's not working

Im using php5.3 on nginx 0.8.53 with FPM on Modx revolution. Im trying to get "friendly url's" to work, but all I get is 404's. In modx config, friendly url's is set to yes, friendly aliases is set ...
1
vote
1answer
568 views

Google Maps API: positioning, some weird behavior and how to disable a couple of features

I've been working on creating this map for a client, but I feel a little bit in over my head. So far, I've managed to use modx to dynamically create a list of markers for the map, created a custom ...
1
vote
1answer
351 views

MODx - Editor role can't see files uploaded by Admin role

My MODx site allows users to upload files (pdf) through the back end. However this is only working for users in the Admin role and not in my editor role who receive a "disallowed file type" message. ...
1
vote
1answer
128 views

predefine template for new resource/document

I would like to set the new child documents to default to a set template that is different from the parent. I've looked through managermanager, but looks like it is unable to do this. mm_inherit can ...
1
vote
2answers
591 views

What do you think about modx to use as CMS?

First of all, hi to everyone! I wan't to ask everypeople if they know modx cms framework, if yes, what do you think about it? If you know it and don't like it, what cms do you advice to use? Thanks ...
1
vote
2answers
324 views

MODX - Making multiple snippet calls on a page returning differeny output

I've created a snippet that pulls data from a databse table and displays it in tabular format. The snippet takes an id as parameter, and this is added to the sql query. My problem is that if I've got ...
1
vote
1answer
804 views

Modx TinyMCE HTML formatting

I'm currently building a site that allows previewing photos and videos using Shadowbox. I'm also using the jQuery Tools Scrollable tool to allows the thumbnails to be scrolled. I'm using ModX as the ...
1
vote
5answers
732 views

Need ASP.NET CMS like MODx PHP one

When I need to develop a solution using a CMS I recommend to my clients to use MODx, flexible to me as developer and easy to user for content managers. This time my client has introduce a requirement: ...
1
vote
2answers
515 views

Install PDO on OS X Leopard

What's the easiest way to install PDO on the default php installation of OS X Leopard? I'm trying to get ModX running.
1
vote
1answer
311 views

wrapping my php/mysql app in modx

I wrote a small app that relies heavily on a series of php pages in which mysql data is displayed and formatted, given the user's credentials. Rather than rolling a whole user management system from ...
1
vote
2answers
2k views

How can I insert a dynamic SWF file in a ModX based webpage?

I'm having a real nightmare trying to do what should be a very simple task. If I embed a static or independent SWF file, it shows up fine on our ModX powered website. However, when it comes to a ...
1
vote
3answers
537 views

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

Location Of Keywords Meta Tag Information When Editing A Resource In MODx Revolution?

I want to add META KEYWORDS into my Resources via my MODx Installation, but cannot, for the life of me find where the default MODx Template Tag is to insert META KEYWORDS. Thank you, Aaron
0
votes
0answers
55 views

modx redirect problems

i developed a site with modx in the subdomain 2012.m-y-d-o-m-a-i-n.de. The old site was running in oldsite.m-y-d-o-m-a-i-n.de. The site was redirected from mydomain.net (without dashes) to ...
0
votes
1answer
39 views

Slideshow using migx TV on different resources ans templates

I made a slideshow using Mootools SmoothGallery on my MODx revolution website, and I use Migx to select the images dynamically. It works well on my first page, but I'd like to use the same slideshow ...
0
votes
1answer
54 views

How realize SEF pagination (Ditto) - MODx?

Is it possible realize SEF pagination on Ditto - MODx? How do it - in scripts / nginx configuration (or anyone know htaccess solution ) What means.. It's pages whith list of articles /articles.php ...
0
votes
4answers
29 views

is it possible to redirect a link to a pdf file

is it possible to redirect a link to a pdf file? This is my site: www.mysite.com And I createad a redirect link that if I open www.mysite.com/documentation - an index.html file will open but for ...
0
votes
4answers
32 views

how to redirect html into a url

I am not sure if this is possible. This is the name of the site: www.mysite.com and I created an html (named index.html) & saved it to the folder myfile which is a redirect to this site ...
0
votes
1answer
82 views

Modx getresources foreach

I have this snippet : <?php $list = $modx->runSnippet('getResources', array( 'parents'=>'16', 'depth'=>'1', 'includeContent'=>'1', 'limit'=>'1' )); $output = explode(',', $list); ...
0
votes
2answers
81 views

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 ...
0
votes
2answers
67 views

MODx Revo empty variable condition doesn't return variables

I use my own get snippet to get parameters from $_GET[]: if ($set) { $modx->setPlaceholder($param, $_GET[$param]); } else { return $_GET[$param]; } When I use [[!get? &param='mode' ...
0
votes
1answer
63 views

modx revo: wayfinder not able to sortBy menuindex?

By default, the wayfinder plugin in modx revo sorts by menuindex. This doesn't seem to work. I have the following: [[!Wayfinder? &startId=2 &level=1 &ignoreHidden=TRUE ...
0
votes
1answer
112 views

ModX Revolution FormIt pass url variable to form

I am using FormIt package form Modx Revolution and have url like .../page.html?data1=value1&data2=value2. I want to pass these values into new form on page. How do I do that without using JS? THX ...
0
votes
1answer
79 views

Modx Wayfinder, using levelClass

I'm trying to use &levelClass parametr of Wayfinder snippet of Modx. But it doesnt work. I have menu that contains of 3-4 levels, and each level has own class (like first level is "lvl1", second ...
0
votes
0answers
185 views

Drupal vs WordPress vs Modx Rev vs Umbraco vs dotCMS [closed]

I am searching for a development platform my all upcoming projects. Till now I've using CodeIgniter, but it is very limited. Also a CMS feature is desired for all projects. What I need: -Custom ...
0
votes
0answers
41 views

document.mutate.save is undefined

I'm using the ModX CMS. And this error, document.mutate.save is undefined keeps coming up if I were to save a chunk. Assuming it was a faulty install, I deleted the application, and reinstalled it ...
0
votes
1answer
99 views

MODx MIGX variable in json string

I have a little problem with using a variable inside the where-json-string. I'm running a MIGX getImageList inside an other MIGX getImageList -template. [[getImageList? &tvname=`migxProducts` ...
0
votes
1answer
58 views

Formit, passing values in a preHook

Is it possible to pass values from a link to a form? I have a page with four different links and they all supposed to redirect to a form. Each on of them should have a different value and based on ...
0
votes
0answers
24 views

get preg_replace error with YAMS in Modx

I have installed YAMS in my Modx installation. Run version 1.0.5 of Modx and 1.1.9 YAMS plugin. It works on my clean installation of modx + yams but not on my existing site with content. Are there ...
0
votes
2answers
64 views

Transfer Resources to fresh installation

I have live website running on MODx Revolution 2.1.3pl. Some days back I had to restore my entire site from backup. This messed up some file ownerships (for packages installed and images uploaded ...
0
votes
0answers
27 views

MODX dynamic generate image-paths

i am searching for a solid solution, to get img-paths for all images inside a ressource folder. To easy fill in path information to a fullscreen background slider. Anyone out there keen on Modx or ...
0
votes
1answer
54 views

ModX Evolution PHP in Resource Content

I am having trouble integrating php into my resources (pages). HTML is not a problem but when I place any php code in the resource it gets ignored. Am I missing something here or does ModX not support ...
0
votes
3answers
124 views

My PHP form with an html <select> box that sends form to different emails isn't executing

I'm still new to php, so i'm sure it's a stupid mistake here somewhere, but I can't figure out why my form is not being sent to any of the emails i've assigned in the user box. I thought it'd just be ...

1 2 3