Linux 软件免费装

Frontend User Notes - Allow site members to save personal notes from frontend. Fully Ajax.

开发者 absikandar
更新时间 2025年2月17日 23:31
捐献地址: 去捐款
PHP版本: 4.5 及以上
WordPress版本: 6.7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

membership user e-learning notes notepad

下载

1.3 1.2 1.0 1.1

详情介绍:

Allow site members and registered users to add and save personal notes from site's frontend. The notes add and update in real time using ajax. Suitable for membership sites and e-learning sites. Fast, secure and easily customizable. Demo video https://youtu.be/i9IGs8tWCAY Features Use cases 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
  • 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'; }

更新日志:

1.3 1.2 1.1 1.0