本周六答疑继续解答了CCK图片字段多图片的显示问题
问题:
野放客() 21:03:53
cck 创建的images字段 里有很多张图片在 node-project.tpl.php 怎么输出
解答:
葛红儒(55381091) 21:05:43
可以写一个循环
葛红儒(55381091) 21:05:52
也可以使用gallery模块
葛红儒(55381091) 21:06:06
galleria?
问题:
野放客() 21:03:53
cck 创建的images字段 里有很多张图片在 node-project.tpl.php 怎么输出
解答:
葛红儒(55381091) 21:05:43
可以写一个循环
葛红儒(55381091) 21:05:52
也可以使用gallery模块
葛红儒(55381091) 21:06:06
galleria?
有一篇很好用的文章:http://www.lullabot.com/articles/drupal-charting。详细的介绍了各个Drupal的图表模块,很具有参考价值。
Splash的意思在这里是引人注目的,重点地,突出显示的意思.
Display any internal path, external URL or text as a splash page before going to the actual frontpage.
在访问实际的首页之间,显示一个splash 页面,这个页面可以是一个内部的URL提供的页面,也可以是外部URL提供的页面,也可以是Splash模块配置页面中输入的静态HTML.
很多人开始了网商实践,对于大多数人,都是缺乏技术,和资金的.你开了一个网店,无论是taobao的小店,还是独立的网店,都有一个重要的问题,那就是如何吸引客户.
当我们使用Drupal搭建网店的时候,本身就具有了很好的SEO效果.Drupal自身的SEO在同类CMS,以及 与很多网店软件相比,都是很优秀的.
首先,从主题上,要选择DIV+CSS的方式,这种方式已经成为Drupal圈内的主流方式了.主题需要通过W3C的认证.
启用简洁URL,不要使用IIS主机,因为IIS不支持简洁URL.启用Drupal核心的Path模块,对一些重要的路径使用别名.
Invitations are important to create network effects and exponential growth of a community of interest. This module adds an 'Invite a friend' feature that allows your users to send and track invitations to join your site.
学员问题:
春() 12:54:36
drupal 登录认证后,希望用户登录在关闭浏览器以后失效,需要重新登录,要怎样设置啊
解答:
葛红儒(55381091) 13:03:21
你可以将session的周期设置为0
葛红儒(55381091) 13:03:35
这样就自动失效了,
葛红儒(55381091) 13:03:57
在settings.php文件中,有个这个选项
春() 13:04:31
ini_set('session.cookie_lifetime', 2000000);
春() 13:04:35
这个吗?
葛红儒(55381091) 13:06:31
对,就是这个
葛红儒(55381091) 13:06:41
设置为0就可以了
春() 13:59:19
谢谢。可以了。
This module provides an powerful interface for managing a taxonomy vocabulary. A vocabulary gets displayed in a dynamic tree view, where parent terms can be expanded to list their nested child terms or can be collapsed.
The Multiselect module defines a widget to be used with CCK fields. It allows the user to select multiple items in an easy way. It consists of two lists, one of all available items, the other of selected items. The user can select an item by moving it from the unselected list to the selected list. This module relies on the built-in jQuery features of Drupal 6 and does not require any additional modules other than the CCK module set.