These files are intended for WordPressMU (WPMU) admins.
Current version: 0.1.2
Description:
Adds a sidebar widget to let you display recent Posts from a single blog. Directly access the DB instead of RSS.
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_a_blog_posts.php
$widget_title
This is the name of the widget that will appear in the Sidebar Widgets screen under Presentation, when activated.
file: ada_a_blog.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]].