Changeset 347493
- Timestamp:
- 02/18/2011 09:15:02 PM (15 years ago)
- Location:
- welamazonadds/trunk
- Files:
-
- 5 edited
-
js/waa-admin.js (modified) (1 diff)
-
js/welamazonaffiliate.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
waa-widget.php (modified) (3 diffs)
-
welamazonadds.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
welamazonadds/trunk/js/waa-admin.js
r320117 r347493 1 1 /* 2 Wel!Amazon Adds for Wordpress v1. 12 Wel!Amazon Adds for Wordpress v1.2 3 3 Copyright 2010 Knut Welzel www.welzels.de (email : admin@welzels.de) 4 4 -
welamazonadds/trunk/js/welamazonaffiliate.js
r320117 r347493 1 1 /* 2 Wel!Amazon Adds for Wordpress v1. 12 Wel!Amazon Adds for Wordpress v1.2 3 3 Copyright 2010 Knut Welzel www.welzels.de (email : admin@welzels.de) 4 4 -
welamazonadds/trunk/readme.txt
r320117 r347493 49 49 == Changelog == 50 50 51 = 1.2 = 52 - Title will not longer displayed on blank side bars. 53 51 54 = 1.1 = 52 55 - Support for **Programma Affiliazione** Amazon Italy -
welamazonadds/trunk/waa-widget.php
r285500 r347493 39 39 require_once('waa-webservice.php'); 40 40 41 // Before widget (defined by themes). 42 $output = $before_widget; 41 $output =""; 43 42 44 43 // Widget content 45 46 // Widget Title47 if(strlen($instance['title']))48 $output .= $before_title . $instance['title'] . $after_title;49 44 50 45 // Display Amazon Enhanced Links … … 110 105 $output .= '</div>'; 111 106 } 112 107 113 108 114 109 // Display Amazon Image Links … … 171 166 172 167 173 // After widget (defined by themes). 174 $output .= $after_widget; 175 176 // output sidebar widget 177 echo $output; 168 if( strlen($output) > 0 ) { 169 170 // Before widget (defined by themes). 171 echo $before_widget; 172 173 // Widget Title 174 if(strlen($instance['title']) > 0) 175 echo $before_title . $instance['title'] . $after_title; 176 177 // output sidebar widget 178 echo $output; 179 180 // After widget (defined by themes). 181 echo $after_widget; 182 } 178 183 } 179 184 -
welamazonadds/trunk/welamazonadds.php
r320117 r347493 4 4 Plugin URI: http://wordpress.org/extend/plugins/welamazonadds/ 5 5 Description: The Plugin Wel!Amazon Adds is an easy way to include Amazon links into your Wordpress Blog. It enables the integration of image links and extended links directly from the Amazon database. These links can be placed directly in the text or on the sidebar, so that each page gets a suitable sidebar for the topic of content. 6 Version: 1. 16 Version: 1.2 7 7 Author URI: www.welzels.de 8 8
Note: See TracChangeset
for help on using the changeset viewer.