These files are intended for WordPressMU (WPMU) admins.
Current version: 0.1.2
- Fixed the problem of not visible widget even after activation
- No warning message if only one blog
- Added option to choose post or page listing
- Fixed blank display of summary
- Fixed the permalink problem
- Fixed and enhanced few minor things
old version 0.1.0 – First release
Description:
Adds a sidebar widget to let you display recent posts from updated blogs in WordPressMU. The posts from blogs marked as spam, mature, or deleted will not be listed.
Instruction:
If you place files in your mu-plugins directory, the widget is active and available to all blogs.
If you place files in your plugins directory, the widget needs activation by a blog admin. Only after activation, the widget is available.
Upgrade: Just replace the old files with this.
Configurables:
file: ada_wpmu_recent_posts.php
$widget_title
This is the name of the widget that will appear in the Sidebar Widgets screen under Presentation, when activated.
$configure_word_limit
Number of words to display in a post. Default is 0. So the widget only displays list of titles.
file: ada_list-all-posts.php
$db_prefix
Installed DB prefix for your WPMU
$show_posts_id_greater_than
only show posts that has IDs greater than this
1 is Hello World
2 is About page
$blank_limit
Default number of titles to list, if the option was left blank
$blank_word_limit
Default number of words in a post to display, if the option was left blank or 0 [zero].
