Plugin Directory

Changeset 1412654


Ignore:
Timestamp:
05/08/2016 05:06:26 PM (10 years ago)
Author:
wpdev33
Message:

bug fixed

Location:
wp-newsletter-subscription/trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • wp-newsletter-subscription/trunk/admin/panels/form.php

    r1412112 r1412654  
    1 
    2  <div class="panel-body">
     1<div class="panel-body">
    32     
    43      <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
     
    9594<select name="wns_mailchimp_lists" id="wns_mailchimp_lists" class="form-control style="width:300px">
    9695<?php
     96if(!empty($total))
    9797for($i=0;$i<=$total;$i++)
    9898{   
  • wp-newsletter-subscription/trunk/admin/panels/integration.php

    r1412112 r1412654  
    4545<select name="wns_mailchimp_wpregiter" id="wns_mailchimp_wpregiter" class="form-control" style="width:150px">
    4646<?php
     47if(!empty($total))
    4748for($i=0;$i<=$total;$i++)
    4849{   
     
    9697<select name="wns_mailchimp_woocommerce" id="wns_mailchimp_woocommerce" class="form-control" style="width:150px">
    9798<?php
     99if(!empty($total))
    98100for($i=0;$i<=$total;$i++)
    99101{   
     
    146148<select name="wns_mailchimp_comment" id="wns_mailchimp_comment" class="form-control" style="width:150px">
    147149<?php
     150if(!empty($total))
    148151for($i=0;$i<=$total;$i++)
    149152{   
     
    196199<select name="wns_mailchimp_buddypress" id="wns_mailchimp_buddypress" class="form-control" style="width:150px">
    197200<?php
     201if(!empty($total)) 
    198202for($i=0;$i<=$total;$i++)
    199203{   
  • wp-newsletter-subscription/trunk/admin/panels/subscribe.php

    r1412112 r1412654  
    2626            <select name="mailchimp_lists" id="mailchimp_lists" class="chosen-select" style="width:300px">
    2727<?php
     28
     29if(!empty($total))
    2830for($i=0;$i<=$total;$i++)
    2931{   
  • wp-newsletter-subscription/trunk/changelog.txt

    r1412112 r1412654  
     1= 1.1 =
     2*- Bug Fix
    13
    24= 1.0.0 =
  • wp-newsletter-subscription/trunk/functions/defaults.php

    r1412112 r1412654  
    3838        $array['wns_double_optin'] = 'false';
    3939        $array['wns_mailchimp_api_key'] = '';
     40        $array['wns_wpregiter']='';
     41        $array['wns_mailchimp_wpregiter']='';
     42        $array['wns_woocommerce']='';
     43        $array['wns_mailchimp_woocommerce']='';
     44        $array['wns_comment']='';
     45        $array['wns_mailchimp_comment']='';
     46        $array['wns_buddypress']='';
     47        $array['wns_mailchimp_buddypress']='';
     48        $array['wns_wpregiter']='';
     49
    4050       
    4151        $array['backgroud_color']='rgba(19, 35, 47, 0.9)';
     
    4454        return apply_filters('newsletter_subscription_default_options_array', $array);
    4555    }
    46 
  • wp-newsletter-subscription/trunk/functions/hook-actions.php

    r1412112 r1412654  
    1919        add_action( 'woocommerce_checkout_order_processed', array( $this, 'wns__subscribe_from_woocommerce_checkout' ) );
    2020        add_action( 'woocommerce_checkout_update_order_meta', array( $this, 'wns__save_woocommerce_checkout_checkbox_value' ) );
    21         if(newsletter_subscription_get_option('wns_wns_buddypress')=='1')
     21        if(newsletter_subscription_get_option('wns_buddypress')=='1')
    2222        add_action( 'bp_before_registration_submit_buttons', array( $this, 'wns__newsletter_checkbox' ), 20 );
    2323        add_action( 'bp_core_signup_user', array( $this, 'wns__subscribe_from_registration' ), 10, 1 );
  • wp-newsletter-subscription/trunk/functions/widget.php

    r1412112 r1412654  
    6969    }
    7070}
    71 
  • wp-newsletter-subscription/trunk/index.php

    r1412112 r1412654  
    33Plugin Name: WP Newsletter Subscription
    44Plugin URI:
    5 Description: plugin which allows Subscribe their email to the MailChimp subscription list
     5Description: Plugin which allows Subscribe their email to the MailChimp subscription list
    66Version: 1.0
    77Author:wpdev33
     
    1212
    1313class Newsletter_Subscription {
    14 
    15 
    1614
    1715function __construct(){
     
    6563}
    6664new Newsletter_Subscription();
    67 
    6865}
    6966?>
  • wp-newsletter-subscription/trunk/readme.txt

    r1412112 r1412654  
    77
    88
    9 "WP Newsletter Subscription" is an excellent plugin to boost up your mailchimp subscribers list. The plugin is beautifully designed to add an elegant subscription form to your site.
     9WP Newsletter Subscription is an excellent plugin to boost up your mailchimp subscribers list. The plugin is beautifully designed to add an elegant subscription form to your site.
    1010
    1111== Description ==
    1212
    13 WP Newsletter Subscription plugin is an amazing email subscriber plugin which allows Subscribe their email to the MailChimp subscription list. It is flexible, best and simple way to subscribe email for newsletter.
     13WP Newsletter Subscription plugin is an amazing email subscriber plugin which allows Subscribe their email to the MailChimp subscription list. It is flexible, best and simple way to subscribe email for newsletter.
    1414If you want your website to reach every reader, you have to use email and “MailChimp Newsletter Subscription” plugin will be useful to promote your company to the -general people.
    1515
     16== Installation ==
    1617
    17 Installation
    18 ------------
     181. Download the plugin file, unzip and place it in your wp-content/plugins/ folder. You can alternatively upload it via the WordPress plugin backend.
     192. Activate the plugin through the 'Plugins' menu in WordPress.
     203. WP Newsletter Subscrber menu will appear in Dashboard->WP Newsletter subscription.
    1921
    20 1. Extract the mailchimp-subscription/ folder file to /wp-content/plugins/
    21 1. Activate the plugin at your blog's Admin -> Plugins screen
    22 .
    23    For example:
    24    `$ cd /wordpress/`
    25    `$ chgrp www-data wp-content` (where "`www-data`" is the group your FTP client uses)
    26    `$ chmod g+w wp-content`
    2722
    28 1.You can add the "Newsletter Subscription" Widget in to widget area.
    29 1.Shortcode [newsletter_subscription]
    30 = Features =
    3123
    32  * Customize subscription Form
    33  * Mailchimp integration, which allows to import your subscribers and users into mailchimp
    34     widget for subscription
    35  *Ajax subscription form, which allows to your visitors to subscribe directly to the selected mailchimp list
    36  *Easy configuration
    37  *Subscription Widget
    38  *Integrat with mailchimp   
     24== Features ==
     25<ul>
    3926
    40   - Integration with the following plugins
    41    -Default WordPress Comment Form
    42    -Default WordPress Registration Form
    43    -WooCommerce
    44    -BuddyPress
     27 <li> Customize subscription Form </li>
     28 <li> Mailchimp integration, which allows to import your subscribers and users into mailchimp</li>
     29   <li> widget for subscription</li>
     30 <li>Ajax subscription form, which allows to your visitors to subscribe directly to the selected mailchimp list </li>
     31 <li>Easy configuration</li>
     32 <li>Subscription Widget</li>
     33 <li>Integrat with mailchimp </li> 
     34</ul>
     35<b>Integration with the following plugins</b>
     36<ul>
     37   <li>Default WordPress Comment Form</li>
     38  <li> Default WordPress Registration Form</li>
     39   <li>WooCommerce<li>
     40   <li>BuddyPress</li>
     41</ul>
     42
     43== Screenshots ==
     44
     45formsetting.png
     46fullwidget.png
     47importusers.png
     48integration.png
     49setting.png
     50shortcode.png
     51Widget.png
     52
    4553
    4654== Changelog ==
    4755
    4856= 1.0.0 =
    49 *- Initial Version of WP Newsletter Subscription
     57*Plugin Created
    5058
     59= 1.1 =
     60*Fixed bug
     61
     62== Upgrade Notice ==
     63
     64= 1.1 =
     65*Fixed bug
     66
     67== Official Site ==
     68* [email protected]
     69
  • wp-newsletter-subscription/trunk/templates/social_subscriiption.php

    r1412112 r1412654  
    1 <div id="wplFBLoginBtn" class="fb-login-button wplLoginService">
    2                 <span class="wplLoginServiceLogo"><i class="fa fa-facebook"></i></span>
    3                 <span class="wplLoginServiceText"><?php _e( 'Facebook','wplogin'); ?></span>
    4             </div>
Note: See TracChangeset for help on using the changeset viewer.