Drupal 网站可通过移动设备访问
我通过 Drupal Multisite 安装拥有大约 20 个具有通用代码库和数据库的站点。 使多站点 Drupal 安装也可通过移动设备访问的最佳方式是什么?
例如,我有像 www.abc.com、www.cde.com、www.fgh.com 等网站,它们都指向相同的代码库和 Drupal 多系统安装的公共数据库,该安装使用域访问模块作为其关键模块。使多站点 Drupal 安装也可通过移动设备访问的最佳方式是什么?所以现在我希望通过移动设备访问 www.abc.com 时显示移动版本或重定向到 mobile.abc.com
- 使用 Mobify.me 和关联插件
- 使用 Drupal Mobile Plugin http://drupal.org/project/mobileplugin
- 使用 Drupal 数据库在 php 中创建一个页面。
移动版本只需要显示最后 3 项,而网页版本是复杂的杂志布局。
考虑以下几点,最好的解决方案是什么?
- 灵活性
- 低服务器负载
- 快速响应时间
- 可靠性
也欢迎替代解决方案
I have some 20 sites with common codebase and database via Drupal Multisite installation.
Whats the best way to make a multisite Drupal installation also accessible via mobile.
For example, I have sites like www.abc.com, www.cde.com, www.fgh.com etc all poiting to same codebase and a common database of a Drupal multisiste installation which uses Domain Access Module as its key module. Whats the best way to make a multisite Drupal installation also accessible via mobile. So now I would like www.abc.com when accessed via mobile to show the mobile version or get redirected to mobile.abc.com
- Use Mobify.me and associate plugin
- Use Drupal Mobile Plugin http://drupal.org/project/mobileplugin
- Make a page in php using Drupal database.
The mobile version just needs to show the last 3 items while the web version is a complex magazine layout.
Whats the best solution considering the following points
- flexibility
- low server load
- fast response time
- reliability
Alternate solutions are also welcome
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处对选项进行了很好的概述,
当选项 1 和 3 失败时它符合您的大多数标准。
移动工具似乎比 mobileplugin 得到更好的支持和使用,但可能值得尝试一下,看看什么最有效在你的环境中。
There is a good overview of options here
Option 1 and 3 are fails when it comes to most of your criteria.
Mobile Tools seems better supported and used than mobileplugin, but it is probably worth experimenting a bit to see what works best in your environemnt.