Plugin: BuddyPress Links

Join this plugin group to follow comments, support topics and reviews.

Change Log

0.5

  • Tested with WordPress 3.x and BuddyPress 1.2.6
  • Improved compatibility when groups component is disabled
  • Improved compatibility when activity component is disabled
  • Added configuration constant for disabling groups integration
  • Added configuration constant for using select box for categories on create form
  • Added filter to bp_links_is_url_valid() to allow extended validation
  • Fixed pubdate bug in feed generator
  • Fixed linkmeta bug where empty values where being passed to array_map()
  • Updated RU translation, props SlaFFik

0.4.1

  • Fixed comment count bug
  • Fixed nasty bug that caused filtering not to work for specific translations
  • Fixed some translatable string issues, props SlaFFik
  • Updated RU translation, props SlaFFik

0.4

  • Initial group integration support added
  • Added profile and group sharing features
  • Create link directly from user profile and group pages
  • Moved link list update/error messages to inside the current link’s li block
  • Added external link icon next to main link URL on the link list
  • All link list targets and rels are no longer set by default and must be explicitly set with a filter
  • All link list content is now separately filterable for finer control over URLs and content
  • Load members profile links using plugins template instead of members home action
  • Link description can be configured as optional with a constant
  • Usability fixes to the link create/admin form (props Mike Pratt)
  • Changing the component slug is now officially supported
  • Heavy duty javascript refactoring

0.3.2

  • Fixed broken paging
  • Fixed bug with status check in some queries
  • My Links now correctly only shows the displayed user’s links
  • My Links activity now correctly only shows the displayed user’s links activity

0.3.1

  • Fixed nasty SQL query bug, big props to windhamdavid
  • Fixed broken category filtering that affected recently active links for single user
  • Updated French translations, props Chouf1
  • Added German translation, props Michael Berra
  • Added Swedish translation, props Ezbizniz

0.3

  • Baseline BuddyPress 1.2 support, REQUIRES BP 1.2 or higher
  • Removed classic theme support (may re-support in the future if there is a huge demand)
  • Wire support has been dropped and replaced with the activity stream
  • Deep and seamless activity stream integration, complete with RSS feeds
  • @mentions support, complete with e-mail notifications
  • Lightbox for viewing photos and videos without leaving the site
  • Moved template files to plugin dir to ease future upgrading
  • Added support for template overriding from child theme
  • Moved link loop item HTML from hard coded PHP to a template (links-loop-item.php)
  • Added the much requested filters for link REL and TARGET
  • Completely hooked into default theme AJAX (no duplicate functionality)
  • Removed redundant “Home” link from link list
  • Major overhaul of how we hook into the dashboard
  • Replaced full blown widget with a basic widget based on groups
  • Replaced custom elapsed time function with bp_core_time_since for continuity
  • Added filters for changing navigation tab names.
  • Fixed many old bugs

0.2.1

  • Added support for auto embedding standard web pages
  • Added automatic thumb picker for rich web pages
  • Fixed layout bug that was affecting all webkit browsers
  • Some other minor bug fixes

0.2

  • Added support for auto-embedding of rich media (API documentation coming soon!)
  • Reduced create/admin form to one page
  • Wider selection of thumb sizes for the links widget
  • Many CSS improvements and fixes
  • Lots of general refactoring
  • Some minor bug fixes

0.1

  • First beta versions
  • Many, many i18n fixes
  • A few bug fixes