Buy me a coffee
Spammers!
If you are going to put nonsense comments on my articles at least have the decency to click one of these adverts while you are here.
Even if you are a regular visitor you click a couple of ads while you are here - you might find something you want.
You May Also Like…
Cloud
accessibility block browser cache chrome chunk cms concrete5 CSS curl database date error file firefox form get href ie image input iphone javascript JQuery link magento MODx myqsl MySQL php post profile Revolution select Server session snippet spellcheck spelling table textarea tinymce w3c wordpress xmlInfo
Yes, the images are ambiguous;
Yes, they came from Google images;
No, I didn't get permission to use them*;
I know Magento called isn't Magneto;
And...
Why do spammers who hit this site do it with such a bizarre use of the English language?;
Revolution Archive
-
Solved: How to Transfer a MODx Revolution site to a new server
Posted on 03/08/2011 | No CommentsA problem that I have hit several times now is how to move a MODx Revo site to another server... -
Translate MODX Revolution's Manager into Another Language
Posted on 23/05/2011 | 1 CommentThere is way to set up a manager user's account so they see another language but the rest see English... -
Manually adding a Component to MODx Revolution
Posted on 20/05/2011 | 2 CommentsMake a new folder in core/components/ for the new component Go to Namespaces and Create New – point the path... -
Create Multiple Websites Using One Installation of MODx Revolution
Posted on 04/05/2011 | 1 CommentThis is a neat and tidy way to have multiple TLDs for one installation of MODx. Within MODx Go to... -
MODx Revolution getMany Children
Posted on 16/11/2010 | No CommentsThe following code allows the retrieval of child document for the page the user is on. $criteria = $modx->newQuery('modResource'); $criteria->where(array(... -
MODx Revolution: Formatting Strings using PHx
Posted on 04/11/2010 | 1 CommentI have just unearthed some small MODx treasures call PHx. PHx (Placeholders Xtended) will add the capability of output modifiers... -
Debugging MODx Revo newQuery() using toSQL()
Posted on 01/11/2010 | 2 Comments$criteria = $modx->newQuery('modR'); $criteria->where(array( 'parent' => 10, 'published' => 1, 'deleted' => 0, )); $criteria->toSQL(); // This line will display... -
Get all members of a user group in MODx Revolution.
Posted on 31/10/2010 | 4 CommentsGet all members of a user group in MODx Revolution. This can been done by accessing the database in the... -
MODx Revolution – Getting Profile Information
Posted on 31/10/2010 | No CommentsFor access to a user's personal details when they are logged into in the web context use this code: $profile... -
MODX Revolution: Element Properties
Posted on 12/09/2010 | No CommentsAll tags – no longer just Snippets – now accept properties, as well, that can be used. For example, let's...









