Banner for Sp Client Document Manager
Project, Document & File Management. A Remote file sharing to manage, share, track, group, distribute any type of document or media file. Wordpress Tutorial
Noted That:
  • To install correctly this sp-client-document-manager.zip .
  • Fisrt Download the sp-client-document-manager.zip to your computer
  • Extract/Open sp-client-document-manager.zip to Your Computer.
  • Then, Find readme.txt file inside sp-client-document-manager.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " sp-client-document-manager.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Sp Client Document Manager

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Sp Client Document Manager

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Sp Client Document Manager

Step-5 : Now, Browse " sp-client-document-manager.zip " Downloaded plugin from your computer, Where you downloaded " sp-client-document-manager.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Sp Client Document Manager

Step-6 : Now, Click on " Active Plugin "

Activate Sp Client Document Manager

Step-7 : Then, See left Side Menu. " Sp Client Document Manager " folder is added on left Side Menu. Now, Click on " Sp Client Document Manager " folder.

Noted that: If you do not see " Sp Client Document Manager " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Sp Client Document Manager Configurations and Settings or How to work " Sp Client Document Manager " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " SP Project & Document Manager " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is SP Project & Document Manager
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Advanced documentation: http://learn.smartypantsplugins.com/

  • Upload the plugin to your plugins folder
  • Activate the plugin
  • Create a new page and enter the shortcode [sp-client-document-manager]
  • Go to the plugin admin page and click settings to configure the plugin (VERY IMPORTANT!)
  • If you’re using the premium version please upload the zip archive in the settings area.

Short Codes

x = configurable area

[sp-client-document-manager uid=”x”]

*uid = user id of a user will display that users files

This shortcode displays the uploader

[cdm-link file=”x” date=”1? real=”1?]
* This links to a specific file

  • file = required, this is the file id. You can find the file id in admin under files or by clicking on a file. The ID is listed next to the date.
  • date = (set to 1) optional, show the date of a file
  • real = (set to 1) optional, generate the real url for the file, the link tags are not generated and only the url is returned. This is good for custom links and image url’s

examples:

  • [cdm-link file=”53? date=”1?]
  • Will generate a link with the file name and date

‘< img src=”[cdm-link file=”53? real=”1?]” width=”100?> ’

Will generate a full url for use in an image

[cdm-project project=”x” date=”1? order=”x” direction=”x” limit=”x” ]

This shortlink will display a unordered list of files, it is a basic html ul so you can use css to display it however you want.

  • project = required, this is the project id which you can get in admin under the projects tab.
  • date = optional, put’s the date of the file next to the file name
  • order = (name,date,id,file) optional, use one of the fields to order the list by
  • direction = (asc,desc) optional, Only to be used with order, use asc for ascending order or desc for decending order
  • limit = optional, use to limit the amount of results shown.

examples:

  • [cdm-project project=”1? date=”1? ]
  • [cdm-project project=”1? date=”1? order=”name” direction=”asc” limit=”10? ]

User Role Capabilities

If you use “User Role Editor” plugin and want to assign CDM capabilities to another role then please use the following custom captabilities. All are automatically set for administrator

  • sp_cdm = You need this role to view the plugin, this is a very minimal role. You can view files, edit and delete.
  • sp_cdm_settings = edit settings as well as enable any premium plugin features (in the future we will break premium features into their own roles, just getting started here)
  • sp_cdm_vendors = Show vendors tab
  • sp_cdm_projects = Show projects tab
  • sp_cdm_uploader = Use the uploader (add files)

[cdm_public_view]

This is a shortcode for premium members only, it displays the file list to the public. This shortcode lists all the files from all users.

Premium Users

*Premium users must have free + premium version installed. The premium extends the free version.


Name