Plugin Directory

Changeset 1191348


Ignore:
Timestamp:
07/02/2015 05:28:32 PM (11 years ago)
Author:
benhallbenhall
Message:

Removing Preview for now as it is broken

Location:
dimbal-poll-manager/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • dimbal-poll-manager/trunk/classes/class.DimbalPollQuestion_DPM_PRO.php

    r1190558 r1191348  
    375375            );
    376376            */
     377
     378            /*
    377379            $row[] = array(
    378380                'title'=>'Preview',
     
    382384                'image_tooltip'=>'Preview Poll',
    383385            );
     386            */
     387
    384388            $row[] = array(
    385389                'title'=>'Created Date',
  • dimbal-poll-manager/trunk/classes/class.DimbalZone_DPM_PRO.php

    r1190543 r1191348  
    388388                self::TYPE_DTM
    389389            );
     390
     391            /*
    390392            if(in_array($object->typeId, $typesWithPreview)){
    391393                $row[] = array(
     
    396398                );
    397399            }
     400            */
    398401            $row[] = array(
    399402                'title'=>'Created Date',
  • dimbal-poll-manager/trunk/index.php

    r1190565 r1191348  
    1414define('DIMBAL_CONST_DPM_PRO_PLUGIN_TITLE_SHORT', 'Dimbal Polls');
    1515define('DIMBAL_CONST_DPM_PRO_PURCHASE_LEVEL', 'pro');
     16define('DIMBAL_CONST_DPM_PRO_WP_PLUGIN_HOMEPAGE', 'https://wordpress.org/plugins/dimbal-poll-manager/');
    1617
    1718// Dimbal Poll Manager Setup Steps
  • dimbal-poll-manager/trunk/js/dimbal-dpm.js

    r1190558 r1191348  
    2121    initialized:false,
    2222    slug:"DIMBAL_CONST_DPM_PRO_SLUG",
    23     page:"DIMBAL_CONST_DPM_PRO_PAGE_PREFIX",
    2423    url_root:"",
    2524    url_ajax:"",
     
    6160
    6261        // Setup the URLS
    63         //this.page = dimbal_dpm_vars.page;
    6462        this.url_root = dimbal_dpm_vars.url;
    6563        this.url_ajax = dimbal_dpm_vars.ajax_url;
     
    8280                elements[i].setAttribute("id", elementId);
    8381            }
    84 
    85             //console.log("Page: "+dimbalPoll_DPM_PRO.page);
    8682
    8783            // Setup the proper Display Ajax Action
  • dimbal-poll-manager/trunk/pages/dimbal-dpm-support.php

    r1190543 r1191348  
    5353
    5454
    55 /*
     55
    5656$boxesRight[] = new DimbalBox_DPM_PRO(array(
    5757    'type'=>DimbalBox_DPM_PRO::TYPE_TRIM,
     
    6161    'icon'=>DIMBAL_CONST_DPM_PRO_URL_IMAGES.'/award_star_gold_3.png',
    6262    'buttons'=>array(
    63         0=>array('url'=>'http://wordpress.org/support/view/plugin-reviews/dimbal-social-popup','text'=>'Rate this Plugin')
     63        0=>array('url'=>DIMBAL_CONST_DPM_PRO_WP_PLUGIN_HOMEPAGE,'text'=>'Rate this Plugin')
    6464    )
    6565));
    66 */
     66
    6767
    6868$boxesRight[] = new DimbalBox_DPM_PRO(array(
Note: See TracChangeset for help on using the changeset viewer.