Linux 软件免费装
Banner图

Frontend User Notes

开发者 absikandar
更新时间 2025年7月16日 00:18
捐献地址: 去捐款
PHP版本: 4.5 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

membership user e-learning notes notepad

下载

1.2 1.0 1.3 1.4 2.0.0 2.0.1 1.1

详情介绍:

Frontend User Notes is a simple yet powerful WordPress plugin that allows logged-in users to add, edit, and manage personal notes directly from the frontend of your website. Whether you're building a membership site, a learning platform, a project management tool, or a customer portal, this plugin provides a user-friendly interface for your users to jot down and save important information without ever accessing the WordPress dashboard. Simply copy, paste is allowed for the ease of adding notes. Demo video https://youtu.be/mohh2jgg7aU Key Features Use cases Frontend User Notes is flexible and can be used in many different scenarios. Here are just a few ways site owners are using the plugin: 1. Membership and e-Learning sites: Allow members to keep track of their thoughts, tasks, or goals related to the content they consume. Whether it's online courses, coaching sessions, or exclusive content, users can take notes for personal reference. 2. Project Management Platforms Provide your team members or clients a simple way to track personal tasks, ideas, or reminders without having to integrate a full project management suite. 3. Educational Sites & eLearning Platforms Let students take private notes while reading lessons or watching course videos. A great companion for LearnDash, Tutor LMS, or LifterLMS-based sites. 4. Intranet Portals Add note functionality to company intranets so employees can keep private logs, to-do lists, or reminders. 5. Customer Dashboards If you run a client area where users can access order details or support history, give them the ability to maintain personal notes about their experience or issues. Only works for logged in users/members. After activating the plugin, visit the frontend of the site to see it in action. Please rate if you like this plugin :)

安装:

Install the plugin and activate. Go to Frontend User Notes options page under Settings menu and customize. Visit the frontend of the site to see it in action.

屏幕截图:

  • Screenshot
  • Screenshot
  • Screenshot
  • Screenshot
  • Screenshot

常见问题:

Can users see other users’ notes?

No. Notes are strictly private and only visible to the user who created them.

Is it compatible with Elementor or Gutenberg?

Yes! It is compatible with all themes and page builders.

Can admins view user notes?

Yes. Site Administrators can view and edit user notes from backend.

How can we replace/change the submit icon?

Use the following hooked function to change or replace the default submit icon. add_filter( 'funp_override_default_submit_icon', 'funp_override_default_submit_icon_cb' ); function funp_override_default_submit_icon_cb($icon){ return 'New Icon SVG code'; /* Can also use a text for submit button */ }

更新日志:

2.0.1 2.0.0 (Major Update) 1.4 1.3 1.2 1.1 1.0