Plugin Directory

Changeset 1095785


Ignore:
Timestamp:
02/21/2015 09:17:12 AM (11 years ago)
Author:
emuki
Message:

version 1.4 uploaded

Location:
broadednet/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • broadednet/trunk/broadedNET.php

    r1089386 r1095785  
    55Description: A wide network for blog promotion and traffic
    66Author: Enstine Muki
    7 Version: 1.3
     7Version: 1.4
    88Author URI: http://enstinemuki.com/
    99*/
     
    9797
    9898<p>
    99 <label for="<?php echo $this->get_field_id('BPN_Num'); ?>"><?php _e('Num of Entries to show on this widget. Minimum is 5 (Articles only)', 'wp_widget_plugin'); ?></label>
     99<label for="<?php echo $this->get_field_id('BPN_Num'); ?>"><?php _e('Num of Entries to show on this widget (Articles only)', 'wp_widget_plugin'); ?></label>
    100100<input class="widefat" id="<?php echo $this->get_field_id('BPN_Num'); ?>" name="<?php echo $this->get_field_name('BPN_Num'); ?>" type="text" value="<?php echo $BPN_Num; ?>" />
    101101</p>
     
    123123        $new_instance['BPN_Num'] = 5;
    124124    }
    125 if($new_instance['BPN_Num'] < 5 )
    126     {
    127         $new_instance['BPN_Num'] = 5;
     125if($new_instance['BPN_Num'] < 3 )
     126    {
     127        $new_instance['BPN_Num'] = 3;
    128128    }
    129129///////////////////////Set default gravata
  • broadednet/trunk/readme.txt

    r1089386 r1095785  
    44Donate link: http://broaded.net
    55Requires at least: 3.0
    6 Tested up to: 4.1
     6Tested up to: 4.1.1
    77Stable tag: trunk
    88License: GPLv2 or later
     
    28282. This is how the widget looks like on one blog in the network. This widget is configured to show gravatar of bloggers who posted campaings.
    29293. Here is the widget on another blog, this time configured not to show gravatar. Note that the widget takes the inbuilt design of your theme.
     304. From version 1.4, Sticky Posts were added to be shown on top of the widget. Here is a sample.
    3031
    3132== Changelog ==
     33
     341.4 Setting the number of entries on the widget
    3235
    33361.3 Added more widget features
     
    4043
    4144== Upgrade Notice ==
     451.4 Added Sticky Entries to widget
     46
    42471.3 More features were added on the widet in this version
    4348
Note: See TracChangeset for help on using the changeset viewer.