WordPress 可以处理这些功能吗? [英] Can WordPress handle these functionalities?

查看:18
本文介绍了WordPress 可以处理这些功能吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是一名前端设计师/开发人员,他选择的后端武器是 WordPress.到目前为止,我所有涉及 WordPress 的项目都是相当基础的,并且它处理得很好.我刚刚找到了一个新客户,他希望在他的下一个项目中内置一些额外的功能,我希望你们中的一些 WordPress 向导可以在我整理报价时给我一些好的建议.

I'm a front-end designer/developer whose weapon of choice for the back-end is WordPress. Up to this point all of my projects involving WordPress were fairly basic and it has handled everything beautifully. I just landed a new client that wants some extra functionality built into his next project and I'm hoping some of you WordPress wizards can give me some good advice while I'm putting together the quote.

我试图限制对后端功能进行任何分包的需要,所以我的问题是 WordPress 是否可以处理以下问题(通过插件或轻量级自定义操作):

I'm trying to limit the need for any subcontracting for the back-end functionality, so my question is whether or not WordPress can handle the following (via plugins or light custom manipulation):

该网站背后的想法是成为一个基于位置的社区日历,医疗保健提供者可以登录并发布他们的活动,以及参与讨论、博客和所有其他 WordPress 优点.我不确定实现最佳方式的具体功能是:

The idea behind the site is to be a community calendar based on location that Health Care providers can log in and post their events to, as well as participate in discussions, blogs and all the other WordPress goodness. The specific functionalities that I'm unsure of the best way to accomplish are:

  • 具有访问权限的成员可以将自己的活动添加到其中的全功能日历 - 必须可按日期/活动类型/地点等进行搜索

  • Full featured calendar that members with access can add their own events to - must be searchable by date/type of event/location etc

与日历集成的会员事件生成器模块 - 包括用于图像的上传字段和用于详细事件信息的表单

Event generator module for members that integrates with calendar - includes upload field for images and forms for details event info

按位置过滤上述两种情况的交互式地图(我假设这需要是 flash,但如果可能的话,我宁愿找到另一种解决方案)

Interactive map to filter both of the above by location (I'm assuming this will need to be flash, but I'd rather find another solution if possible)

我知道还有其他解决方案可能比 WordPress(Drupal、自定义构建等)更适合此问题,但如果有可能作为一个人来解决这个问题,那么我将负责迎头赶上!

I know there are other solutions out there that may be more suited to this than WordPress (Drupal, custom build, etc) but if it's at all possible to tackle this as a one man show then I'm going to charge it head-on!

Stack Overflowers 和其他 WordPress 粉丝...您的见解将不胜感激.提前感谢您的宝贵时间.

Stack Overflowers and fellow WordPress fans...your insight would be much appreciated. Thanks in advance for your time.

推荐答案

此图表提供了您选择武器的经验,但结果仍然很清楚.您仍然可以将其作为单人表演来解决,只需要一点学习曲线来征服更适合手头任务的 CMS 的基础知识.我敢肯定,很多 WordPress 爱好者会出现并扼杀我的声誉,但我与两者都合作过,发现就灵活性而言,WordPress 不是王道,而对于您将不得不做的自定义编码(希望你有一些 PHP?),我觉得你会发现它更容易与另一个平台集成.如果没有编写代码,这项任务将很难完成,即使有一组插件可以完美地满足您的需求.

This graph grants your experience with your weapon of choice, but the results are still clear. You can still tackle this as a 1 man show, it will just take a bit of a learning curve to conquer the fundamentals of a CMS more suited to the task at hand. I'm sure plenty of WordPress affecionados will come along and strangle my reputation, but I've worked with both and have found that in terms of flexibility, WordPress is not king, and for the custom coding you are going to have to do (hope you have some PHP?), I feel that you will find it easier to integrate with another platform. This task will be difficult if not impossible to accomplish without writing code, even if there is a set of plugins that appear on the face to match your needs perfectly.

但无论如何,由于您可能不太关心我的意见,对于 WordPress,您的插件选项看起来像..

But anyway, since you probably don't really care that much about my opinion, for WordPress, your plugin options look like..

日历 - 活动日历http://wordpress.org/extend/plugins/events-calendar/

不过,屏幕截图看起来并不是很有希望.

The screenshots don't look terribly promising though.

我发现的大多数插件都是针对从管理面板进行管理的,可能很难为这些插件提供用户界面,而且看起来事件日历也不例外.有经验的开发人员应该能够相对轻松地连接到事件发布代码,但对于没有经验的人来说,这可能是一种令人沮丧的体验.

Most plugins I have found are geared toward being administered from the admin panel, it may be difficult to provide a user interface to such plugins, and it does not look like the event calendar is an exception. An experienced developer should be able to hook into the event publishing code with relative ease, but it could be a frustrating experience for the inexperienced.

对于交互式地图,Google Maps API 的功能非常丰富,无论平台如何,您都应该能够根据自己的地图需求对其进行调整.

For interactive maps, the Google Maps API is very feature rich, and you should be able to adapt it to your suit your mapping needs, regardless of platform.

如果您希望您的所有提供商都拥有自己的博客等,那么您需要的是曾经的 WordPress MU 插件,但现在是核心捆绑的 WordPress MS(多站点).

If you want all of your providers to have their own blog, etc, what was once the WordPress MU plugin, but is now core-bundled WordPress MS (multisite) is what you need.

这也可能被证明是僵化的,您可能会遇到困难,试图弯曲 WordPress 的铁杆,使您的所有多站点用户都能够发布到一个公共社区站点.我只用 MU 构建了 2 个平台,所以我对此并不乐观.

This again may also prove rigid, and you may encounter difficulty trying to bend the iron of WordPress enabling all your multisite users to be able to post to a common community site. I've only built 2 platforms with MU, so I'm not positive about this.

毫无歉意地重申我的第一点,轻量级的自定义代码在使用 WordPress 时可能会变得非常令人沮丧.

To unapologetically reiterate my first point, what would be light custom code may turn impossibly frustrating using WordPress.

我喜欢 WordPress,并且经常为我的客户选择它.我从未扩展它以适应更大的项目.

I like WordPress, and choose it often for my clients. I have never extended it to suit a larger project.

如果您决定使用它,我希望能帮助您解决您在此过程中可能遇到的任何问题,请随时提问.

If you do decide to use it, I look forward to hopefully helping you with any questions you may have along the way, feel free to ask.

这篇关于WordPress 可以处理这些功能吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆