WordPress.org

Plugin Directory

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

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

描述

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

Features

  • Allow users to add notes from frontend of the site.
  • Users can edit their saved notes.
  • An admin panel where the width, height and colors of the notepad can be customized easily.

Use cases

  • Membership and e-Learning sites: Members/students in these sites can use this plugin to save personal notes.
  • Frontend Developers: Can use this plugin to save client requests on the site itself. No need to use third party task management tool.

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 🙂

螢幕截圖

  • Screenshot
  • Screenshot
  • Screenshot
  • Screenshot
  • Screenshot
  • Screenshot

安裝

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.

常見問題

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個評價

貢獻者及開發者

“Frontend User Notes – Allow site members to save personal notes from frontend. Fully Ajax.” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

1.3

  • New: Added option to restrict notepage to selected post types.
  • New: Added placeholder animation for submit textarea.
  • New: Added option to override default submit icon SVG.
  • Improved: PHP, CSS, JS improved at multiple places.

1.2

  • New: Allow users to edit their notes.
  • Improved: Overall code.
  • Bugs fixed

1.1

  • All functions and admin options revised. double underscore in functions names replaced with single underscore. After update, save the changes again.
  • Added the option to make wrapper height full screen/offcanvas.
  • Added nice effect during notes loading. Placeholder Loading.
  • Design updates and general fixes.

1.0

  • Just released