Linux 软件免费装
Banner图

Frontend User Notes

开发者 absikandar
更新时间 2025年5月5日 19:55
捐献地址: 去捐款
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 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: Members/students in these sites can use this plugin to save personal notes.
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.
  1. Project Management Platforms
Frontend Developers: Can use this plugin to save client requests on the site itself. No need to use third party task management tool.
  1. 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.
  1. Intranet Portals Add note functionality to company intranets so employees can keep private logs, to-do lists, or reminders.
  2. 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

常见问题:

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.0 (Major Update) 1.4 1.3 1.2 1.1 1.0