This module is maintained by Ukrainian developers.
Please consider supporting Ukraine in a fight for their freedom and safety of Europe.
Note: As of 2015-05-04, this project appears to no longer be supported. If you are interested in taking this project over, or you as the project maintainer feel this message has been posted in error, please reply to#2472893: Bloggers appears to be unsupported.
Read description in russian below.
English version
Module display a list af all bloggers with their avatars, real names (if module RealName is enabled) and X titles of last blog's posts.
Module is using paging for bloggers list. Pager also can be disabled.
Bloggers list is sorting by total count of posts in blog.
Optionaly (at module settings page) you can enable showing date of blogger's registration at site and a total number of posts in blog for each blogger.
Page is displayed at URL: example.com/blogs
At module settings page you can set:
how many titles of last blog's post should be displayed
how many bloggers should be displayed at one page (pager is using)
how many posts should be in a blog to be listed in this list of bloggers.
Dropdown Tabs does only one thing: It takes the menu items that are in your primary and secondary tabs, and turns them into dropdown select boxes. The reason that we built this module was to help us conserve a bit of space and keep the site somewhat tidy.
Usage
Turn on the module at admin/build/modules.
Navigate to admin/build/block and configure the Dropdown Tabs block. Note that the Dropdown Tabs block content may float left, right, or not at all.
Place the Dropdown Tabs block into a region on block admin page OR inject the block manually into a template file with the following code:
<?php
/* For manual injection into template eg. page.tpl.php, use: */
$block = module_invoke('dropdown_tabs', 'block', 'view');
print $block['content'];
?>