Changeset 120954
- Timestamp:
- 05/27/2009 10:23:01 PM (17 years ago)
- Location:
- wp-menu-creator
- Files:
-
- 44 added
- 3 edited
-
tags/1.1.5 (added)
-
tags/1.1.5/cache (added)
-
tags/1.1.5/cache/index.php (added)
-
tags/1.1.5/display.menu.php (added)
-
tags/1.1.5/edit.menu.item.php (added)
-
tags/1.1.5/edit.menu.php (added)
-
tags/1.1.5/external.js (added)
-
tags/1.1.5/images (added)
-
tags/1.1.5/images/Thumbs.db (added)
-
tags/1.1.5/images/arrow.gif (added)
-
tags/1.1.5/images/delete.gif (added)
-
tags/1.1.5/images/down.gif (added)
-
tags/1.1.5/images/edit.gif (added)
-
tags/1.1.5/images/index.php (added)
-
tags/1.1.5/images/msg_arrow.gif (added)
-
tags/1.1.5/images/up.gif (added)
-
tags/1.1.5/index.php (added)
-
tags/1.1.5/license.txt (added)
-
tags/1.1.5/menu-creator.css (added)
-
tags/1.1.5/menu-creator.lib.php (added)
-
tags/1.1.5/menu-creator.php (added)
-
tags/1.1.5/menu.item.list.php (added)
-
tags/1.1.5/menu.item.table.php (added)
-
tags/1.1.5/messages.js (added)
-
tags/1.1.5/messagesb.js (added)
-
tags/1.1.5/readme.txt (added)
-
tags/1.1.5/screenshot-1.jpg (added)
-
tags/1.1.5/screenshot-2.jpg (added)
-
tags/1.1.5/screenshot-3.jpg (added)
-
tags/1.1.5/screenshot-4.jpg (added)
-
tags/1.1.5/screenshot-5.jpg (added)
-
tags/1.1.5/screenshot-6.jpg (added)
-
tags/1.1.5/simplepie (added)
-
tags/1.1.5/simplepie/LICENSE.txt (added)
-
tags/1.1.5/simplepie/create.php (added)
-
tags/1.1.5/simplepie/idn (added)
-
tags/1.1.5/simplepie/idn/LICENCE (added)
-
tags/1.1.5/simplepie/idn/ReadMe.txt (added)
-
tags/1.1.5/simplepie/idn/idna_convert.class.php (added)
-
tags/1.1.5/simplepie/idn/npdata.ser (added)
-
tags/1.1.5/simplepie/readme.txt (added)
-
tags/1.1.5/simplepie/simplepie.inc (added)
-
tags/1.1.5/updateAction.php (added)
-
tags/1.1.5/updateSortOrder.php (added)
-
trunk/display.menu.php (modified) (1 diff)
-
trunk/menu-creator.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-menu-creator/trunk/display.menu.php
r118178 r120954 101 101 102 102 <div> 103 <h4 style="padding:0px; margin: 0 0 8px 0;">Comming May 15th</h4>104 <p>On May 15th additional new features for WordPress MU blogs and additional code for theme developers will be added to assist with the distribution of this plugin as part of their product. Some of the video tutorials will include the following;</p>103 <h4 style="padding:0px; margin: 0 0 8px 0;">Comming May 30th</h4> 104 <p>On May 30th additional new features for WordPress MU blogs and additional code for theme developers will be added to assist with the distribution of this plugin as part of their product. Some of the video tutorials will include the following;</p> 105 105 <ol> 106 106 <li>1. Getting Started (All the basics)</li> -
wp-menu-creator/trunk/menu-creator.php
r118178 r120954 5 5 Description: Another fine <a href="http://www.UltimateIDX.com" target="_blank" title="WordPress Real Estate Sites Plug-in">WordPress Plugin</a> from The UltimateIDX™. -- Menu management is one thing that WordPress has needed from the beginning and now that WordPress can function more like a Professional CMS Solution, menu management is absolutely essential. This plugin was built to provide a simple means for administering and managing menu items and menu elements on your WordPress driven site and is ideal for <a href="http://www.ultimateidx.com" target="_blank" title="WordPress Real Estate Sites">Real Estate Websites</a> or any website. 6 6 Author: UltimateIDX Mack McMillan and Jared Ritchey 7 Version: 1.1. 47 Version: 1.1.5 8 8 Author URI: http://www.ultimateidx.com 9 9 */ 10 11 10 /*Support is maintained by Jared Ritchey at jaredritchey.com or UltimateIDX */ 12 13 11 include_once('menu-creator.lib.php'); 14 12 add_action('admin_menu', 'mc_add_pages'); … … 49 47 $wpdb->query($structure); 50 48 } 51 52 49 function displayMenus() { 53 50 if ($_GET["action"] == "deletemenu") { … … 58 55 include('display.menu.php'); 59 56 } 60 61 57 function editMenu() { 62 58 if ($_POST["action"] == "createmenu") { … … 76 72 include('edit.menu.php'); 77 73 } 78 79 74 function editMenuItem() { 80 75 $mi = getMenuItem($_GET["id"]); -
wp-menu-creator/trunk/readme.txt
r118213 r120954 5 5 Requires at least: 2.6+ 6 6 Tested up to: 2.7.1 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 9 9 WordPress Menu Creator ( Menu Manager ) was developed to provide a website owners with a truly easy to manage easy to configure menu solution. … … 52 52 53 53 == Important Recent Updates This Release == 54 1. Bug fix for installing latest version. Previously it would double install the plugin breaking sites. 54 55 1. Set menu links to open in new window using a fully XHTML Compliant method. 55 56 1. We have added image support so you can create menus that are image based.
Note: See TracChangeset
for help on using the changeset viewer.