Changeset 1412654
- Timestamp:
- 05/08/2016 05:06:26 PM (10 years ago)
- Location:
- wp-newsletter-subscription/trunk
- Files:
-
- 10 edited
-
admin/panels/form.php (modified) (2 diffs)
-
admin/panels/integration.php (modified) (4 diffs)
-
admin/panels/subscribe.php (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
-
functions/defaults.php (modified) (2 diffs)
-
functions/hook-actions.php (modified) (1 diff)
-
functions/widget.php (modified) (1 diff)
-
index.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
templates/social_subscriiption.php (modified) (1 diff)
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"> 3 2 4 3 <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true"> … … 95 94 <select name="wns_mailchimp_lists" id="wns_mailchimp_lists" class="form-control style="width:300px"> 96 95 <?php 96 if(!empty($total)) 97 97 for($i=0;$i<=$total;$i++) 98 98 { -
wp-newsletter-subscription/trunk/admin/panels/integration.php
r1412112 r1412654 45 45 <select name="wns_mailchimp_wpregiter" id="wns_mailchimp_wpregiter" class="form-control" style="width:150px"> 46 46 <?php 47 if(!empty($total)) 47 48 for($i=0;$i<=$total;$i++) 48 49 { … … 96 97 <select name="wns_mailchimp_woocommerce" id="wns_mailchimp_woocommerce" class="form-control" style="width:150px"> 97 98 <?php 99 if(!empty($total)) 98 100 for($i=0;$i<=$total;$i++) 99 101 { … … 146 148 <select name="wns_mailchimp_comment" id="wns_mailchimp_comment" class="form-control" style="width:150px"> 147 149 <?php 150 if(!empty($total)) 148 151 for($i=0;$i<=$total;$i++) 149 152 { … … 196 199 <select name="wns_mailchimp_buddypress" id="wns_mailchimp_buddypress" class="form-control" style="width:150px"> 197 200 <?php 201 if(!empty($total)) 198 202 for($i=0;$i<=$total;$i++) 199 203 { -
wp-newsletter-subscription/trunk/admin/panels/subscribe.php
r1412112 r1412654 26 26 <select name="mailchimp_lists" id="mailchimp_lists" class="chosen-select" style="width:300px"> 27 27 <?php 28 29 if(!empty($total)) 28 30 for($i=0;$i<=$total;$i++) 29 31 { -
wp-newsletter-subscription/trunk/changelog.txt
r1412112 r1412654 1 = 1.1 = 2 *- Bug Fix 1 3 2 4 = 1.0.0 = -
wp-newsletter-subscription/trunk/functions/defaults.php
r1412112 r1412654 38 38 $array['wns_double_optin'] = 'false'; 39 39 $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 40 50 41 51 $array['backgroud_color']='rgba(19, 35, 47, 0.9)'; … … 44 54 return apply_filters('newsletter_subscription_default_options_array', $array); 45 55 } 46 -
wp-newsletter-subscription/trunk/functions/hook-actions.php
r1412112 r1412654 19 19 add_action( 'woocommerce_checkout_order_processed', array( $this, 'wns__subscribe_from_woocommerce_checkout' ) ); 20 20 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') 22 22 add_action( 'bp_before_registration_submit_buttons', array( $this, 'wns__newsletter_checkbox' ), 20 ); 23 23 add_action( 'bp_core_signup_user', array( $this, 'wns__subscribe_from_registration' ), 10, 1 ); -
wp-newsletter-subscription/trunk/functions/widget.php
r1412112 r1412654 69 69 } 70 70 } 71 -
wp-newsletter-subscription/trunk/index.php
r1412112 r1412654 3 3 Plugin Name: WP Newsletter Subscription 4 4 Plugin URI: 5 Description: plugin which allows Subscribe their email to the MailChimp subscription list5 Description: Plugin which allows Subscribe their email to the MailChimp subscription list 6 6 Version: 1.0 7 7 Author:wpdev33 … … 12 12 13 13 class Newsletter_Subscription { 14 15 16 14 17 15 function __construct(){ … … 65 63 } 66 64 new Newsletter_Subscription(); 67 68 65 } 69 66 ?> -
wp-newsletter-subscription/trunk/readme.txt
r1412112 r1412654 7 7 8 8 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.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. 10 10 11 11 == Description == 12 12 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.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. 14 14 If 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. 15 15 16 == Installation == 16 17 17 Installation 18 ------------ 18 1. Download the plugin file, unzip and place it in your wp-content/plugins/ folder. You can alternatively upload it via the WordPress plugin backend. 19 2. Activate the plugin through the 'Plugins' menu in WordPress. 20 3. WP Newsletter Subscrber menu will appear in Dashboard->WP Newsletter subscription. 19 21 20 1. Extract the mailchimp-subscription/ folder file to /wp-content/plugins/21 1. Activate the plugin at your blog's Admin -> Plugins screen22 .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`27 22 28 1.You can add the "Newsletter Subscription" Widget in to widget area.29 1.Shortcode [newsletter_subscription]30 = Features =31 23 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> 39 26 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 45 formsetting.png 46 fullwidget.png 47 importusers.png 48 integration.png 49 setting.png 50 shortcode.png 51 Widget.png 52 45 53 46 54 == Changelog == 47 55 48 56 = 1.0.0 = 49 * - Initial Version of WP Newsletter Subscription57 *Plugin Created 50 58 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.