如何在 phpMyAdmin 中为每个服务器创建不同的主题?

发布于 2024-08-16 21:11:56 字数 139 浏览 3 评论 0原文

有没有什么方法不需要主要重写 phpMyAdmin 源代码来根据服务器选择不同的主题?

我发现更改主题很容易,但它适用于所有服务器。

我想这样做的原因是,当我在生产中执行查询时,它会显示不同的颜色,并且我不会将其与开发上的查询混淆。

Is there any way w/o majorly rewriting the phpMyAdmin source code to have a different theme chosen based on server?

I see it's easy to change themes, but it applies to all servers.

Reason I'd like to do this is so that when I perform a query on production it shows a different color right there and I won't confuse it with a query on dev.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绝不服输 2024-08-23 21:11:56

还没有尝试过这个,但显然你可以通过以下方式配置它:

主题选择

在主页上,我们可以提供一个主题
选择器给用户。环境
$cfg['ThemeManager'] 为 TRUE(
默认)显示选择器:帮助
选择合适的主题、颜色
主题/样式旁边的调色板图标
为我们带来了可用的屏幕截图
主题。然后我们可以点击接受它
在我们想要的主题下。所选择的
主题被记录在 cookie 中。经过
默认情况下,应用记住的主题
到我们连接到的所有服务器。使
phpMyAdmin 每个记住一个主题
MySQL服务器,我们设置
$cfg['ThemePerServer'] 为 TRUE。

Haven't tried this but apparently you can configure it by:

Theme selection

On the Homepage, we can offer a theme
selector to users. Setting
$cfg['ThemeManager'] to TRUE (the
default) shows the selector: To help
choose a suitable theme, the color
palette icon next to Theme/Style
brings us screenshots of the available
themes. We can then click on take it
under the theme we want. The chosen
theme is remembered in a cookie. By
default, the remembered theme applies
to all servers we connect to. To make
phpMyAdmin remember one theme per
MySQL server, we set
$cfg['ThemePerServer'] to TRUE.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文