Text
Default access permissions are inherited from parent. Unless in root where the default seems to be "All Resource Groups (Public)" ******************************************************************* JAMES LOVE web developer ******************************************************************* e: [email protected] m: +44 (0) 789 036 2813 w: www.jameslove.co.uk *******************************************************************
0 notes
Text
Specify user specific upload file directories
Create user directory in assets/files In user directory create following folders: images media flash files
0 notes
Text
File paths
File Base Path = file path form root of web site e.g /home/fsdc_ftpuser/fsdc.org.uk/assets/files/toms-blog File Browser URL = /assets/files/toms-blog resourcefile paths timnyMCE
0 notes
Text
Base URL Same-Page-Link Fix
Makes links to anchors on the same page behave normally when using the base url tag forn Friendly URLS with alias http://modxcms.com/extras/package/?package=41
0 notes
Text
Templates - set default templates
Tools->Configuration->Site -> Default template
0 notes
Text
Ditto - RSS feeds
USe Ditto to create and then use filter parameter to remove undesirable page. Create custom TV - radio- filter if yes/no http://ditto.modxcms.com/tutorials/custom-rss-feed.html http://ditto.modxcms.com/tutorials/basic_filtering.html
0 notes
Link
0 notes
Text
Template variables - @BINDINGS
@FILE - use the contents of the given file. A full or relative path to the file must be used.
@CHUNK - use the content of the given chunk, using the chunk's name.
@DOCUMENT - use the content of the given document, using the document's ID (the number in parentheses to the right of the document in the Document Tree).
@SELECT - use the results of a query to the database.
@EVAL - use the output of given PHP code.
@INHERIT - inherits the value of the same TV as set for a parent document.
@DIRECTORY - a list of files in the given directory. The list output uses || as a delimiter.
0 notes
Text
Template variables (TV) - Input Option Values
Input Option Values field - values areseparated by || delimiters: e.g. yes==yes || no== no
0 notes
Text
Template variables (TV) - input types
Text - a simple text field.
Textarea - a textarea field
.Textarea (mini) - a small textarea field.
Rich Text - a textarea with the code necessary to use the default manager's Rich Text Editor.
DropDown List Menu - a select field. Using this type requires filling in options in the Input Option Values field.
Listbox (single select) - a drop-down list box that allows a single selection. Using this type requires filling in options in the Input Option Values field.
Listbox (multiple select) - a drop-down list box that allows multiple item selection. Using this type requires filling in options in the Input Option Values field.
Radio Options - radio buttons; only one option can be selected. Using this type requires filling in options in the Input Option Values field.
Check Box - check boxes; multiple boxes can be checked. Using this type requires filling in options in the Input Option Values field.
Image - Opens the Manager's resource manager to allow selection of an image and/or the upload of an image. As with inserting images into the Rich Text Editor, images are stored in the assets/images folder. The TV output will be the image's filename.
File - Opens the Manager's resource manager to allow selection of a file and/or the upload of a file. As with inserting links to files into the Rich Text Editor, files are stored in the assets/files folder. The TV output will be the filename.
URL - a text field.
Email - a simple text field.
Number - a simple text field.
Date - a text field with the manager's javascript date selection/removal widgets.
0 notes
Link
0 notes
Text
Tag calls
sitevariable: [(fieldname)]
document varaibles: [*fieldname*]
template variables: [*TVName*]
chunks: {ChunkName}}
snippets : [[SnippetName]]
links: [~42~] [~[*TVName*]~]]
0 notes