随笔分类 -  eZ publish

摘要:Let say we have one main domain, andfour sub domain, also, we have to develop them all to French andEnglish. The structure as below:main      www.example.com  child_one  child_one.example.com  child_t... 阅读全文
posted @ 2010-11-10 11:29 DavidHHuan 阅读(834) 评论(0) 推荐(0) 编辑
摘要:When I use this extension of ezXML Export, I found that when the content contains &, the xml can be exported but can't open.Then i Found that the type of the attribute is a text line, and in the c... 阅读全文
posted @ 2010-07-16 16:57 DavidHHuan 阅读(281) 评论(0) 推荐(0) 编辑
摘要:1. You have to install the swark extension.2. Below I want to change the $view_parameters.offset to 10 in the template.[代码] 阅读全文
posted @ 2010-07-12 15:04 DavidHHuan 阅读(273) 评论(0) 推荐(0) 编辑
摘要:As the code below, $object is $node.data_map.content.output.output_xml. [代码] 阅读全文
posted @ 2010-07-08 14:54 DavidHHuan 阅读(288) 评论(0) 推荐(0) 编辑
摘要:When I want to access a node of eZ via SSL, here are something to be done in my test envirement.1. Modify the setting fileOpen the file "settings/override/site.ini.append.php", add the code below : [代... 阅读全文
posted @ 2010-07-05 17:18 DavidHHuan 阅读(456) 评论(0) 推荐(0) 编辑
摘要:Assumed that $old_array is an array.[代码]Pay attention to the code: {set $new_array = $new_array|append($model)}, we have to use "set" to add the value to the array!So wired! 阅读全文
posted @ 2010-05-18 17:20 DavidHHuan 阅读(288) 评论(0) 推荐(1) 编辑
摘要:The sequence function allows for creating a sequence which is iteratedover and wrapped around when the end is reached. This is particularlyuseful when you want to alternate colors in a list. It's poss... 阅读全文
posted @ 2010-05-05 13:57 DavidHHuan 阅读(297) 评论(0) 推荐(0) 编辑
摘要:When going through the manual, we can know that, fetch_alias() can be thought of as a configuration-file based version of the fetch() operator.But the fetch_alias() must be defined in configuration ov... 阅读全文
posted @ 2010-05-05 11:22 DavidHHuan 阅读(342) 评论(0) 推荐(0) 编辑
摘要:There are two methods to do that: 1. ezhttp("myvariable", "get", TRUE);2. ezhttp_hasvariable("myvariable", "get");The second method is recommand to use.~ 阅读全文
posted @ 2010-05-04 12:02 DavidHHuan 阅读(273) 评论(0) 推荐(0) 编辑
摘要:SVN set upOk now, our task of preparing the eZ Publish system ready for our newproject is pretty much finished; before we really start the developmentbusiness, there is one more step: put everything i... 阅读全文
posted @ 2010-04-21 10:41 DavidHHuan 阅读(433) 评论(0) 推荐(0) 编辑
摘要:URLTranslatorRight now, eZ Publish support three different url TransformationGroup:urlalias, urlalias_iri and urlalias_compat. The urlalias_iri is nicefor its utf-8 support. However, in reality, I fou... 阅读全文
posted @ 2010-04-21 10:40 DavidHHuan 阅读(387) 评论(0) 推荐(0) 编辑
摘要:Get Start a new eZ Publish project.What is the project about? What we want.In this article, we are going to set up a starting point of eZ Publishproject, named "Multiline". This project will contain t... 阅读全文
posted @ 2010-04-21 10:39 DavidHHuan 阅读(503) 评论(0) 推荐(0) 编辑
摘要:1. Add the code to the /setttings/override/site.ini.append.php file[URLTranslator]Extensions[]Extensions[]=myfiltersFilters[]Filters[]=StripWordsThat means we have a new extension "myfilters", and "st... 阅读全文
posted @ 2010-04-21 10:38 DavidHHuan 阅读(332) 评论(0) 推荐(0) 编辑
摘要:Modify the file of override.ini.append.php[pagelayout_corporate] Source=pagelayout.tpl MatchFile=pagelayout_corporate.tpl Subdir=templatesMatch[section]=4 which means that the corporate pagelayout tem... 阅读全文
posted @ 2010-04-21 10:37 DavidHHuan 阅读(265) 评论(0) 推荐(0) 编辑
摘要:attribute_view_guiparameters:attributealignmentimage_classcss_classhrefIn fact that, this function renders the datatype view, the default datatype views are locate in /design/standard/templates/conten... 阅读全文
posted @ 2010-04-21 10:35 DavidHHuan 阅读(358) 评论(0) 推荐(0) 编辑
摘要:In eZ Publish, we can call back the standard PHP function, which takesonly one parameter as input. It is sufficient to create an override ofthe template.ini setting file in the settings folder of our ... 阅读全文
posted @ 2010-04-21 10:35 DavidHHuan 阅读(366) 评论(0) 推荐(0) 编辑
摘要:In order to avoid some display between frontend and backend, we'dbetter locate the override.ini.append.php file in the/settings/siteaccess/[your_site]/ 阅读全文
posted @ 2010-04-21 10:34 DavidHHuan 阅读(248) 评论(0) 推荐(0) 编辑
摘要:Usually, the full view is used to view a content node with all of itsattributes. (We can think of a full content node view as a static HTMLpage of that element.) The line view is used to view the cont... 阅读全文
posted @ 2010-04-21 10:34 DavidHHuan 阅读(257) 评论(0) 推荐(0) 编辑
摘要:Submission confirmation templateThe submission confirmation template for the form is loaded after the user clicks the Send formbutton (and after the system has validated the information in the form- f... 阅读全文
posted @ 2010-04-21 10:33 DavidHHuan 阅读(850) 评论(0) 推荐(0) 编辑
摘要:{*Membership Application Form - Full view *} <divclass="border-box"> <div class="border-tl"><divclass="border-tr"><divclass="border-tc"></div></div></div> &l... 阅读全文
posted @ 2010-04-21 10:32 DavidHHuan 阅读(486) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示