<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>eZ Publish 中文社区</title><link>http://www.ezpublish.com.cn</link>
    <description></description>
    <language>zh-CN</language>
    <item>
      <pubDate>Wed, 13 Aug 2008 10:39:03 GMT</pubDate>
      <title>不能搜索 返回module not found</title><link>http://www.ezpublish.com.cn/forum/design_develop/module_not_found</link>
      <description>Module not found
The requested module SearchText=Economique de could not be found.
Possible reasons for this are:
    * The module name was misspelled, try changing the URL.
    * The module does not exist on this site.
    * This site uses siteaccess matching in the URL and you did not supply one, try inserting a siteaccess name before the module in the URL .

</description>
    </item>
    <item>
      <pubDate>Tue, 05 Aug 2008 03:46:10 GMT</pubDate>
      <title>本地网站传到服务器上如何显示？</title><link>http://www.ezpublish.com.cn/forum/design_develop/node_423</link>
      <description>      在本地做好的网站传到服务器上，如何改才能让其显示，这是用php5的ez4.0版本，我不知道怎么做，谁能指教一下，谢谢！！非常感谢！！！</description>
    </item>
    <item>
      <pubDate>Thu, 24 Jul 2008 08:57:00 GMT</pubDate>
      <title>可以把整个系统导出来吗？如何导出？导入呢？</title><link>http://www.ezpublish.com.cn/forum/design_develop/node_416</link>
      <description>就是我通过本地的服务器做好了一个网站，现在我想把这个网站全部导出来，能后再导入到另外的一个服务器上去，可以办到吗？
我现在通过setup里面的package导出，但是有很多的内容导不出来，比如说：design/plain_site里面所有的东西都没有办法通过后台导出来。
</description>
    </item>
    <item>
      <pubDate>Sun, 20 Jul 2008 03:12:39 GMT</pubDate>
      <title>eZ Publish建站交流群63517354</title><link>http://www.ezpublish.com.cn/forum/design_develop/ez_publish_63517354</link>
      <description>eZ Publish建站交流群63517354
欢迎各位加入，共同探讨企业级应用！ 

eZ Publish交流群：63517354，欢迎加入</description>
    </item>
    <item>
      <pubDate>Sun, 20 Jul 2008 03:10:42 GMT</pubDate>
      <title>eZ Publish建站交流群63517354</title><link>http://www.ezpublish.com.cn/forum/installation_config/ez_publish_63517354</link>
      <description>eZ Publish建站交流群63517354
欢迎各位加入，共同探讨企业级应用！</description>
    </item>
    <item>
      <pubDate>Mon, 12 May 2008 06:25:36 GMT</pubDate>
      <title>pgsql安装ez4.0有什么特殊设置吗？</title><link>http://www.ezpublish.com.cn/forum/installation_config/pgsql_ez4_0</link>
      <description>我怎么安装不上？pgsql安装其它cms没问题，就单单ez4.0不行，是不是需要设置什么配置文件？</description>
    </item>
    <item>
      <pubDate>Fri, 25 Apr 2008 08:20:50 GMT</pubDate>
      <title>纯HTML站点里的CSS怎么处理？</title><link>http://www.ezpublish.com.cn/forum/design_develop/html_css</link>
      <description>一个纯粹的HTML站点（不超过10个页面），每个页面都有各自的CSS样式，目前的问题是在后台的content structure中新建了10个同等级的节点（按照手册的说法应该叫object），都是frontpage，然后要在这10个页面中输出各自的内容，感觉无从下手了，因为在页面中调用{$module_result.content}后，不知道如何去控制相应的CSS，例如一个页面的主体部分要分成上，左右三块，左跟右两块的DIV要有某种颜色的边框，不知道该怎么针对不同的页面加CSS了...看了下输出的代码，都是这样的标签：
&lt;div class=&quot;border-box&quot;&gt;
&lt;div class=&quot;border-tl&quot;&gt;&lt;div class=&quot;border-tr&quot;&gt;&lt;div class=&quot;border-tc&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;border-ml&quot;&gt;&lt;div class=&quot;border-mr&quot;&gt;&lt;div class=&quot;border-mc float-break&quot;&gt;
&lt;div class=&quot;content-view-full&quot;&gt;
    &lt;div class=&quot;class-folder&quot;&gt;
        &lt;div class=&quot;attribute-header&quot;&gt;

如果是要去相对应的CSS文件里改例如class-folder这个的样式来满足页面的需要，那下次我再新建一个folder,按照EZ的执行，肯定又是调用了这个CSS，不是起不到CSS的效果了（每个页面都一样了），请问这个该如何搞？头很大......</description>
    </item>
    <item>
      <pubDate>Fri, 25 Apr 2008 01:10:25 GMT</pubDate>
      <title>请教关于EZ根结点的问题</title><link>http://www.ezpublish.com.cn/forum/design_develop/ez</link>
      <description>起先拿到手里的content structure下的根节点是一个folder类型，觉得不爽（因为以前一直用FRONTPAGE类型），然后发觉根NODE是不可以删除的，于是在他之下新建了一个节点类型是Frontpage，然后利用高级控制下的swap nodes，把两个节点换了一下，接着把原先的folder类型的节点删除了，但是到INDEX.PHP下发觉 $module_result.content 不能正常输出（空白一片），于是又想把内容还原，就到回收站里把原先的folder类型的节点restore到content structure下，然后问题就来了：
1.首先在后台页面左边的节点树的列表里看不到恢复后的folder类型的节点（个人估计会不会是因为现在出现了两个TOP NODES的缘故？）
2.走到SETUP-&gt;SECTION那边，可以在STADARD下看到两个节点都在，ID分别是23和1，但是要想删除其中一个就不知道怎么操作了。

不知道我有没有把问题描述清楚，还请熟悉的朋友指点下，有点不知所措了</description>
    </item>
    <item>
      <pubDate>Mon, 21 Apr 2008 09:09:25 GMT</pubDate>
      <title>站点访问出错</title><link>http://www.ezpublish.com.cn/forum/installation_config/node_404</link>
      <description>我的站点已经可以访问,但是现在有两个问题,

一个是前台当我访问www.mysite.com/index.php/chi时,可以出现首页的,这个是正确的,但是我访问www.mysite.com/index.php/chi/css时,会出现

Module not found
The requested module css could not be found.

Possible reasons for this are:

The module name was misspelled, try changing the URL. 
The module does not exist on this site. 
This site uses siteaccess matching in the URL and you did not supply one, try inserting a siteaccess name before the module in the URL . 

这个错误,我认为是因为我url中包含了index.php,然后ez把页面的module,view弄混淆了.但是我不能修改apache,我改修改什么地方,或者是别的地方我没有配置对.
但是同样的节点,我用www.mysite.com/index.php/node/view/full/node_id就可以访问到,

第二个错误就是,我再后台新建一个对象再publish的时候,会报错,但是这个节点是可以生成.刷新就可以显示了.但是当我再后台点击这个节点的时候,会出现如下错误

The requested page could not be displayed. (20)
The requested address or module could not be found.

Possible reasons:

The address was misspelled. Try changing the URL. 
The name of the module was misspelled. Try changing the URL. 
There is no &lt;css&gt; module available on this site. 
The site is using URL matching to determine which siteaccess to use, but the name of the siteaccess is missing from the URL. Try to add the name of the siteaccess; it should be specified before the name of the module.

请问这两个错误我该怎么改?是那个地方配置文件没有改对,还是文件的权限没有加?我已经让部分文件的权限是777,但是本地因为apache可以自己改,所以本地的是正确的.

谢谢了!!!!</description>
    </item>
    <item>
      <pubDate>Wed, 09 Apr 2008 05:29:42 GMT</pubDate>
      <title>siteaccesses 它的作用是什么?</title><link>http://www.ezpublish.com.cn/forum/design_develop/siteaccesses</link>
      <description>siteaccesses的作用是什么?怎么用?我知道一点!它可以创建很多个吗?创建还需要改动什么地方?它才能生效
还有我想问一下,PHP和EZPUBLISH在写函数的方式,有什么不同?在什么地方能找到ezpublish 手册, 谢谢!</description>
    </item>
    <item>
      <pubDate>Wed, 19 Mar 2008 14:43:26 GMT</pubDate>
      <title>安装步骤到:   Site package </title><link>http://www.ezpublish.com.cn/forum/installation_config/site_package</link>
      <description>Error
Retrieving remote site packages list failed. You may upload packages manually.

Remote repository URL: http://packages.ez.no/ezpublish/4.0/4.0.0


但是当我下载了*.ezpkg文件但是上传时,总是上传不上去,为什么?因为网速慢吗?我安装的是EZ4.0的linux版本.

请帮帮忙,谢谢了.</description>
    </item>
    <item>
      <pubDate>Tue, 18 Mar 2008 03:21:39 GMT</pubDate>
      <title>在网页中插入一个链接，打开这个链接弹出一个新的窗口</title><link>http://www.ezpublish.com.cn/forum/design_develop/node_383</link>
      <description>用ezpulish,要在网页的文本中插入一个链接，打开这个链接弹出一个新的窗口，除了可以在后台管理中改变连接属性，还可以用其他的方法吗？谢谢</description>
    </item>
    <item>
      <pubDate>Thu, 13 Mar 2008 22:07:14 GMT</pubDate>
      <title>如何更改email的发送格式</title><link>http://www.ezpublish.com.cn/forum/design_develop/email</link>
      <description>在templates/content/collectedinfomail/form.tpl里有一段code 是这样的
{foreach $collection.attributes as $attribute}

{$attribute.contentclass_attribute_name|wash}:

{attribute_result_gui view=info attribute=$attribute}

{/foreach}

其中的 view＝info 是不是控制email的发送格式，我找了在 standard下的所有info.tpl 不过没有一个是我想要的。 

现在的email格式是
Name:
Calvin
Email:
calvin@123.com
我想改成
Name:Calvin
Email:calvin@123.com
希望各位能明白小弟的问题，在此先谢过了

</description>
    </item>
    <item>
      <pubDate>Thu, 13 Mar 2008 02:50:34 GMT</pubDate>
      <title>在ez中关联一个flash文件，在前台为什么不显示呢？</title><link>http://www.ezpublish.com.cn/forum/design_develop/ez_flash</link>
      <description>我在design中的template/pagelayout.php中加入了{let nodeitem=fetch(content, node, hash(node_id, $module_result.node_id))}
				{attribute_view_gui view=banner attribute=$nodeitem.data_map.flash_banner}
			{/let}， 并且我也在后台管理中加入了flash文件，但不知道为什么不显示，请教各位高手多多指点，不胜感激。
                                    谢谢</description>
    </item>
    <item>
      <pubDate>Mon, 03 Mar 2008 06:11:04 GMT</pubDate>
      <title>如何使一个目录分类不在导航栏上显示</title><link>http://www.ezpublish.com.cn/forum/installation_config/node_365</link>
      <description>如果把整个目录隐藏，那内容也看不到了，如何让他不在导航栏上显示，但是打开地址之后还能看到内容呢！！</description>
    </item>
    <item>
      <pubDate>Sun, 02 Mar 2008 05:51:48 GMT</pubDate>
      <title>ez4.0安装后许多内容显示不出来</title><link>http://www.ezpublish.com.cn/forum/installation_config/ez4_0</link>
      <description>安装时选择了Website Interface，安装后很多内容都显示不出来，比如菜单项只有3个：Getting started，Community，Company，而后台里面的内容很多，又没有隐藏，为什么前台显示不出来呢？
不能帖图片，所以可能说得不是很清楚。
谢谢！</description>
    </item>
    <item>
      <pubDate>Tue, 19 Feb 2008 01:41:21 GMT</pubDate>
      <title>改变template</title><link>http://www.ezpublish.com.cn/forum/design_develop/template</link>
      <description>   要改变首页的内容，在frontpage.tpl 作改动可以吗？我主要是想改变首页的content的内容，如在content里加表单，在那里改动呀！呵呵，我是正在学习ezpulish，谢谢，大家给与指导！</description>
    </item>
    <item>
      <pubDate>Fri, 25 Jan 2008 08:47:27 GMT</pubDate>
      <title>自定义的MODULE应该怎么写？</title><link>http://www.ezpublish.com.cn/forum/design_develop/module__1</link>
      <description>其实是为了实现一个简单的contact us（用户填完了之后发邮件，插入自己的数据库表，然后返回欢迎信息），我是用了feedback_form类，但是在表单提交后，不想由内核去做表单处理的事情，所以我想改变TPL里FORM的ACTION，用自己写的MODULE去处理页面。于是如下操作：

1. 建立如下两文件（引用的extension是ezwebin）
extension/ezwebin/modules/contactus/module.php ( 里面只给了一个viewlist叫“result” )
extension/ezwebin/modules/contactus/notify_user.php

2. 在后台ADMIN里的Anonymous的权限控制处，为contactus加了权限

然后在本地访问 http://127.0.0.1/ezpublish/index.php/contactus/result/ 得到了正确的结果
但是在远程服务器上访问 http://www.ooxx.com/contactus/result/ 被告之 无权限（Access deny）, 换成 http://www.ooxx.com/contactus_AAA/result/ 得到结果说找不到MODULE，说明前面的http://www.ooxx.com/contactus/result/ 这个地址是正确的，DEBUG了下也看到了module start，但是就是无权限，请问这是为什么？跟 site.ini.append.php里的 ForceVirtualHost=true 有没关系？（本地没有虚拟URL，但是远程有）</description>
    </item>
    <item>
      <pubDate>Mon, 14 Jan 2008 05:59:53 GMT</pubDate>
      <title>在后台管理中，导入的和原有的是否一样？</title><link>http://www.ezpublish.com.cn/forum/design_develop/node_337</link>
      <description>  在后台管理中，比如导入的folder和im folder一样吗？如果导入多个folder 那岂不是有很多个im folder ？这个问题是在内容和结构中的create 菜单中显示这样的问题！谢谢回答</description>
    </item>
    <item>
      <pubDate>Wed, 09 Jan 2008 04:20:46 GMT</pubDate>
      <title>ezpublish 有没有中文版的系统介绍,</title><link>http://www.ezpublish.com.cn/forum/design_develop/ezpublish__4</link>
      <description>   ezpublish的系统,好像有点乱,改同一个问题,可以很多方法,所以学起来很难,请求帮助,谁能帮我理清一下思路关于ezpublish系统功能的介绍,我学的好像很乱,比如:pagelayout.css和pagelayout.tpl,他们的作用很区别,我可能分不清,还有extension下的子文件,
ezdhtml,ezodf,ezpaypal,ezwebin他们的功能和作用是什么呢?我的真的弄不很明白阿!
setting 这个文件也有很多的内容,有时候也要改这个文件的很多地方,
 我还有一个问题,如何实现标题的浮动,用JAVASCRIPT 吗!但是我在网上找不到这样的代码呀!还有是在design/standard/javascript/contentstructuremenu还是在design/standard/javascript/popupmenu 中改动呀?
或是在其他的地方呀?
谢谢! 回答</description>
    </item>
  </channel>
</rss>