Changeset 204162
- Timestamp:
- 02/11/2010 11:54:28 AM (16 years ago)
- Location:
- wordbay
- Files:
-
- 8 added
- 3 edited
-
tags/1.16 (added)
-
tags/1.16/WordBay license.txt (added)
-
tags/1.16/WordBay readme.txt (added)
-
tags/1.16/WordBay.css.default (added)
-
tags/1.16/WordBay.php (added)
-
tags/1.16/buy.php (added)
-
tags/1.16/click-for-details.png (added)
-
tags/1.16/countries.txt (added)
-
trunk/WordBay license.txt (modified) (1 diff)
-
trunk/WordBay readme.txt (modified) (2 diffs)
-
trunk/WordBay.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordbay/trunk/WordBay license.txt
r149027 r204162 1 WordBay - eBay plugin for WordPress, v1.1 5, 25/8/20091 WordBay - eBay plugin for WordPress, v1.16, 11/2/2010 2 2 3 3 Copyright (C) 2008, 2009 Mark Daniels -
wordbay/trunk/WordBay readme.txt
r149027 r204162 5 5 Requires at least: 2.5 6 6 Tested up to: 2.62 7 Stable tag: trunk7 Stable tag: 1.16 8 8 name: WordBay 9 9 … … 91 91 Instructions for WordBay Wordpress plugin can be found at http://www.itsgottabered.com/wordbay/ 92 92 All comments and suggestions will be appreciated, to help iron out any bugs. 93 94 95 Changelog 1.16 96 97 - corrected a small bug where the plugin was not getting the correct path to the countries file if it was in a different directory to that expected 93 98 94 99 -
wordbay/trunk/WordBay.php
r149031 r204162 5 5 Description: Insert eBay product listings in your WordPress posts and pages quickly and easily. Just choose your eBay site, categories and other options in the back-end, add tags [wordbay]your search keywords here[/wordbay] and your WordPress page or post will be populated with relevant eBay listings from the RSS feed. If you are a member of the eBay Partner Network then add your campaign code and you can start earning commission too!<br /> 6 6 Includes geotargetting option and a great number of other options to customise your listings. <br />WordBay is totally free to use, but there is an option to share a percentage of impressions with the author, for which he is always very grateful! 7 Version: 1.1 57 Version: 1.16 8 8 Author: Mark Daniels 9 9 Author URI: http://www.itsgottabered.com/wordbay/about … … 12 12 // parse country file for locale settings 13 13 14 function functest(){ 15 echo "hello world!"; 16 } 17 14 18 function country($path){ 15 $path .= "wp-content/plugins/wordbay/countries.txt"; 19 $path .= get_bloginfo('wpurl') . "/wp-content/plugins/wordbay/countries.txt"; 20 16 21 $cFile = file($path); // read in file 17 22 … … 154 159 } 155 160 $searchterms = str_replace ( ' ', '+', $searchterms ); 161 162 // start new function here somewhere? 163 156 164 $newcontent = "<div id='leftpanel'>"; 157 165 if ( $was_search == TRUE ) {
Note: See TracChangeset
for help on using the changeset viewer.