Plugin Directory

Changeset 1306177


Ignore:
Timestamp:
12/11/2015 01:41:50 PM (10 years ago)
Author:
LeadBoxer
Message:

improved instructions and updated to version 4.4

Location:
leadboxer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • leadboxer/trunk/leadboxer.class.php

    r1224856 r1306177  
    3232        public function plugin_admin_add_page() {
    3333
    34             add_submenu_page( 'options-general.php', __( "Leadboxer",'leadboxer'),__( "Leadboxer",'leadboxer'), 'manage_options', 'leadboxer', array( $this, 'add_settings' ));
     34            add_submenu_page( 'options-general.php', __( "LeadBoxer",'leadboxer'),__( "LeadBoxer",'leadboxer'), 'manage_options', 'leadboxer', array( $this, 'add_settings' ));
    3535
    3636        }
     
    4949                <h2>' . __( "LeadBoxer Settings",'leadboxer') . '</h2>
    5050
    51                 <h4>' . __( "Application information",'leadboxer') . '</h4>
    52                 <p>Please enter your dataset/account ID name as registered at leadboxer.com.<br>
    53                 If you have not done so yet, you can register your site for a free trial at <a href="https://www.leadboxer.com?wp">LeadBoxer</a></p>
     51                <h4>' . __( "Plugin Configuration",'leadboxer') . '</h4>
     52                <p>If you have not done so yet, start by registering for a free trial at <a href="https://www.leadboxer.com?utm_source=wp-plugin">LeadBoxer</a><br>
     53                You will receive an email which contains your dataset.<br>
     54                To get things setup you need to copy/paste your LeadBoxer dataset ID in the field below and click Save</p>
    5455
    5556                <form action="">
     
    5859
    5960                <div class="fieldwrap">
    60                 <label class="" for="dataset">' . __( "Enter your registered dataset here",'leadboxer') . '</label><br />
    61                 <input type="text" name="dataset" size="80" value="' . $name . '" id="dataset" spellcheck="true" autocomplete="off" />
     61                <label class="" for="dataset">' . __( "Enter your dataset id here",'leadboxer') . '</label><br />
     62                <input type="text" name="dataset" size="80" value="' . $name . '" id="dataset" spellcheck="false" autocomplete="off" />
    6263                </div>
    6364
     
    7071
    7172                </form>
    72                 <p>You can verify a succesfull install by visiting the hompage of this wordpress site, then login at <a href="http://product.leadboxer.com">product.leadboxer.com</a>, and go to the leadboard report. <br>
    73                 You should see yourself there.</p>
     73                <p>You can verify a succesfull install by first visiting the homepage of this Wordpress site, then login at <a href="https://product.leadboxer.com?utm_source=wp-plugin">product.leadboxer.com</a><br>
     74                You should see your visit there as a first lead.</p>
    7475
    7576                </div>';
  • leadboxer/trunk/readme.txt

    r1266613 r1306177  
    33Tags: leads, lead, generation, capture, sales, form tracking, tracker
    44Requires at least: 3.0.1
    5 Tested up to: 4.3
     5Tested up to: 4.4
    66Stable tag: 1.0
    77License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.