Custom menu update

Well, d’uh!!! My basic problem was that an Author is at Level 2. For some reason I thought it was higher. So, when I added the menu, I had to have the minimum level at 2. There is also the option to allow someone to have access based on their capability. Since I wanted this available for someone who can create post, I changed the level 2 to publish_posts. // mt_add_pages() is the sink function for the ‘admin_menu’ hook function mt_add_pages() { add_management_page(‘WP People’, ‘WP People’, ‘publish_posts’, ‘wp-people’,’wp_people_admin’); } // Insert the mt_add_pages() sink into the plugin hook list for Continue reading Custom menu update

WP People version 2.0 getting closer

I am getting closer to finishing the WP People version 2.0. I have the administration page work. I have the install and upgrade buttons working. I also have the post replacement part working. All that is left is putting the link on a different menu so that Authors can update their WP People. Also, I need to format the css for the popup display. So, after getting the install/update feature working, I figured out that only the Admin could see the WP People link on the User page. I figured this wasn’t good, because I setup WP People so that Continue reading WP People version 2.0 getting closer

WP People the next generation

Well, I’ve been working on updating the WP People hack to a WP 2.0 plugin. Last night I was trying to get the links working. The biggest issue I had was pointing to the correct directory for the JavaScript and php files that creates the popup layer. Since not everyone has their blog on the root directory or as in my case, one level down, I can’t just go to the root and go from there. Also, not everyone named their blog directory “blog” or “wordpress”. So, in the plugin part was easy, sort of get_option(‘siteurl’) That got me the Continue reading WP People the next generation

FireFox Weather Alert System

This is a test of the weather alert system.  This is only a test.  If this had been a real emergency, you should have run to nearest bath room, got on your knees, bent over and kissed your butt goodbye. Okay, The FireFox weather extension (https://addons.mozilla.org/?application=firefox) called Forecastfox doesn’t do that, but it is pretty cool.  They added a couple of new features in the latest release (0.7.8).  On feature is a radar view of the region.  Since I live in the South East portion of the U.S., that’s the view I see based on my zip code.  The popup/mouse Continue reading FireFox Weather Alert System

Dean T.V.!!

Well, if you entered Dean Logic through the main site, then you saw my new addition of Dean T.V. Last night I installed Flash MX 2004 Pro (that’s a mouth full). With the latest version of Flash, you get a few neat features, one of them is publishing streaming video. How is it done you ask? Well, you import your saved movie to a blank flash document. You then export the file as a FLV file. Then, you can use a template for streaming video to display the video. It’s that easy. Well, not being one to let things be, Continue reading Dean T.V.!!