1. The package we might need:2. Install the package:Select InstallerDownload ExtrasInstall the package you need3. Check the result:For exmaple: Ace, i...
转载
2015-01-05 22:45:00
67阅读
2评论
1. Connet MODx by SSH:Go to the MODx cloud;Find you current user a
转载
2015-01-05 22:29:00
123阅读
2评论
1. Install the wayFinder package2. Select the resource which you want to show:The 'published' resources are shown in drak icon, otherwise light color....
转载
2015-01-06 21:21:00
104阅读
2评论
Chunk in Modx can cut your template into samll pieces to make code reuseable.[[$chunk_name]]For example we can replace the html header with [[$html_he...
转载
2014-12-19 21:51:00
157阅读
2评论
1. Create a chunk call 'white_content' for white content: The Endorsements ...
转载
2015-01-06 18:01:00
91阅读
2评论
BIG FUCK for MODxMODx document is not that good ... at least in my opint of view. I spend hours to search martirals to find out how to build a CMP by ...
转载
2015-03-05 19:26:00
186阅读
2评论
A chunk may be used in many pages, different page may require different style.We can use Placeholder to pass in the value.[[+placeholder_name]]For exm...
转载
2014-12-19 22:36:00
198阅读
2评论
After uploading javascript, css and images to the assets folder.We try to use Template to customizeour html.First template: We set up some placeholder...
转载
2014-12-19 19:32:00
63阅读
2评论
We are not finishing yet...1. Under MIGX Management, we need to add some "Actionbuttons"2. Also some "context
转载
2015-03-05 21:04:00
251阅读
2评论
Snippet code:addPackage('storefinder',$path . 'model/','modx_');$result= $modx->getCollection('sfStore');foreach($result as $res){ $output .= $m...
转载
2015-01-07 23:48:00
96阅读
2评论
MODx provides a really unfriendly way to work with xPDO class. What I means is you need to define XML schma, mysql table and run the script to generat...
转载
2015-01-07 23:20:00
113阅读
2评论
In Modex, there are three tabs: Resoources, Elements & FilesFirst: 'Files' is the place where to put javascript, css & images. I also want to put font...
转载
2014-12-19 19:22:00
62阅读
2评论
If you also run into this problem, dont' worry, here is the solution for you.First: In Modx, go "System settings" --> Search "Maximum upload size" --...
转载
2015-09-07 16:53:00
53阅读
2评论
1. Add chunk:For example, replace the header by using chunk.Usage: [[$chunk_name]]Cut all the header code from the Learn template [[++site_...
转载
2015-01-05 23:24:00
92阅读
2评论
http://144.34.164.217/modx-evolution105dai-ma-shen-ji.html备份连接
原创
2022-01-18 11:20:45
50阅读
http://144.34.164.217/modx-evolution105dai-ma-shen-ji.html备份连接
原创
2021-06-29 09:57:58
127阅读
Simple Example:Lets process this chunk and output its value. We have this Chunk, called "WelcomeChunk":Welcome [[+name]]!We'll put this in our Snippet...
转载
2015-01-07 23:46:00
257阅读
2评论
1. Go to 'Extras' -> download and install 'Babel'.2. Set up '.htaccess' file, currently, we set up three languages:find '# The Friendly URLs part' in ...
转载
2015-01-16 19:04:00
80阅读
2评论
水平有限,不讲理论,看都看不懂,呵呵就拿一个完整的例子开始吧仅仅是例子,没啥实际项目作用。例子:XK01,创建供应商,国家强制输入德国!以EXIT_SAPLSZAR_001为例" TITLE="出口增强 以EXIT_SAPLSZAR_001为例" />1、首先查找出口:MODX_FUNCTION_ACTIVE_CHECK 函数,检查函数是否激活在函数MODX_FUNCTION_A
原创
2022-06-13 11:28:39
78阅读
开发环境Ubuntu 14.04 server nginx-1.8.1 nginx-rtmp-modx使用nginx的默认配置,添加nginx的rtmp模块。正在上传…重新上传取消./configure..
转载
2022-04-06 15:06:59
297阅读