Skip to content

htang014/Jot-Data-Manager-for-WordPress

Repository files navigation

icon

Jot Data Manager

Currently supports MySQL only.

Information

Description

Jot allows non-technical WordPress administrators to modify MySQL tables with a lightweight, user-friendly interface.

Features

  • Create menus directly in the WordPress administration page to view and interact with tables
  • Quickly add and edit single entries to the data table
  • Associate table entries with images, which are uploaded and managed using the Jot interface
  • Rearrange table entries or split entries into multiple tables

Installation

  • Download project as zip
  • Upload to WordPress project via the plugins menu
  • Activate plugin

Usage

Creating a menu

  • To create a menu, navigate to the "Settings">"Jot Settings"
  • Ensure "Create New" is selected under "Menu Selection"
  • Fill in your database information and click Update
  • Choose the table that you want to create a menu for
  • Fill in the remaining form and click "Add New"

Modifying a menu

  • To edit a menu, navigate to the "Settings">"Jot Settings"
  • Choose a menu to edit under "Menu Selection"
  • Modify the settings to your liking and click "Save Changes" at the bottom of the page

Deleting a menu

  • To delete a menu, navigate to the "Settings">"Jot Settings"
  • Choose a menu to edit under "Menu Selection"
  • Click "Delete Menu" at the bottom of the page

Regarding image association

  • Tables you wish to associate with images must have a dedicated image source column (ex. imgsrc)
    • The image source column will contain the image FILENAME
    • The image directory will be defined during setup
  • To use your own default image (used when no association is made), simply add a "blank-profile-picture.jpg" to your image directory

Screenshots:

Display Page

Display Page 2

Edit Entry Page

Add Entry Page

Settings Page

About

A WordPress plugin that offers a non-technical interface for modifying MySQL tables

Resources

License

Stars

Watchers

Forks

Packages

No packages published