跳至内容
WordPress.org

China 简体中文

  • 主题
  • 插件
  • 新闻
    • 文档
    • 论坛
  • 关于
  • 获取 WordPress
获取 WordPress
WordPress.org

Plugin Directory

Blocdash – Backend Dashboard Toolkit

  • 提交插件
  • 我的收藏
  • 登录
  • 提交插件
  • 我的收藏
  • 登录

Blocdash – Backend Dashboard Toolkit

作者:Digitaldive
下载
  • 详情
  • 评价
  • 安装
  • 开发进展
支持

描述

Blocdash is a modular dashboard framework for WordPress block themes. Enable only the features you need and control access by role. It includes frontend login/register/profile forms, an announcements feed with likes and replies, and optional Google OAuth login.

External services

This plugin can connect to Google services when the optional Google Login and/or One Tap features are enabled.

Service: Google OAuth / Google Identity Services (One Tap)
What it is used for: Allow users to authenticate with their Google account on the front-end login flow.
What data is sent and when:
– When a user initiates Google Login or One Tap, their browser loads Google’s Identity Services script and is directed to Google for authentication.
– The site sends the OAuth authorization code, client ID, and client secret to Google’s token endpoint to obtain an access token.
– The access token is then sent to Google’s userinfo endpoint to retrieve the user’s profile details (such as email address, name, and Google user ID) required to sign them in or create a WordPress account.

Terms of service: https://policies.google.com/terms
Privacy policy: https://policies.google.com/privacy

Privacy

If Google Login or One Tap is enabled, the plugin sends requests to Google OAuth endpoints to authenticate users. No other external services are contacted by default.

安装

  1. Upload the plugin folder to /wp-content/plugins/.
  2. Activate Blocdash in the Plugins menu.
  3. Visit the Blocdash admin hub to enable modules and configure settings.

常见问题

Does Blocdash create pages automatically?

Yes. On activation it can create Dashboard, Login, Register, and Profile pages. You can disable this via the blocdash_create_default_pages filter.

Can I disable modules?

Yes. Use the Modules tab in the admin hub to enable or disable each feature.

How do I enable account deletion from the profile editor?

Go to Blocdash → Register Form → Account Management and enable “Allow users to delete their own account.” The delete option appears in the profile editor for non-admin users.

How do I enable reply badges and reply deletion?

Enable replies in Blocdash → General → Announcements, then toggle “Allow users to delete their own replies.” Badges appear when new replies are posted since your last visit.

Can admins delete their own accounts or reassign posts on delete?

Yes. Use the filters below in a custom plugin or your theme’s functions.php:

`

add_filter( ‘blocdash_allow_admin_account_delete’, ‘__return_true’ );
add_filter( ‘blocdash_account_delete_reassign’, function( $reassign_id, $user_id ) {
return 1; // Reassign posts to user ID 1.
}, 10, 2 );
`

评价

此插件暂无评价。

贡献者及开发者

「Blocdash – Backend Dashboard Toolkit」是开源软件。 以下人员对此插件做出了贡献。

贡献者
  • Digitaldive

帮助将「Blocdash – Backend Dashboard Toolkit」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志。

更新日志

1.0.1

  • Security: sanitize password reset inputs and escape announcement author output.
  • Security: fix JS-context encoding for Google One Tap login URI.
  • I18n: align text domain with plugin slug across PHP and block registration.
  • Docs: document Google external services usage.

1.0.0

  • Initial release.

额外信息

  • 版本 1.0.1
  • 最后更新:3 月前
  • 活跃安装数量 不到10
  • WordPress 版本 5.8 或更高版本
  • 已测试的最高版本为 6.9.4
  • PHP 版本 7.4 或更高版本
  • 语言
    English (US)
  • 标签
    announcementsblockdashboardloginregister
  • 高级视图

评级

尚未提交反馈。

Your review

查看全部评论

贡献者

  • Digitaldive

支持

有话要说吗?是否需要帮助?

查看支持论坛

  • 关于
  • 新闻
  • 主机
  • 隐私
  • 陈列窗
  • 主题
  • 插件
  • 区块样板
  • 学习
  • 支持
  • 开发者
  • WordPress.tv ↗︎
  • 参与
  • 活动
  • 捐赠 ↗
  • 未来五分计划
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

China 简体中文

  • 关注我们的 X(原 Twitter)账号
  • 访问我们的 Bluesky 账号
  • 关注我们的 Mastodon 账号
  • 访问我们的 Threads 账号
  • 访问我们的 Facebook 公共主页
  • 关注我们的 Instagram 账号
  • 关注我们的 LinkedIn 主页
  • 访问我们的 TikTok 账号
  • 访问我们的 YouTube 频道
  • 访问我们的 Tumblr 账号
代码如诗
The WordPress® trademark is the intellectual property of the WordPress Foundation.