Plugin Directory

Gravity Forms Directory

Add directory capabilities and other functionality to the great Gravity Forms plugin.

3.2.2

  • For sites that have "pretty permalinks" turned off
    • Fixed issue with "Back to Directory" links not working
    • Fixed search
  • Fixed bug where "Hide This Field in Directory View" wasn't working properly
  • Added a check so that both Thickbox and Colorbox don't open entry if both scripts are loaded

3.2.1

3.2

  • Added limituser option - a new option to show only entries users have created. You can also hide entries from not-logged-in users (see FAQ).
  • Updated lightbox to use Colorbox, vastly superior lightbox to Thickbox.
    • Now uses lightboxsettings shortcode attribute (but is backward compatible with entrylightbox and lightbox settings)
    • Added kws_gf_directory_colorbox_settings filter to allow you to modify the settings
    • Groups images, websites, and entries separately by default. Use kws_gf_directory_lightbox_settings_rel filter to modify (see FAQ)
    • Choose from multiple styles
  • Added list input type support
  • Fixed bugs/issues
    • Fixed 404 errors in Single Entry View after de-activating then re-activating plugin. Now properly generates rewrite rules.
    • Fixed header code 404 when viewing entries in lightbox mode (Support topics here and here)
    • Front-end editing of certain types of input types failed because GFFormDisplay class wasn't defined.
    • Fixed issue where scripts were not always printing in the <head>
    • Fixed fatal error when outputting date_created field (issue #649652)

3.1.1

3.1

  • Added much-requested option for front-end User editing of entries. Must be enabled (off by default).
  • Added option for front-end Administrator editing of entries (except for approval status). Must be enabled (off by default).
  • Fixed issue where multiple-word searches were being converted into one word.
  • Removed ?row=# for the back-link to the directory. There was no need for it to get the lead ID.
  • Added actions and filters for the new editing capabilities. Check out the code if you a) know what this means, and b) want to see. Search for apply_filters and do_action.

3.0.3

Sorry for the many updates in one day, but I can only fix many bugs as they get reported.

  • Fixed "close thickbox" button image path for IIS (Windows) servers by using site_url() instead of get_bloginfo()
  • Fixed potential incorrect form ID in the link generation to single entries
  • Improved start_date and end_date shortcode generation
  • Fixed Warning: require_once(directory.php): failed to open stream: No such file or directory warning when using lightbox to view single entries.
  • Fixed non-javascript links to sort by column

3.0.2

  • Fixed "This form does not have any entries yet." issue - the filtering code was not compatible with Gravity Forms 1.5, only 1.6 beta. This has been resolved.

3.0.1

This release should fix some major issues users were having with 3.0. Sorry for the problems.

  • Fixed issue where Directory Fields buttons weren't being rendered (the JavaScript hadn't been loaded)
  • Fixed issue with support for Members plugin
  • Added improved support for filter by date
    • Added start_date and end_date settings to Insert Directory form with datepicker
    • Now allows for sorting using the query string (for example, adding ?start_date=YYYY-MM-DD to the directory URL)
  • Removed bulk update Approve and Unapprove options when form not approval-enabled
  • Fixed display of Directory & Addons menu - now showing on all admin pages.

3.0

  • Completely revamped the admin approval process! Now approving an entry is as easy as checking a box in the Entries view.
    • Supports bulk approve and un-approve
  • Added "Directory Fields" in the Form Editor
    • "Approved" field: Add this to your form to have a pre-configured admin-only checkbox.
    • "Entry Link" field: Use this text as a link to the single entry view
  • Added "Directory" tab to fields in the Form Editor
    • Use Field As Link to Single Entry
    • Text for Link to Single Entry
      • Use field values from entry
      • Use the Field Label as link text
      • Use custom link text.
    • Hide Field in Directory View
    • Hide Field in Single Entry View
  • Added a how-to video and improved instructions on settings page
  • Improved how settings work & some new settings
    • Added "Smart Approval" - Automatically convert directory into Approved-only mode when an Approved field is detected
    • Added configuration for default directory settings on the Directory & Addons settings page
    • Added jstable setting to enable javascript sorting using the Tablesorter script. Includes kws_gf_directory_tablesorter_options filter to modify Tablesorter settings.
    • Updated page_size setting: setting a page size of 0 now shows all entries.
    • Added credit link setting for directories
  • Fixed bugs & issues
    • Fixed search and entry counts for Approved-only directories
    • Improved internationalization support
  • Structural & display improvements
    • Added proper enqueuing of scripts and styles with enqueue_files function.
    • Hides search and page count when there are no results
    • Restructured plugin to use the GFDirectory class.
    • Added a host of new actions and filters to allow for inserting custom content throughout the directory
    • Added support for custom endpoints (instead of entries...see FAQ for more information)
  • And much, much more!

Note: This update has only been tested with WordPress 3.2 and Gravity Forms 1.5.2.8 and Gravity Forms 1.6 beta.

2.5.2

  • Fixed broken image for lightbox close button (issue #570042)
  • Fixed definition list (DL) display mode: each entry in directory view is now wrapped with a dl; single-entry view entries are now wrapped with single dl
  • HTML generation fix: <liclass now <li class (thanks @lolawson)
  • Improved JavaScript table sorting function (thanks to feedback from heavymark)
  • Added option to use links to sort tables instead of JavaScript (jssearch, under Formatting Options)

2.5.1

  • Added alternating class of even and odd for rows

2.5

  • Improved directory shortcode insertion by checking values against defaults; now inserts into code only non-default items (the default shortcode is now 20 characters instead of 815!)
  • Added formatting options for directory & entries: display as table (default), list (<ul>), or definition list (<dl>)
  • Added kws_gf_directory_defaults filter to update plugin defaults.
  • Added address formatting using appendaddress setting. This will add a column to the output with a combined, formatted address. Use new hideaddresspieces setting to turn off the individual address pieces. Instead of having Street, City, State, ZIP, now there's one column "Address"
  • Added truncatelink option (explained below)
  • Added URL formatting filters to modify how links are truncated so you can choose to display the anchor text exactly as you want (the URL itself won't change). The link text http://example.example.choicehotels.com/hotel/tx173 becomes choicehotels.com, but will still link to the full URL.
    • Don't show http(s): kws_gf_directory_anchor_text_striphttp
    • Strip www: kws_gf_directory_anchor_text_stripwww
    • Show root only, not the linked to page (example.com/inner-page/ becomes example.com): kws_gf_directory_anchor_text_rootonly
    • Strip all subdomains, including www: kws_gf_directory_anchor_text_nosubdomain
    • Hide "query strings" (example.com?search=example&action=search becomes example.com): kws_gf_directory_anchor_text_noquerystring
  • Submit a form using the keyboard, not just clicking the button
  • Added filter to change directory pagination settings (results page links): kws_gf_results_pagination
  • Fixed issue with malformed pagination link URLs
  • Improved "Expand All Menus" checkbox layout
  • Discovered an issue: pagination on approved-only entries doesn't work well. To compensate, you could set your page size to a large number that contains all the entries. This likely will not be fixed soon.

2.4.4

  • Added administration menu for Gravity Forms Addons, allowing you to turn off un-used or un-desired functionality. Access settings either using Forms > Addons link or Forms > Settings > Addons.
    • Choose to turn off referrer information, directory functionality, the Addons widget, and Gravity Forms backend modifications

2.4.3

  • Should fix issue with Approved checkbox not working in some cases where Admin-Only is enabled. Please report if still having issues.

2.4.2

  • Fixed display of textarea entry data for short content (thanks, Tina)

2.4.1

  • Included entry-details.php file, required for lightbox viewing
  • Fixed issue with single-entry lightbox view - no longer shows admin-only columns if admin-only setting is turned off.
  • Fixed Multi-blog single entry view, canonical link and chortling generation

2.4

  • Added single-entry viewing capability
  • Fixed footer column filters

Requires: 2.8 or higher
Compatible up to: 3.3.2
Last Updated: 2012-4-10
Downloads: 31,319

Average Rating

4 stars
(27 ratings)

Support

1 of 4 support threads in the last three weeks have been resolved.

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
1 person says it's broken.

100,2,2 100,2,2 100,1,1 100,1,1
100,1,1
100,1,1
0,1,0 33,3,1 100,1,1 100,2,2 100,1,1 50,2,1 50,2,1
100,1,1
100,1,1 100,1,1 100,1,1 100,1,1 100,1,1
100,1,1 100,2,2 100,3,3
100,1,1 100,1,1
100,1,1 100,1,1 100,1,1
100,2,2
100,2,2 33,3,1 100,2,2 100,1,1 67,3,2 100,1,1 100,2,2
75,4,3
0,1,0