Archive for November, 2008
Weblog Tools Collection: Drupal 5.9 To WordPress 2.6
70 Views Published 1 month, 1 week ago in WordpressFor quite awhile now, I’ve been monitoring a specific blog post from May 15th, 2007 which is a tutorial on how to migrate from Drupal 5 to WordPress 2. Many things have changed since then between both pieces of software and thus, the scripts provided on the site will not work.
Every now and then, someone publishes a comment that contains a link to an updated version of the script to work with newer versions of Drupal and WordPress. DovDox is the latest blog to publish an updated portion of the script albeit with a caveat.
Taking my usual hacksaw-and-duct-tape approach, I simply deleted the portions that didn’t work. That means my version moved all of the posts and comments to the new blog, but didn’t preserve any of their categories. Drupal’s ridiculous “taxonomy” system just isn’t easy to map onto Wordpress’s much more rational categories and tags, and in any case the hard part of the move was getting the posts and comments over.
DovDox takes the script and makes it so that the content and comments are transfered between a Drupal 5.9 installation into a WordPress 2.6 install but due to the taxonomy system, categories are not migrated. If you choose to use the script provided by DovDox, be aware that it may cause a loss of data so be sure to back up everything before you do anything.
I wanted to put the call out to the community to see if anyone knew of a script or an individual that is consitently producing a migration script to move from Drupal to WordPress. If so, I’ll edit this post and add those resources to the bottom. I’ll also try to place those resources in the WordPress Codex.
WordPress Podcast: Episode 48: WordPress 2.6.5 released, Mark Jaquith on 2.7, WordPress Direct controversy
45 Views Published 1 month, 1 week ago in WordpressIn this episode:
We’re joined by Mark Jaquith, WordPress Ninja at b5media and core developer.
We discuss the release of WordPress 2.6.5, which fixes for a very obscure security bug and three more bugs.
We warn of a bogus WordPress 2.6.4 version out there.
We congratulate Ben Dunkle and Verena Segert, winners of the Project Icon contest.
We weigh in [...]
Weblog Tools Collection: WordPress Plugin Releases for 11/30
76 Views Published 1 month, 1 week ago in WordpressNew Plugins
Add to Feed is a feed enhancement plugin that allows you to easily add a copyright notice and custom text/HTML to your WordPress blog feed. The custom text can be entered before and/or after the content of your blog post.
Amazon shop plugin that allows a blogger to add products with Amazon associate ID embedded in it and earn revenue by showing Amazon products right into the blog posts.
This WordPress plugin will display the blog links related to your posts and pages.
This plugin allows you to embed YouTube videos on your blog.
Display FLV and YouTube Video in you blog in a Custom Player.
This plugin adds the JW Image Rotator to the WordPress Media.
Easy AdSenser provides a very easy way to insert Google AdSense code into your existing blog posts.
Add an image that displays the number of comments to your feed items.
Updated Plugins
The FormBuilder plugin is a WordPress plugin that allows the blog or website owner to easily and quickly create forms for display on their sites.
The SendFeed Plugin for WordPress allows you to send your latest post from your RSS feed to an external Mailing List Manager in both text and HTML formats.
This plugin will allow you to turn your WordPress website or blog into a money making machine while at the same time offering valuable additional related materials to your visitors. It will automatically search for and display products from Amazon.com which are specifically related to the topics you write about.
Authors can write a new Quiz question and answer for each post, fall back on a default question, or have no question at all. Commenters must correctly answer the question before their comment is submitted.
Protects Categories, Pages and Posts for specific users & anonymous visitor.
Side Content enables you to create widgets which have different content on different pages.
Easy LaTeX provides a very easy way to display math and equations in your posts.
Wp-Donators offer a smart donation function to auto-leave the sponsor information in a container after payment. Sponsor can donate and submit name/URL or TextLink ad, the information of the latest donors are displayed in the cloud. The more a person donations, the bigger their link will be.
Create more useful 404 error pages, including email notifications for bad links.
Michael Manfre has created a plugin for Textpattern . You can download the plugin from his website and have protection from the spam. Thanks Michael!
Ajax Reply to Visitor Message from your Own Profile
46 Views Published 1 month, 1 week ago in vBulletin 3.7 Add-ons, vBulletin Add-onsPhorum-5.2.9 released! Security Upgrade! (1 reply)
2935 Views Published 1 month, 1 week ago in Announcements, PhorumThis release fixes a couple of issues and adds a temporary fix for the problem reported by Julian A. Rodriguez ( [nulledcore.com] ) which got confirmed now.
Therefore we urge all Phorum users to upgrade as soon as possible.
You can download it from our downloads page.
This is the excerpt from the changelog:
2008-10-06 10:13 ts77 * removed "SET CHARACTER SET" query to solve some mysteries in charset support (thanks to Chris who brought this up [www.phorum.org] ) 2008-10-06 10:03 mmakaay * Fixed #806: possible XSS leak plugged. This was reported as a security vulnerability, however we were never able to produce anything more than broken HTML code. Since broken HTML code is not good and because we are rather safe than sorry, this fix was implemented. 2008-10-04 08:55 mmakaay * Fixed "AND" based queries for phorum_api_user_search_custom_profile_field(). Thanks to Phorum user jjarvis98 for noticing the bug and to Azumandias for providing the fix. 2008-09-21 10:10 ts77 * transferring template-arg through the urls (fixing #792), doesn’t work with search - essentially breaks search and needs checking therefore 2008-09-21 09:56 ts77 * give a message about this being a moderated forum before redirecting after posting (fixing #775) 2008-09-02 12:13 mmakaay * Fixed the new release detection code. In the admin interface, new releases were not detected by the "Check For New Version" function. 2008-09-01 09:55 mmakaay * Fixed #797: Undefined offset: 0 in api.php in case the message started with a stale BBcode close tag. Thanks to Alexey Torkhov for the problem report. 2008-09-01 09:37 mmakaay * Fixed #796: Undefined index "mod_bbcode_tags" in BBcode module. Thanks to Alexey Torkhov for the heads up. 2008-09-01 07:41 mmakaay * Fixed the classic index style (directory browsing mode) for the classic 0.4 template. It did not yet reflect a change in the datastructures that we use for the index page in Phorum 5.2, causing folders to not show up in that view. 2008-09-01 06:33 mmakaay * Fix for #795: BBcode module needs to explicitly include api.php to define the constants that are used in the settings page. Thanks to Alexey Torkhov for the heads up. 2008-08-27 12:57 ts77 * building the list of forums to move a thread to in the same way as the list of forums in the search form (fixing #729, thx to Oliver Riesen) 2008-08-27 10:09 mmakaay * Fixed #784: missing terminating ] for character class in http_get.php. 2008-08-23 18:31 mmakaay * Fixed #776: phorum_api_user_save() sets the password to "*NO PASSWORD SET*" when calling the function twice (first time to create a user, second time to update, both calls without using a password in the user data). Thanks to Alexey Torkhov for finding and reporting the issue. 2008-08-22 22:55 mmakaay * Fixed #787: BBcode module: end of message end tags for some bbcode tags were not processed correctly. The tag and the text that came before the tag were duplicated at the end of the rendered message. 2008-08-22 21:21 mmakaay * Added "@" as a safe character for the quoted printable encoding requirement check. Otherwise, every mail address will be quoted printable encoded, even if there are no special characters in it. 2008-08-04 17:57 mmakaay * Phorum3 script updated for the new phorum_db_file_save() call in Phorum 5.2. Thanks to Simon King who posted the patch in our support forums.
TOP Server Load on AdminCP homepage
67 Views Published 1 month, 1 week ago in vBulletin 3.7 Add-ons, vBulletin Add-onsGuests can use quick reply
82 Views Published 1 month, 1 week ago in vBulletin 3.7 Add-ons, vBulletin Add-ons
Episode 31 of WordPress Weekly featured a special 1 hour 26 minute interview with none other than Lisa Sabin Wilson, the author of WordPress For Dummies. Keith and I grilled Lisa on the topics of:
- Writing a book for a piece of software which has an extremely fast development cycle
- How different versions affect the publishing of the book
- WordPress For Dummies The Second Edition
- Lisa’s thoughts on WordPress 2.7
- Lisa’s explanation on permalinks and slugs
- Lisa’s take on premium themes versus free themes
- much, much, more.
Keith and I really enjoyed our time with Lisa and wish her the best for the second edition of WordPress For Dummies.
Announcements: The two lucky recipients who will each receive a signed copy of WordPess For Dummies 2nd Edition are Chris Thompson and Lenire.
WPWeekly Meta:
Next Episode: Friday December 5th, 2008 8P.M. EST
Subscribe To WPWeekly Via Itunes: Click here to subscribe
Length Of Episode: 1 Hour 26 Minutes
Download The Show: WordPressWeeklyEpisode31.mp3
Listen To Episode #31:
hide BB code, initialise the groups ???
76 Views Published 1 month, 1 week ago in vBulletin 3.7 Add-ons, vBulletin Add-ons[TGW] DD Mouseover Tabs Menu 3.7
78 Views Published 1 month, 1 week ago in vBulletin 3.7 Add-ons, vBulletin Add-onsArchive Tripwire (Automated Spam Detection & Handling)
61 Views Published 1 month, 1 week ago in vBulletin 3.7 Add-ons, vBulletin Add-onsWeblog Tools Collection: WordPress Theme Releases for 11/28
50 Views Published 1 month, 1 week ago in Wordpress
Journalized is a one, two or three column theme available in six different themes, with threaded and paged comments with an administration interface.
It’s a 5 Column (main content, 2 sidebars and 2 top sections), widget-ready fixed width theme in soothing Creme and Brown colors featuring an author box, author info page, gravatars and with Custom Archives, Sitemap and full width No Sidebars page templates.
Fixed width, three columns, widget ready theme
Widget ready, three columns, fixed width theme with adsense / advert ready areas which are easily edited for ease of use and monetization. Available in 10 colors.
[GAE] Global Array Examiner
48 Views Published 1 month, 1 week ago in vBulletin 3.7 Add-ons, vBulletin Add-onsLorelle on WP: WordPress 2.7 Release News and Links
118 Views Published 1 month, 1 week ago in Wordpress
Below is an updated list of articles I’ve found about WordPress 2.7 features and issues to prepare you for the exciting upcoming version of WordPress due out any moment. But first, this announcement.
WordPress 2.6.5 Released: A security release of WordPress has come out and you are highly recommended to upgrade now, rather than wait for the release of WordPress 2.7. The release version is 2.6.5, not to be confused with the malicious version, WordPress 2.6.4. WordPress 2.6.5 tackles an XSS exploit that impacts only IP-based virtual servers running Apache 2.x and three other fixes. You can upgrade the whole thing, or just the five files which have been changed.
Please don’t wait. Upgrade the five files immediately to protect yourself. Too many blogs, including several of mine, have been hacked recently due to failure to upgrade in a timely and immediately manner. Hackers are looking for out-dated WordPress blogs and targetting them, no matter who you are. It’s better to be safe than sorry later. Upgrade now.
WordPress 2.7 Release News
Rumors are still flying, but it appears that WordPress 2.7, the long awaited new version of WordPress with a new interface, will be released within the next few days, possibly a week. Since Matt Mullenweg likes to make big announcements at WordPress events, it is likely it will be announced and released this weekend at WordCamp Australia in Sydney.
The WordPress 2.7 Beta 3 version is the latest test version available. It features a redesigned interface for the Administration Panels, tighter integration with the help files and documentation on the WordPress Codex, the online manual for WordPress Users, a new login screen, colors, threaded comments, reply from the Comments Panel, sticky posts, inline comment replies, improved Dashboard and quick blogging and comment ability and management, faster caching, auto upgrade of the program and Themes, parent/child WordPress Themes, and a lot more tremendous features.
I expect that WordPress 2.7 will make your blogging life faster and easier than ever before.
There are some changes to WordPress Themes, though it should be backwards compatible. However, WordPress Plugins that depend upon specific Administration Panel hooks and design elements must be upgraded to work with the new Administration Panel interface. Be sure and check with your favorite WordPress Theme and Plugin authors to ensure you have the latest version before upgrading.
Here are some articles with the news, screencasts, video, and features you have to look forward to in WordPress 2.7.
WordPress 2.7 Development News
- Version 2.7 « WordPress Codex
- The Results of Project Icon for WordPress 2.7
- WordPress 2.7: Project Icon
- WordPress.com - If WordPress 2.7 Was A Movie…
- Mark Jaquith - WordPress 2.7 Feature Preview: Publish Module (UPDATED)
- Customizable Post Editing Screen from Mark Jaquith
- Ryan Boren - WordPress 2.7: Getting Ready for Public Beta
- WordPress Usability Testing in New York
- WordPress 2.7 Navigation Survey from Jane Wells
- Shortcuts/Favorites Menu from Jane Wells
- The New 2.7 Dashboard
- The Visual Design of 2.7
- Usability Testing Report: 2.5 and CrazyHorse
- WordPress 2.7 Wireframes
- WordPress 2.7 Development Updates
- WordPress Development Updates from Jane Wells
- WordPress 2.7 and beyond from Matt at WordCamp Utah
- CrazyHorse Presentation at WordCamp SF
- WordCamp NYC: Matt Mullenweg on the State of WordPress presented a walk through of WordPress 2.7 (video)
WordPress 2.7 Features
- WordPress Codex - WordPress 2.7 Feature List
- Jacob Santos - 10 WordPress Features You’ll Never Care About
- Technosailor - Screenshots from WordPress 2.7
- Technosailor - 10 Things You Need to Know About WordPress 2.7
- WordPress Codex - Keyboard Shortcuts
- Taragana - 16 Must-Know Features in WordPress 2.7
- OP111 - Ten New Features in WordPress 2.7
- Ottodestruct - WordPress 2.7 Comments Enhancements
WordPress 2.7 Plugin News
- WordPress 2.7 UI Configurability from Ryan Boren
- Ottodestruct - WordPress 2.7 Comments Enhancements
- planetOzh: WordPress 2.7 Featuring Your Favorite Actions
- Lester Chan (Gamerz) reports canonical redirects makes some of his Plugins not work
WordPress 2.7 Theme News
- ThemeShaper - WordPress Child Themes and
functions.php - Getting Ready for WordPress 2.7: Really Simple Category Styling
- Devlounge - Getting Ready for WordPress 2.7: Sticky Post Styling
- WPHacks - New Page Menu Function and Sticky Posts in WordPress 2.7
- Nathan Rice - Definitive guide to Sticky posts in WordPress 2.7
- Justin Tadlock - Making your theme’s comments compatible with WordPress 2.7 and earlier versions
- Sivel - Separating Pings from Comments in WordPress 2.7
- Weblog Tools Collection - Child Themes in WordPress 2.7 - Part 1 and Part 2
- Nathan Rice - Is My Theme 2.7 Compatible?
- Jacob Santos on the hazards of customizing Themes in WordPress 2.7
Have you written up a new WordPress 2.7 feature in depth? I’d love to add it to my list.
Question: Will Automatic Upgrade Work With Your Web Host? WordPress 2.7 features the new Core Update automatic upgrading for WordPress, but can your server handle it? A article on the WordPress Codex called “Core Update Host Compatibility” explores whether or not the new feature will work with a specific web hosting company.
NOTE: The upgrade feature may not work when updating to WordPress 2.7. It is designed to work after upgrading. To upgrade, you will have to it the traditional method first, then be able to use the Automatic Upgrading feature for future releases.

Site Search Tags: wordpress 2.7, wordpress news, wordpress updates, wordpress versions, wordpress upgrades, wordpress themes, wordpress plugins
Subscribe
Via Feedburner
Subscribe by Email
Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won’t Tell You About Blogging.
Search
Delve Deeper
You are currently browsing the The Staff Lounge weblog archives for November, 2008.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.Archives
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- January 2007
- October 2006
- September 2006
- August 2006
- October 2005
Categories
- Categories
- Announcements
- bbPress
- CinVin
- Development
- ExtremePixels
- Invision Power Board
- Meta
- MyBB
- News and Announcements
- Phorum
- phpBB
- Releases
- SEO vBulletin
- Simple Machines Forum
- Site Announcements
- The vB Geek
- Transverse Styles
- UseBB
- vBadvanced
- vBDrupal
- vBSEO
- vBSEO Announcements
- vBSkinworks
- vBStyles
- vBulletin 3.7 Add-ons
- vBulletin Add-ons
- vBulletin Announcements
- vBulletin Fans
- vBulletin Quick Tips and Customizations
- vBulletin SEO
- vBulletin Setup
- vBulletin Setup Announcements
- vBulletin Tips
- vBulletin.com
- vBulletin.org
- Wordpress
- YaBB
- YaBB Chat and Support Community/YaBB News and Announcem
Popular Resources
- Phorum-5.2.9a released (6 replies) - 12905 Views
- Phorum-5.2.8 final released (13 replies) - 5890 Views
- Phorum-5.2.9 released! Security Upgrade! (1 reply) - 2935 Views














