drupal可以做到这一点吗?
我是一名 PHP 开发人员,主要使用 CakePHP、magento 和 wordpress。我想创建一个针对志愿服务社区的社区驱动网站,让用户注册、创建个人资料、添加以前的志愿职位、让组织注册和发布工作等。这是 drupal 可以处理的事情吗?这就是 drupal 的目的吗?
我只是想知道 drupal 如何处理自定义方法。假设我想让用户向某人请求参考,我必须编写执行此操作的方法。这在 drupal 中可能吗?
我很想听到任何人做类似的事情!
谢谢,
琼斯
I am a php developer using mostly CakePHP, magento, and wordpress. I want to create a community driven website aimed at the volunteering community that will let users sign up, create profiles, add previous voluntary positions, let organisations sign up and post jobs, etc. Is this something that drupal can handle? Is this what drupal was built to do?
I'm just wondering how drupal deals with custom methods. Say I wanted to have a user request a reference from someone, I'd have to write methods that did this. Would that be possible in drupal?
I'd love to hear from anyone doing something similar!
Thanks,
Jonesy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
是的。
您可能想看看 drupal commons 一个拥有大量社区的 drupal 发行版内置功能。
Yes.
You may want to take a look at drupal commons a distribution of drupal with a lot of community features built in.
我的答案与 Jeremy 完全相同......我从来没有做过一个没有受益于 drupal 及其高度可扩展性的项目。
听起来您的项目相当大,需要相当多的模块才能启动。我会对您需要满足的不同规范点进行广泛的谷歌搜索(例如:“drupal 用户配置文件模块”),并且一定要查看旁边的相关模块。
Drupal 提供了钩子,允许您与其大部分方面进行交互。自定义功能进入模块,几乎您要处理的所有内容都是模块。
最后我找不到任何例子,但我知道像你这样的项目已经使用drupal成功完成了!
My answer is exactly the same as Jeremy... I have never done a project that has not benefited from drupal and its highly extendible nature.
It sounds like your project is quite large and is going to require a fair few modules to get going. I would have an extensive google for the different spec points you need to meet (for example: "drupal user profile module") and be sure to look at the related modules down the side.
Drupal provides hooks which allow you to interact with most aspects of it. Custom functionality goes into modules and pretty much everything you will deal with is a module.
Lastly I can't find any examples, but I know that projects like yours have successfully been done using drupal!
是的。
如果您打算使用 drupal 7 那么它可以很容易地完成。您只需管理一些字段并为用户分配适当的权限即可。
Yes.
And If you are going to use the drupal 7 then it can be done very easily. You just have to manage some fields and just to assign a proper permissions to the users.
这些任务可以通过 drupal 完成。已经存在用户配置文件、用户关系、组等模块。所有帖子都可以作为节点概念进行处理。用户注册、用户注册都可以在安装 Drupal 时进行。而且它是可扩展的。
谢谢
-临空
These tasks can be done with drupal. There are already module exists for User Profile, User Relationships, Groups etc. All post can be handled as node concept. User registration, user sign up all are available at the installation of Drupal. And it is extensible.
Thanks
-Rinku