摘要: 卸载sudo apt-get --purge remove linux-sound-base alsa-base alsa-utils安装sudo apt-get install linux-sound-base alsa-base alsa-utils可以这样来处理声卡驱动突然出现异常的情况。 阅读全文
posted @ 2010-04-21 10:48 DavidHHuan 阅读(4699) 评论(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 阅读(456) 评论(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 阅读(388) 评论(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 阅读(504) 评论(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 阅读(367) 评论(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 阅读(250) 评论(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 阅读(854) 评论(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 阅读(487) 评论(0) 推荐(0)
摘要: Form view template INI settingsWithout an override template, eZ Publish will use the /node/view/full.tpltemplate to display the form, but that template does not include theelements required to display... 阅读全文
posted @ 2010-04-21 10:30 DavidHHuan 阅读(251) 评论(0) 推荐(0)
摘要: Creating a custom formTo do this, log in to the Administration Interface and click on the Setup tab. In the left menu, click the Classes link: Add attribute Note that the attributes that will collect ... 阅读全文
posted @ 2010-04-21 10:30 DavidHHuan 阅读(425) 评论(0) 推荐(0)
摘要: After you download and uncompress the .zip or tar.gz files, before you run the http://127.0.0.1/ez to install the website.1) Create the file of "/ez/settings/override/image.ini.append.php", insert the... 阅读全文
posted @ 2010-04-21 10:28 DavidHHuan 阅读(369) 评论(0) 推荐(0)