Configure... Version: 0.5 Author: Joe Tan Author URI: http://tantannoodles.com/ Copyright (C) 2005 Joe Tan This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ /* ****************************************************************** Front end display functions ****************************************************************** */ /* Prints HTML code where badge should be displayed */ function tantan_fpbFormDisplay() { //$photos = tantan_fpbGetData(); //$tantan_fpbSize = get_option('tantan_fpbSize'); //$tantan_flickrMaxPhotos = get_option('tantan_flickrMaxPhotos'); //if (!$tantan_fpbSize) $tantan_fpbSize = 'Small'; $html = "
". "Flickr Photos". "". "
"; // $html .= ""; echo $html; // include(dirname(__FILE__).'/post-bar-form.html'); } /* Retrieve Flickr data */ function tantan_fpbGetData() { // check to see if data is cached $lastTimestamp = get_option('tantan_fpbTimestamp'); $photos = get_option('tantan_fpbPhotos'); $cached = false; if ((is_array($photos) && count($photos) && $lastTimestamp && ((time() - $lastTimestamp) < 60*60))) { // data is cached and still fresh, so don't do anything $cached = true; } if (!$cached) { include_once(dirname(__FILE__).'/lib.flickrBadge.php'); // not cached, so get data from flickr and update $badge = new TanTanBadge(); $badge->setFlickrAPI(get_option('tantan_flickrAPI')); $photos = $badge->getData(get_option('tantan_flickrUser'), get_option('tantan_flickrMaxPhotos')); if (!is_array($photos) || (count($photos) == 0)) { // some sort of error update_option('tantan_fpbPhotos', false); } else { update_option('tantan_fpbPhotos', $photos); update_option('tantan_fpbTimestamp', time()); } } if (is_array($photos)) { return $photos; } else { return array(); } } /* ****************************************************************** Admin options ****************************************************************** */ /* Add hooks for admin page options */ function tantan_fpbAdminOptions() { add_options_page('Flickr Post Bar', 'Flickr Post Bar', 10, __FILE__, 'tantan_fpbAdminPage'); } /* Admin page controller */ function tantan_fpbAdminPage() { if (isset($_POST['tantan_action'])) { update_option('tantan_flickrAPI', $_POST['tantan_flickrAPI']); update_option('tantan_flickrUser', $_POST['tantan_flickrUser']); update_option('tantan_flickrMaxPhotos',$_POST['tantan_flickrMaxPhotos']); update_option('tantan_fpbSize', $_POST['tantan_fpbSize']); update_option('tantan_fbpLinkDest', $_POST['tantan_fbpLinkDest']); update_option('tantan_fbpLinkDestValue', $_POST['tantan_fbpLinkDestValue']); update_option('tantan_fpbAutoLoadDisabled', $_POST['tantan_fpbAutoLoadDisabled']); $status = "Saved settings."; if ($_POST['tantan_clearCache'] == 'yes') { update_option('tantan_fpbPhotos', false); $status .= " Cleared cache."; } } else { $status = ""; } $tantan_flickrAPI = get_option('tantan_flickrAPI'); $tantan_flickrUser = get_option('tantan_flickrUser'); $tantan_flickrMaxPhotos = get_option('tantan_flickrMaxPhotos'); $tantan_fpbSize = get_option('tantan_fpbSize'); $tantan_fbpLinkDest = get_option('tantan_fbpLinkDest'); $tantan_fbpLinkDestValue = get_option('tantan_fbpLinkDestValue'); $tantan_fpbAutoLoadDisabled=get_option('tantan_fpbAutoLoadDisabled'); include(dirname(__FILE__).'/post-bar-admin.html'); } // install hooks add_action('edit_form_advanced', 'tantan_fpbFormDisplay'); add_action('simple_edit_form', 'tantan_fpbFormDisplay'); add_action('edit_page_form', 'tantan_fpbFormDisplay'); add_action('admin_menu', 'tantan_fpbAdminOptions'); ?> Toolkits http://www.otheredge.com.au/klogs/toolkit Mon, 07 Jan 2008 02:36:31 +0000 http://wordpress.org/?v=2.0.1 en Internode - Unmetered Content http://www.otheredge.com.au/klogs/toolkit/2007/internode-unmetered-content.htm http://www.otheredge.com.au/klogs/toolkit/2007/internode-unmetered-content.htm#comments Sat, 28 Apr 2007 10:39:12 +0000 Kirsty Tech Stuff Resources/ LOs http://www.otheredge.com.au/klogs/toolkit/2007/internode-unmetered-content.htm http://www.otheredge.com.au/klogs/toolkit/2007/internode-unmetered-content.htm/feed/ Staff Induction about Australian Apprenticeships http://www.otheredge.com.au/klogs/toolkit/2006/staff-induction-about-australian-apprenticeships.htm http://www.otheredge.com.au/klogs/toolkit/2006/staff-induction-about-australian-apprenticeships.htm#comments Tue, 07 Nov 2006 22:40:07 +0000 Kirsty PD Resources and Approaches Workplace Learning Resources/ LOs http://www.otheredge.com.au/klogs/toolkit/2006/staff-induction-about-australian-apprenticeships.htm http://www.otheredge.com.au/klogs/toolkit/2006/staff-induction-about-australian-apprenticeships.htm/feed/ Landrum Middle School | Edublogs Workshop http://www.otheredge.com.au/klogs/toolkit/2006/landrum-middle-school-edublogs-workshop.htm http://www.otheredge.com.au/klogs/toolkit/2006/landrum-middle-school-edublogs-workshop.htm#comments Thu, 18 May 2006 23:54:02 +0000 Kirsty Tech Stuff RSS & Blogging Resources/ LOs Tools http://www.otheredge.com.au/klogs/toolkit/2006/landrum-middle-school-edublogs-workshop.htm http://www.otheredge.com.au/klogs/toolkit/2006/landrum-middle-school-edublogs-workshop.htm/feed/ Encouraging coaching after workshops http://www.otheredge.com.au/klogs/toolkit/2006/ideas-for-professional-development.htm http://www.otheredge.com.au/klogs/toolkit/2006/ideas-for-professional-development.htm#comments Tue, 16 May 2006 07:17:36 +0000 Kirsty PD Resources and Approaches Resources/ LOs Innovation, Ideas http://www.otheredge.com.au/klogs/toolkit/2006/ideas-for-professional-development.htm http://www.otheredge.com.au/klogs/toolkit/2006/ideas-for-professional-development.htm/feed/ ENGAGEME http://www.otheredge.com.au/klogs/toolkit/2006/engageme.htm http://www.otheredge.com.au/klogs/toolkit/2006/engageme.htm#comments Fri, 12 May 2006 01:03:31 +0000 Kirsty PD Resources and Approaches Resource Development Tools Resources/ LOs Learning Design Tools http://www.otheredge.com.au/klogs/toolkit/2006/engageme.htm http://www.otheredge.com.au/klogs/toolkit/2006/engageme.htm/feed/ The Technology Source Archives http://www.otheredge.com.au/klogs/toolkit/2006/the-technology-source-archives.htm http://www.otheredge.com.au/klogs/toolkit/2006/the-technology-source-archives.htm#comments Mon, 27 Feb 2006 22:46:10 +0000 Kirsty Resource Development Tools Resources/ LOs Learning Design http://www.otheredge.com.au/klogs/toolkit/2006/the-technology-source-archives.htm http://www.otheredge.com.au/klogs/toolkit/2006/the-technology-source-archives.htm/feed/ Right Ways and Wrong Ways of Podcasting in Education http://www.otheredge.com.au/klogs/toolkit/2006/right-ways-and-wrong-ways-of-podcasting-in-education.htm http://www.otheredge.com.au/klogs/toolkit/2006/right-ways-and-wrong-ways-of-podcasting-in-education.htm#comments Mon, 27 Feb 2006 22:40:49 +0000 Kirsty Resource Development Tools Resources/ LOs Learning Design http://www.otheredge.com.au/klogs/toolkit/2006/right-ways-and-wrong-ways-of-podcasting-in-education.htm http://www.otheredge.com.au/klogs/toolkit/2006/right-ways-and-wrong-ways-of-podcasting-in-education.htm/feed/ BBC RSS feeds http://www.otheredge.com.au/klogs/toolkit/2006/bbc-rss-feeds.htm http://www.otheredge.com.au/klogs/toolkit/2006/bbc-rss-feeds.htm#comments Mon, 16 Jan 2006 22:30:05 +0000 Kirsty Resources/ LOs http://www.otheredge.com.au/wordpress/?p=810 http://www.otheredge.com.au/klogs/toolkit/2006/bbc-rss-feeds.htm/feed/ Examples of ‘Social’ Activities http://www.otheredge.com.au/klogs/toolkit/2006/examples-of-social-activities.htm http://www.otheredge.com.au/klogs/toolkit/2006/examples-of-social-activities.htm#comments Tue, 10 Jan 2006 22:28:41 +0000 Kirsty Resources/ LOs http://www.otheredge.com.au/wordpress/?p=804 http://www.otheredge.com.au/klogs/toolkit/2006/examples-of-social-activities.htm/feed/ Risk management resource http://www.otheredge.com.au/klogs/toolkit/2005/risk-management-resource.htm http://www.otheredge.com.au/klogs/toolkit/2005/risk-management-resource.htm#comments Mon, 14 Nov 2005 04:13:40 +0000 Kirsty Resources/ LOs http://www.otheredge.com.au/wordpress/?p=764 http://www.otheredge.com.au/klogs/toolkit/2005/risk-management-resource.htm/feed/