modx-evolution

How do I show information to users belonging to different groups (web) in modx

Hello Everyone, I have created a website using modx evolution v1.0.2. The website that I have developed has 12 different types of users (categorized in groups). Each user will be shown a different price depending on the group to which he belongs. Till now I have been able to fetch the group name of current logged in user (created a sn...

MODX: Snippet strips and hangs string when parsing the vars.

Hey all i have a snippet call like this: [!mysnippet?&content=`[*content*]` !] What happen is that, if i send some html like this: [!mysnippet?&content=`<p color='red'>Yeah</p>` !] it will return this: <p colo the [test only] snippet code (mysnippet) is: <?php return $content; ?> Why is this happening? My actual snippet is c...

MODX: How to change the "fax" string field on web-users manager to another on non-admin users?

Hi all, as the title describes, i wan't to know hoe to change the "fax" string field on web-users manager to another on non-admin users. Thanks All ...

Is there any way to edit snippets and templates outside the MODx?

Is there any solution to make snippets, templates and maybe resources of MODx site available to edit with external editor? Besides this hack which make site less "native". Thanks! ...

How can I make MODx manager UI work faster?

I am currently involve in developing projects on MODx Revolution. I like this system, it fast and great, but what really annoying is manager interface. It works really slow. Every single action require ExtJs panels refreshing. Is there any way to change this behavior or roll back to Evolution interface? Thank you! ...

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. I can't see anywhere to set permissions, does anyone know where I should be looking? ...

Using modx (content management) with a php framework

I like CodeIgniter for php development, but I have a client with no tech skills that wants to make his own changes to his site. I taught him how to make pages in MODx (that was a feat in itself). Is it possible to develop a site with CodeIgniter and use MODx as the content management system? Will MODx mangle the framework? ...