Dynamic Favorites
Jul 08 2012
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.
Upgrade
- Use the plugin updater in WordPress or…
- Delete the previous
dynamic-favorites
folder from the/wp-content/plugins/
directory - Upload the new
dynamic-favorites
folder to the/wp-content/plugins/
directory - Optional: Visit the options page in the Admin at
Settings>Dynamic Favorites
Usage
- Just install and activate.
- 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. - Optional: Visit your profile to reset your list of items in the favorites menu.
- Upload the
dynamic-favorites
folder to the/wp-content/plugins/
directory or install directly through the plugin installer. - Activate the plugin through the ‘Plugins’ menu in WordPress or by using the link provided by the plugin installer
- 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.
How can I show more items in my favorites menu?
Browse to Settings>Dynamic Favorites
and enter a new limit. The default is 5.
Can I reset the links in my favorites drop down?
Yes. Visit your profile page and select true
from the Reset Dymanic Favorites
drop down and then click Update Profile
.
- XHTML 1.0 fixes for links in drop down
- Fixed function reference for call to add the options page
- Added prepare statements for the sql queries
- Added additional ignores
- Code cleanup
- Initial Public Release