Drupal数据库管理

发布于 2024-11-10 18:56:17 字数 391 浏览 0 评论 0原文

我是 drupal 的新手。我正在使用 drupal 6.x。我正在尝试制作一个项目来收集学费教师数据库。这就是我需要的, 如果某个老师需要先将他的数据添加到我的网站,他必须创建一个帐户,然后他需要填写地址、教学科目、城市等表格,上传他的照片、班级详细信息。 ...分机。第一部分完成

,如果有人需要找老师,我需要放置一个带有以下选项的搜索框。

  1. 按主题
  2. 搜索 按城市
  3. 搜索 按年级

搜索 按有关教师的摘要列表搜索结果,如果单击一次,请提供完整的详细信息。

我希望你能得到我需要的东西,我的英语很差,对此感到抱歉。

任何人都可以告诉我如何通过 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.

  1. search by subject
  2. search by city
  3. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

私野 2024-11-17 18:56:17

我建议您阅读 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文