Descrição
Code needed for backwards compatibility with previous versions of BuddyPress. Contains wire component, status updates, and functions that have been renamed or replaced.
It also contains the original bp-classic and bp-sn-parent themes from 1.1, which have been updated to included the new code from BuddyPress 1.2.
Use this plugin if your theme relies on functions or components that existed in BuddyPress versions less than 1.2.
This plugin includes the wire and status update components. These components were merged into the activity stream in BuddyPress 1.2.
Instalação
- Upload
/buddypress-backwards-compatibility/
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- A menu item named “Legacy Components” is added to the BuddyPress menu. Use this to turn on backwards compatibility support for those individual components.
Perguntas frequentes
- Why would I use this plugin
-
- If you want to use the wire component.
- If you want to have dedicated status updates outside of activity stream updates.
- If your theme uses functions that were removed or renamed in the lastest version of BuddyPress
- If you are using plugins that have not updated to support the latest version of BuddyPress.
- Does this plugin modify my existing data?
-
No, but if using the wire or status updates components, it will attempt to upgrade or create the necessary tables those components need.
Avaliações
Este plugin não tem avaliações.
Contribuidores e programadores
“BuddyPress Backwards Compatibility” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “BuddyPress Backwards Compatibility” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
0.6
- Added support for BuddyPress 1.2 final.
0.5.3
- Add missing friend count functions
0.5.2
- Included original bp-class and bp-sn-parent themes and register the new bp-themes path
0.5.1
- Set BP_CLASSIC_TEMPLATE_STRUCTURE to true by default
0.5
- Added deprecated activity widget and better wire and group template tag support.
0.1
- Initial upload of files to WP plugin repository