I just uploaded the new version of INAP (In-line Ajax Page) to this site for testing. If you find any bugs please let me know. Assuming there are no bugs I will be releasing the new version on the 18th.
Tag Archives: Plugins
Super Category (multi-blog) Plugin Compatability List.
To add a plugin to this list please leave a comment with: Plugin Name, url, status. If the plugin doesn’t work please say how it doesn’t work; this description can be technical — the plugin calls get_var(“XXXX”) which has no hook — or non-technical — the plugin shows super categories titles in its widget –, but please give it.
Plugins that work without modification
- Ultimate Tag Warrior — tags.php will list all tags regardless of site, but individual tags will not list posts from other sites beneath them.
- Widgets – the plugin itself works.
- Inap — of course
- Landing sites
- Admin Drop Down Menus
- Askimet
- runPHP
- WordStats
- DupPrevent
- Google Analyticator
Plugins that require minor modification
- Dagon Design Sitemap Generator:
- Fix This by:
- Adding:
if (function_exists('sprcat_filter_categories')){ $c_items = sprcat_filter_categories($c_items); }
Before: $cat_count = 0;
Plugins that require major modification or do not work
- XML Sitemap Generator currently does not work. It is possible to get it to work for single domains with a few modifications and if you turn off automatic updates.
Show or Hide Until
This plugin provides a BBcode that hides or shows text depending on the date. If you are using the rich text (not WYSIWYG) editor you will be provided with two simple buttons that will insert the BBcode into your post.
The bbcode looks like: ‘[hide_until="Year-Month-Day Hour:Minute:Second".]Some text here[\hide_until]” or ‘[show_until="Year-Month-Day Hour:Minute:Second".]Some text here[\show_until]”.
A couple notes:
Installation:
- Upload to your plugins folder.
- Activate in the WP admin panel.
Some possible uses:
- Announce the results of a contest in the original post.
- Update the instructions for a plugin before you release it without having to re-edit the post later.
- Change the content of a time sensitive post.
- Write a post all at once, and then have the content released in parts without a lot of different posts.
Super Category (multi-blog) plugin with no hacks
This is an old buggy version. Please use the newest.
NOTE:
I believe the only part that is missing is where it says to follow the instructions in the Up and Running section. In this section it basically said to make a group of links or categories belong to only one site add them to a category with the same name as the url (eg site: http://anthologyoi.com would have all its links under the anthologyoi.com category).
Don’t worry I will rewrite the detailed section as soon as I get time (read: over the weekend)
Download the Super Category Plugin here
About a month and a half ago I released a first version of this plugin. In it I had to use a combination of hacks along with a plugin to have the same functionality that this version has with no hacks what-so-ever.