启用管理页面模板路径暗示 - Magento的 [英] Enable template path hint in admin pages - Magento

查看:118
本文介绍了启用管理页面模板路径暗示 - Magento的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望能够在管理面板模板路径提示。我知道如何做到这一点的前端,但后端?其实我是想编辑的管理面板。

I want to enable template path hints in admin panel. I know how to do it for the front end, but for back end?? I actually want to edit the admin panel .

在此先感谢..

推荐答案

您可以通过直接更改数据库做到这一点。如果你有类似的phpMyAdmin是要获得一个好方法。输入此SQL。

You can do it by changing the database directly. If you have something like phpMyAdmin that is a good way to gain access. Enter this SQL.

INSERT INTO `core_config_data` (`scope`, `scope_id`, `path`, `value`)
       VALUES ('websites', '0', 'dev/debug/template_hints', '1');

当你与路径进行提示,只是删除 core_config_data 的匹配记录或更新字段设置为 0 而不是删除整个记录,它可能会因为你刚刚添加它是最后一个。

When you are done with path hints just delete the matching record from core_config_data Or update the value field to 0 instead of deleting the whole record, it will probably be the last one since you've just added it.

这篇关于启用管理页面模板路径暗示 - Magento的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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