Drupal Invite(邀请)模块
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.
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.
Active Tags adds a new option to free tagging taxonomies. If selected the taxonomy widget is replaced by a new jQuery enabled tag entry widget.
我们继续前进,为我们的产品添加其他的属性,以模仿Vancl.我们首先分析,Vancl中,颜色的实现。我们看到Vancl里面,一个衬衫可以有多个颜色。我们查看同一衬衫的不同颜色。我们以商务衬衫为例,它下面包含经典免烫全棉衬衫,这个衬衫又有多种颜色,比如“经典免烫全棉衬衫 直领 蓝方格”
问题:
野放客() 20:55:58
我的怎么弄都不成,用什么函数能提取用 cck 设的 说明字段里的内容
葛红儒(55381091) 20:59:27
你想把图片的显示做成什么样子的?
野放客() 21:00:06
http://www.thomaspucher.com/cms/index.php?idcat=81 就是这样,模仿这个网站就成.
也就是图片和正文分栏显示.
葛红儒(55381091) 21:03:42
图片,正文左右栏显示,你可以单独的创建一个节点模板文件
葛红儒(55381091) 21:04:08
葛红儒(55381091) 21:04:32
把图片放到id为contentleft里面
野放客() 21:04:39
这个我知道
葛红儒(55381091) 21:04:52
然后把正文的内容放到contentright里面