Plugin / Article Directory

Dimox

Installation

Installation

Attention: if you are using the plugin simultaneously with Article Directory WordPress Theme, miss the 5, 6, 7 and 8.1 points of installation:

  1. Copy the article-directory folder in WordPress plugins directory (/wp-content/plugins/).
  2. Activate the plugin through admin interface.
  3. Activate the “Membership (Anyone can register)” option on the “General Settings” page of admin area.
  4. On the same page select “Author” or “Contributor” in the option “New User Default Role”.
  5. Add the following code in the index.php file of your theme (or in another file in a place, where you want to display the categories list):

    <?php if (function_exists('article_directory')) article_directory(); ?>
    
  6. Add the following code in a place of your theme (for example, in sidebar.php), where you want to see the authorization form:

    <?php if (function_exists('article_directory_authorization_form')) article_directory_authorization_form(); ?>
    
  7. Add the following code in the header.php file before the </head> tag:

    <link rel="stylesheet" href="<?php bloginfo('wpurl'); ?>/wp-content/plugins/article-directory/author-panel.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="<?php bloginfo('wpurl'); ?>/wp-content/plugins/article-directory/categories.css" type="text/css" media="screen" />
    
  8. Select a prefered interface for authors in corresponding option at the “Settings → Article Directory” page of admin area. If you have selected the “Author panel”, then follow these subpoints:

    1. Create in directory with your theme a new PHP file, for example author-panel.php and paste the following code in it:

      <?php
      /*
      Template Name: Author panel
      */
      if (function_exists('article_directory_author_panel')) article_directory_author_panel();
      ?>
      
    2. Create in admin area a new page and select the template “Author panel” in page attributes. Through this page authors will add new articles and change their profile. Access in admin area for authors will be forbidden.

    3. Specify ID of this page in corresponding option at the “Settings → Article Directory” page of admin area.

  9. That’s all. If it’s necessary, you may customize other options of plugin.

The plugin also lets you to display the list with the links to categories RSS feeds. To do this, you must:

  • Create a new page template.
  • Add the following code:

    <?php $rssfeeds=true; ?>
    <?php if (function_exists('article_directory')) article_directory(); ?>
    
  • Create a new page in the admin interface and select the created template in page attributes.

Ratings

1
1 reviews

Rating breakdown

Details Information

Version

1.3

First Released

08 Apr, 2008

Total Downloads

96,344

Wordpress Version

2.9 or higher

Tested up to:

3.0.5

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.