|
|
ListofSupportedPlugins
List of plugins supported by K2 out-of-the-box.
Plugin Support?
K2 comes with built-in support for a range of plugins which would otherwise require the user to manually edit their functionality into the code. With the following plugins, all you have to do is upload and activate the plugin, and it will in most cases automatically spring into action.
The version number of the plugins might not correspond to the latest version of said plugin, but is the last version of that plugin known to have worked for certain.
List of Supported Plugins
| Plugin Name | Version | Notes |
| Nybbles Sidebar Modules | v1.0.1 | SBM code comes integrated with K2 |
| Quoter | v1.1 | - |
| Edit Comments | v0.3 | - |
| Brian's Latest Comments | v1.5.8 | - |
| WordPress Widgets | v1.0 | - |
| FlickrRSS | v3.0.3 | - |
| Related Posts | v2.02 | - |
| Extended Live Archives | 0.10beta R18 | In the K2 Options, activate 'Archives Page' and press the 'Setup ELA' button |
| Time Since | v1.1 | - |
| Ultimate Tag Warrior | v3.14 | - |
| Gravatars | v.1.1 | - |
| Favatars | v2.0 | - |
| Subscribe to Comments | v2.0.4 | - |
Sign in to add a comment

I think it needs to be updated, for example Wordpress Widgets is not used anymore..
does ELA still work with the new structure of WP 2.3?
ELA functionality has been integrated into K2 after about RC1 - no need for the seperate plugin anymore, as far as I can tell.
ELA is supported by K2, but you have to have ELA installed and you have to be using a WordPress? version prior to 2.2. Check k2/page-archives.php to see that in action; it's this block of code:
<?php if (function_exists('af_ela_super_archive') && !($wp_version > 2.2)) { ?> <h3><?php _e('Live Archives','k2_domain'); ?></h3> <p><?php printf(__('This is a \'live archive\', which allows you to \'dig\' into the %s repository in a fast and efficient way without having to reload this page as you explore.','k2_domain'), get_bloginfo('name')); ?> </p> <div id="livearchives"> <?php af_ela_super_archive('num_posts_by_cat=50&truncate_title_length=40&hide_pingbacks_and_trackbacks=1&num_entries=1&num_comments=1&number_text=<span>%</span>&comment_text=<span>%</span>&selected_text='.urlencode('')); ?> <div class="clear"></div> </div> <?php } else { ?>Lightbox plugin supporting K2 available here!! ;)