Dynamic Favorites WordPress Plugin

Populates the favorites drop down menu, introduced in 2.7, with links based on actual page accesses. Lists the pages you actually use most.

Tracks admin page accesses and maintains a running total of those page accesses. Based on the top admin page accesses, this plugin will display a configurable number of favorites in the drop down menu.

Version Information:

Version: 1.3
Requires WordPress Version: 2.7
Compatible up to: 2.8.4
Last updated: February 3, 2009

Installation

  1. Upload the dynamic-favorites folder to the /wp-content/plugins/ directory or install directly through the plugin installer.
  2. Activate the plugin through the 'Plugins' menu in WordPress or by using the link provided by the plugin installer
  3. Optional: Visit the options page in the Admin at Settings>Dynamic Favorites to configure the number of favorites to display in the drop down.

NOTE: See "Other Notes" for Upgrade and Usage Instructions as well as other pertinent topics.

Upgrade

  1. Use the plugin updater in WordPress or...
  2. Delete the previous dynamic-favorites folder from the /wp-content/plugins/ directory
  3. Upload the new dynamic-favorites folder to the /wp-content/plugins/ directory
  4. Optional: Visit the options page in the Admin at Settings>Dynamic Favorites

Usage

  1. Just install and activate.
  2. Optional: Visit the options page in the Admin at Settings>Dynamic Favorites to set the limit of items to disaplay in the favorites drop down.
  3. Optional: Visit your profile to reset your list of items in the favorites menu.

Change Log

1.3 (2008-02-04):

  • XHTML 1.0 fixes for links in drop down

1.2 (2009-01-27):

  • Fixed function reference for call to add the options page

1.1 (2009-01-26):

  • Added prepare statements for the sql queries
  • Added additional ignores
  • Code cleanup

1.0 (2009-01-15):

  • Initial Public Release

Download

Downloaded: 507 times

Dynamic Favorites version 1.3
Archived and Development Versions

Please contact me with any support requests or bug reports. Thank you!

2 Responses to “Dynamic Favorites WordPress Plugin”

  1. Fred Widley

    What I would really like is a way to remove the “favorites” entirely.

  2. Travis

    Hey Fred, What I would suggest doing is creating a new CSS file with a property to set the display of #favorite-actions to display:none. then in your theme’s functions.php you can add something like <?php add_action( 'admin_head', create_function( '', 'echo "’ ) ); ?>

Leave a Reply