به محتویات بروید
WordPress.org

فارسی (افغانستان)

  • پوسته‌ها
  • افزونه‌ها
  • اخبار
  • درباره
  • Contact
  • دریافت وردپرس
دریافت وردپرس
WordPress.org

Plugin Directory

Blocdash – Backend Dashboard Toolkit

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

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.

اطلاعات

  • Version 1.0.1
  • Last updated 1 ماه پیش
  • Active installations کمتر از 10
  • WordPress version 5.8 یا بالاتر
  • Tested up to 6.9.4
  • PHP version 7.4 یا بالاتر
  • Language
    English (US)
  • Tags
    announcementsblockdashboardloginregister
  • نمایش پیشرفته

امتیازها

No reviews have been submitted yet.

افزودن ارزیابی من

See all reviews

مشارکت کنندگان

  • Digitaldive

پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

مشاهده انجمن پشتیبانی

  • درباره ما
  • اخبار
  • میزبانی
  • حریم خصوصی
  • ویترین
  • پوسته‌ها
  • افزونه‌ها
  • الگوها
  • یادگیری
  • پشیتبانی
  • توسعه‌دهندگان
  • WordPress.tv ↗
  • مشارکت کنید
  • رویدادها
  • حمایت ↗
  • پنج برای آینده
  • WordPress.com ↗
  • مت ↗
  • بی‌بی‌پرس ↗
  • بادی‌پرس ↗
WordPress.org
WordPress.org

فارسی (افغانستان)

  • از حساب X (تویتر سابق) ما دیدن کنید
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • صفحه ی فیسبوک ما را بازدید نمایید
  • بازدید از حساب کاربری ما در اینستاگرام
  • بازدید از حساب کاربری ما در LinkedIn
  • Visit our TikTok account
  • از کانال یوتیوب ما دیدن کنید
  • Visit our Tumblr account
کد شعر است.
The WordPress® trademark is the intellectual property of the WordPress Foundation.