=== link-list-manager === Contributors: ZetRider Donate link: http://www.zetrider.ru/link-list-manager.html Tags: links, link directory, link manager, banners, partners Requires at least: 3.0 Tested up to: 3.2.1 Stable tag: 1.0 This plugin allows you to compile a list of links to images of allocating to each category. == Description == 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
== Installation == 1. Download the plugin Link List Manager. 2. Download the folder link-list-manager in the category of plug-ins /wp-content/plugins/ 3. Activate the plugin 4. In the left pane in the administrative setting, select LLManager 5. Add new links 6. Add widget to your LL Manager topic or Shortcode [llm category=""] in your records. == Screenshots == 1. Add a new link 2. Management of reference 3. Editing links == Frequently Asked Questions == Free help and videos is here - http://www.zetrider.ru == Upgrade Notice == none == Changelog == = 1.0 = * Testing and creating plugins