link-list-manager

This plugin allows you to compile a list of links to images of allocating to each category.

Author:ZetRider (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.2.1
Plugin version:1.0
Added to WordPress repository:22-11-2011
Last updated:22-11-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:60
Rated by:1
Plugin URI:http://www.zetrider.ru
Total downloads:8 655
Active installs:200+
plugin download
Click to start download

With plug-Link List Manager you can organize a list of links with images or without them.
This plugin can be used for display of banners, as well as to display the list of partners. If desired, plug-in can be used as a directory of files.

Features plug-in:
* Separate links to categories
* Configure link for the following:
** Name (anchor)
** Description (alt, title)
** Link (url)
** Behavior (target)
** Image
** Proportionally reduce the width of the image
** The location of the image of the anchor (left or right)
** The sort order options
** Preview links
** Embed a widget in your theme with the settings (block header, a category that you want to show the links)
** ShortCode embed in your blog entries.

For images, plugin creates a folder at: /wp-content/uploads/llm ñ ïðàâàìè CHMOD (0700)
If you do not have the right to display the folder, the plugin does not download images.

HTML:

<ul class="llm llm$ID_CATEGORY">
   <li class="llm-list llm-list$ID_ROW">
      <a href="http://www.zetrider.ru" title="wordpress plugins" target="_blank" class="llm-link llm-link$ID_ROW">
         <img src="http://www.zetrider.ru/wp-content/themes/zetrider/images/logo.png" alt="wordpress plugins" style="llm-images llm-images$ID_ROW">
         ZetRider.ru
      </a>
   </li>
</ul>

CSS:


.llm {
/* Class to the list */
}
.llm$ID_CATEGORY {
/* Class for a list of category ID display options */
}

.llm-list {
/* Class for LI */
}
.llm-list$ID_ROW {
/* Class for LI with ID of record */
}

.llm-link {
/* Class for link */
}
.llm-link$ID_ROW {
/* Class for link ID of record */
}

.llm-images {
/* Class for the image */
}
.llm-images$ID_ROW {
/* Class for the image ID of the record */
}


Options shortcode LLM:

[llm category="id"] - Displays the entries from this category if it exists
[llm category="id" id="id"] - displays the entries from this category and the following link if it exists