社交引擎升级主题
我有一个社交引擎 3.x 的项目。我已将其升级为社交引擎4.x。我想将社交引擎 3.x 旧主题升级为社交引擎 4.x 主题。
I have a project in social engine 3.x . I have upgraded it into social engine 4.x. I want to upgrade social engine 3.x old theme into social engine 4.x theme.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Social Engine 4 使用新的处理模板的方式,并且您在 SE 3.x 中习惯的许多内容(例如 Smarty 部件等)的处理方式有所不同。复制现有主题,重命名并开始编辑模块/小部件的 CSS 和布局文件。
Social Engine 4 uses new way of handling templates, and a lot of stuff you got used to in SE 3.x - like Smarty parts and stuff, is handled differently. Copy a existing theme, rename it and start editing CSS and layout files of modules/widgets.
New SE4 拥有全新的模板引擎。如果要迁移,请确保将 css 和其他文件重新设计为 SE4 架构。
The New SE4 has an entirely new template engine. If you want to migrate, make sure you redesign the css and other files as the SE4 architecture.