The modx-revolution tag has no wiki summary.
3
votes
2answers
72 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
295 views
“foreach” loop : Using all cores in R (especially if we are sending sql queries inside foreach loop)
I intend to use "foreach" to uitlize all the cores in my CPU. The catch is i need to send a sql query inside the loop. The script is working fine with normal 'for' loop, but it is giving following ...
1
vote
1answer
27 views
MODX: Show “read more” just when the content is longer than ellipsis=`400` (for example)
I have tried coding a Modx Blog, and everything is working fine, but I want to display a "read more" button only if the content is longer than the ellipsis. The Problem is: The Content is mixed, so ...
1
vote
1answer
24 views
MODX Gallery: how to get the number of images in a folder?
I use MODx Revolution ver.2.20 with Gallery module ver.1.4.0.
So, I need to get the number of image in a folder. I google it, but no find work solution.
How can I get it? Thanks.
1
vote
1answer
67 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
62 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
46 views
ModX: getPage addon is not working correctly with different access permissions on resources
I am working on website built in ModX. There in 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 ...
1
vote
2answers
83 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
0answers
439 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
307 views
UTF-8 characters in friendly URLs
I have made a website in modx revolution php framework and recently I have added Friendly Url functionality in apache.
As the site is in Greek I would like to have greek characters in the url, is it ...
1
vote
3answers
563 views
MODx POST data Handling in snippet
I am new to Modx and I want to write a custom but of code in a snippet that handles incoming post data. Unfortunately I can't seem to be able to collect the post data using $_POST.
Can anyone point me ...
1
vote
3answers
754 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 ...
0
votes
0answers
5 views
Why am I seeing this? “Fatal error: Call to a member function [functionName()] ”
i have function and i create one snippet in modex revolution
function functionName(){
//code here
}
i got the fetal error
Fatal error: Call to undefined function functionName()
can ...
0
votes
1answer
40 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
1answer
27 views
ModX: Execute a php code when any Resource is created
I am working on a website created in ModX. I need to know the way I could execute a php code when any resource is created and also edit template variable associated to the created resource.
0
votes
0answers
67 views
Passing user data from Connect With Facebook button into Modx profile fields
I've been trying to use the Connect With Facebook button on a Modx Revolution site. I've been following along with this guide here: http://edwardawebb.com/web-development/facebook-login-modx-sites.
...
0
votes
2answers
83 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? ¶m='mode' ...
0
votes
1answer
76 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
75 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
1answer
136 views
modx htaccess links are not working
Hello MODx developers,
I am using MODx revolution. I have just transferred site from one domain to another. as it was a IP based server i have created virtual host with the same name it had ...
0
votes
1answer
79 views
MODx Revolution backend browser doesn`t display thumb images
After I`m trying to put an image to my TV or whatsoever I see only empty gif images instead of thumb images.
Well let me describe my problem with this image! Where is the problem?
0
votes
2answers
75 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
64 views
SimpleModal for jQuery: extend to include confirmation
I'm using Simple Contact Form demo of SimpleModal for jQuery to create a newsletter subscription page; I've been able to integrate everything into MODx. I need to display a confirmation of the data ...
0
votes
2answers
199 views
Pagination in modx revolution with different page limits for different pages
I was working with getResources and getPages for pagination. Now, I have a requirement that the first page has 6 child Resources and the further pages have 9 child Resources each. I tried manipulating ...
0
votes
1answer
50 views
How to use Property Sets on Snippets in Revolution
If I understand MODX Revolution correctly, I should be able to make a Property Set (Tools -> Property Sets) and apply it to an element as default properties. See rtfm.modx.com.
I have created a ...
0
votes
2answers
403 views
Call Snippet From Jquery/Ajax MODx
I have a select element that does a post using jquery on a change event, I was trying to post it to a snippet and get the results back, however it seems that if the snippet is called directly from ...
0
votes
0answers
146 views
Load Data in Modx FormPanel
I'm working on a Customer Manager Page that basically displays the details of a person object(first name, last name...) using display fields without any editing, my view widget is as follows:
...
0
votes
1answer
83 views
Modx Front End not Showing Up
I installed modx Revolution and everything is working fine in the manager, except the front end, when i browse to the local website nothing shows up, just a
<html>
<head>
...
0
votes
1answer
232 views
.htaccess - redirect links on page by removing folder from link
I followed this tutorial to manage subdomains for a MODx Revo 2.1.3 installation. The idea is that the htaccess file in the web root folder redirects calls for subdomain.mydomain.com to a folder in ...
0
votes
2answers
120 views
MODx Local Development Setup/System
I'm new to MODx, but am quite impressed with its power and flexibility. There's only one caveat, and I'm hoping it's just because I don't know any better.
I'm a frontend dev, and I'm used to building ...
0
votes
2answers
208 views
Hide or Remove the Content TV from a template in ModX Revo Backend?
I have a resource in ModX Revolution & i'm using some TV's but not the 'content' tv.
It is not being used & its confusing users who are entering content into it which is not supposed to be ...
0
votes
3answers
83 views
How to Display output from snippet without using echo
The documentation on snippets in modx: http://rtfm.modx.com/display/revolution20/Snippets
Near the top of the doc it says: Note how we returned the code rather than echo'ed the content out. Never ...
0
votes
3answers
513 views
MODx Gallery not displaying images correctly
I have recently set up a website using MODx Revolution. I am attempting to make a gallery, using the plugin of the same name. I would like it so that you can click a link, which displays the original ...
0
votes
1answer
201 views
MODx - List resources, group by year and subgroup by month
I have a specific question about MODx and how to make a list that groups by publishedon Year and subgroups by publishedon Month. Something like this:
<ul>
<li>2011
<ul>
...
0
votes
1answer
293 views
How to get a list of most popular articles in MODx?
Is there any way to get a list of most popular(most viewed) articles in MODx? The documentation for getResources doesn't say anything in this context.
0
votes
0answers
197 views
List present and future events using getPage and Rowboat in ModX
I have created a mini event manager by my self (A simple form to submit an event and using getPage and Rowboat, I fetch the list). Now, I would like to filter the events based on the Start Date (My ...
0
votes
1answer
272 views
How to get the id a symlink is pointing at in the symlink's template?
This is pretty hard to explain...
In modX Revolution, I'm trying to get the symlink's "Symlink" field in the template to use it in a snippet (the id the symlink is pointing at).
The suggestion when ...
0
votes
3answers
433 views
MODx 500 Server Error When Trying to Edit a Resource in Manager
I'm running MODx Revolution 2.0.8-pl (traditional) and get a blank page (500 Server Error) when trying to edit most resources in the Manager. The frontend and other Manager functions are all working ...
0
votes
1answer
123 views
Modx revolution access resource
Is it possible for a snippet to access the content of a specific resource? I want users to be able to edit content of the resource and then have it used in various parts of the site. It wont need any ...
0
votes
1answer
86 views
Modx moving over to another host stopped admin working
I built my site using modx on my test site and then moved it over to my live site, but when I navigated to xxx.com/manager it just displayed my websites home page as if it had found a non-existant ...
0
votes
1answer
296 views
Modx Revolution restrict access to users
Apologies if this is a fairly simple question, yet upon googling around I can't seem to find a simple answer.
I as administrator can do everything, create chunks, snippets, pages etc. Which is fine. ...
0
votes
2answers
2k views
Modx: getResources filtered by TV
I have a TV "Tags", comma separated… the usual stuff. Now I want to show only resources with a specific TV:
<ul class="resource-by-tag">
[[!getResources? &parents=`15` ...
-1
votes
0answers
44 views
Chunks doesn't open on MODx Revo
There is 2.0.7-pl (traditional). It was working but after server shutdown and startup again it was not working.
Actually there's problem with that server anyway as after every restart MODx tells that ...
-2
votes
1answer
71 views
'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 ...
-2
votes
1answer
117 views
In chrome,ie and ff win a JQuery ajax script works like a charm. In Safari and firefox however it doesn't
A Jquery javascript as a part of all inlinescripts in scripts.js
A standard boilerplate combination with Modernizr2.0
In chrome 13.0.782.215 on macintosh, ie 7/8 and mozilla 3.6.20 for windows the ...