Horje
A widget that accesses your Coppermine Gallery and displays thumbnails on your WordPress page. Wordpress Tutorial

Noted That:

  • To install correctly this display-cpg-thumbnails.zip .
  • Fisrt Download the display-cpg-thumbnails.zip to your computer
  • Extract/Open display-cpg-thumbnails.zip to Your Computer.
  • Then, Find readme.txt file inside display-cpg-thumbnails.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:

1. First Download " display-cpg-thumbnails.zip " Plugin to your Local Computer. (Click Download)

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

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on " Plugins " + " Add New " from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse " display-cpg-thumbnails.zip "  Downloaded plugin from your computer, Where you downloaded display-cpg-thumbnails.zip According to Step – 1 Above then, click on " Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on " Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. " Display CPG Thumbnails " folder is added on left sidemenu. Now, Click on " Display CPG Thumbnails " folder.

   Noted that: If you do not see " Display CPG Thumbnails " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ".

8. Now you configure yourself oR Watch video tutorial below about  Display CPG Thumbnails Configurtions and Settings or How to work " Display CPG Thumbnails " 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 " Display CPG Thumbnails " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Display CPG Thumbnails
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Copy to your plugin folder.
  2. Activate the plugin.
  3. Go to Widgets.
  4. Drag the widget to the desired sidebar.
  5. Establish the required parameter values on the Widget Screen.
  6. Edit and set the DEFINE statemtents to correspond with your environment in the script ‘DisplayCPGThumbnailsGuts.php’.

Widget Setup

  • Title: Type in the desired title.
  • CPG Config Location: This is the file location of your CPG Config file. There is a Document Root Path display on the bottom of the screen to help you with this. This file is in your CPG Directory and is conifg.inc.php. The indicated location is the full file location and not the URL.
  • Random or Update: This radio box selects if the display of selected thumbnails is random or update.
  • Number Images: The number of images to be displayed, must be a numeric integer value between 1 and 100 inclusive.
  • Max Per Album: The maximum number of images that can be displayed from any one album. A value of -1 means the field is ignored. Values allowed are between 1 and 5 inclusive.
  • Max Per User: The maximum number of images to be displayed from any one user. A value of -1 means the field is ignored. Values allowed are between 1 and 5 inclusive.
  • Thumb Width: The maximum width of the thumbnail displayed, in pixels. A value of -1 means the field is ignored. Valid values are between 50 and 100 inclusive.
  • Thumb Height: The maximum height of the displayed thumbnail in pixels. A value of -1 means the field is ignored. Valid values are between 50 and 100 inclusive.
  • NBR of TBL Cols: The number of columns displayed. If -1 is entered the output is not returned as a html table, otherwise values must be between 1 and 12 inclusive.
  • Caption Options: This controls the captioning text. Valid options are ‘USR’ (for user name), ‘DTE’ (for upload date), ‘TIT’ (for picture title) and ‘CAP’ (for picture caption). These are entered as you want text displayed below your thumbnails. The values are entered separated by ‘/’, eg. DTE/TIT to display only a date and title.
  • Caption Prefixes: The prefix displayed before the caption option. These are entered separated by ‘/’ and are free text.
  • Caption Lengths: Indicates the length in bytes of the associated caption option.
  • Caption Cont. Text: This is the text you want after the max length has been reached and that caption option has been trunctated. For example, ‘…’ would do something like ‘my new do…’ if the length was set to 9.
  • Document Root Path: For display only. Indicates the root file path. This will be helpful in setting up the CPG Config Location.
  • Parameter Validation Return Area: For display only. Indicates if there are any errors.

Defines in DisplayCPGTHumbnailsGuts.php

You will need to set up these variables depending on your requirements and setup. The only item that is mandatory to set is the BRIDGEDtoPHPBB3. All of these items are defines in the script because once set up they will not normally ever need to be modified.

  • define(“BRIDGEDtoPHPBB3”, TRUE); -> This indicates if your CPG environment is ‘bridged’ to a phpbb3 forum. This is important since if your CPG environment is bridged to a forum the user name will be in the forum database (not within CPG). Since the user name is displayed as a part of the caption this is important.
  • define(“sqldb_MAX_READS”, -1); -> This is the max number of reads if not -1. Recommend just leaving it as -1 unless it is required for performance.
  • define(“scaleImages”, FALSE); -> This indicates if the images are to be ‘scaled’. If this is set to true (not recommended) both the width and height directives will be used on the img tag.
  • define(“sizeDownOnly”, TRUE); -> If set to true will not increase the size of the image. Example, actual image height is 80 px, height is indicated as 100 px, the displayed image will be 80.

CSS

You will need to add some CSS to your wordpress theme. This normally goes into the style.css file in your theme folder. There may be some more CSS you need to integrate the widget into your theme. You can see the full scope of css at coolthaihouse by using firebug.


table.CPGImage{ border: none !important; margin: 0px 0px 0px 3px !important; width: auto !important;}
.CPGImage tr td {border-width: 0px 1px 0px 1px !important; border-color: #E4E2DB !important; border-style: dotted !important; padding: 2px 2px 2px 2px !important;}
table.CPGImage td:first-child {border-left: 0 !important;}
table.CPGImage td:last-child {border-right: 0 !important;}
.CPGImage tr td {margin-bottom: 3px !important;}
.CPGImage p { width: 90px !important; margin-bottom: 0px !important; margin-right: 2px !important; padding-right: 2px !important; margin-left: 2px !important; margin-right: 2px !important; font-size: 9px !important; vertical-align: bottom !important; text-align: left !important; line-height: 1.1em !important; word-wrap: break-word !important; clear: both !important; }

Table

If the NBR of TBL Cols is used (not -1) the output is tabelized.


The resultant tabel looks something like this: 
etc.

widget , accesses , coppermine , gallery , displays , thumbnails , page , tutorial ,

Name

Read Article
https://develop.horje.com/learn/1434/reference