Drupal数据库管理
我是 drupal 的新手。我正在使用 drupal 6.x。我正在尝试制作一个项目来收集学费教师数据库。这就是我需要的, 如果某个老师需要先将他的数据添加到我的网站,他必须创建一个帐户,然后他需要填写地址、教学科目、城市等表格,上传他的照片、班级详细信息。 ...分机。第一部分完成
,如果有人需要找老师,我需要放置一个带有以下选项的搜索框。
- 按主题
- 搜索 按城市
- 搜索 按年级
搜索 按有关教师的摘要列表搜索结果,如果单击一次,请提供完整的详细信息。
我希望你能得到我需要的东西,我的英语很差,对此感到抱歉。
任何人都可以告诉我如何通过 drupal 做到这一点。需要哪些模块,创建教师数据库的最简单方法是什么,我如何搜索
I'm new to drupal. i'm using drupal 6.x. i'm trying to make project to collect tuition teachers database. this is what i need,
if some teacher need to add his data to my site first he have to create an account, then he need to fill form like address, teaching subject, city, upload his photo, class details . ...ext. first part done
and if some one need to find a teacher, i need put a search box with following option.
- search by subject
- search by city
- search by grade
search result by list of summery about teachers and if click once give full details.
I hope you can get what i need, my english is poor, sorry for that.
can anyone give me a idea how do i do this by drupal. what needy modules, what is the easiest way to create teachers database, how do i search that
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您阅读 CCK(用于您的应用程序所需的自定义字段)和带有公开过滤器的视图(用于您的搜索+结果)。通过 Google 可以找到有关每个内容的各种教程(以及 CCK 和视图),您也可以查看它们的集成:
http://summapro.com/drupal-tutorials/learning-expose-filter-views-search-and-过滤器
http://www.cliffordx.com/pgs /2/2010/如何使用视图暴露的过滤器块
I recommend that you read up on CCK (for the custom fields you'll need for your application) and Views with Exposed Filters (for your search + results). There are a variety of tutorials on each of these findable via Google (as well as the module pages for CCK and Views), also for their integration you might check out:
http://summapro.com/drupal-tutorials/learning-exposed-filter-views-search-and-filter
http://www.cliffordx.com/pgs/2/2010/how-use-views-exposed-filter-block