How-to fix Flash on Kubuntu

If like me you want the greatest and latest Flash version on your Kubuntu, you probably added the SevenMachine’s repository to your sources. Else, you should, as it’s where you’ll find all the fresh Flash packages, for both 32 bits and 64 bits architectures.

Everything will be great after that. Until the day this repository is updated, which will break the Flash plugin if you attempt an upgrade with KPackageKit.

The Flash package does not contain the binary plugin itself, but is just an empty shell which download the plugin from the web to your machine. And for this operation to work as expected, the package need to be in a terminal environment.

To fix this, you’ll have to remove all previous Flash package (as a prevention measure), then install the latest with the command line. Here are the commands to do exactly this:

sudo apt-get remove --purge flashplugin-installer flashplugin64-installer
sudo apt-get clean
sudo apt-get update
sudo apt-get install flashplugin64-installer

Commands above are for a 64 bits distribution. If you’re still running a 32 bits Linux, just replace the last reference of flashplugin64-installer by flashplugin-installer.

Now restart your browser and YouTube videos and other Flash stuff should work again.

e107 Importer plugin for WordPress v1.4 released !

I just released the version 1.4 of my e107 Importer plugin for WordPress.

This is a special release as it ends the active development cycle. I officially declare this plugin unmaintained. I don’t plan to work on it again.

The 1.4 will be the last version. Unless you send me code contribution, you’ll not see a 1.5 version.

The reason behind this decision is simple and straightforward: I’ve recently migrated my last e107 website to WordPress. Now that e107 is no longer part of my life, I have no interest in spending time and energy working on this plugin.

So if you plan to get rid of your e107 sites in favor of WordPress, do the migration now, as the plugin will self-deteriorate as WordPress API gets updated.

e107 Importer 1.1 available !

A month after the 1.0 release, here is my e107 Importer v1.1 for WordPress !

The biggest new feature is support of e107 forum import to the bbPress WordPress plugin. This plugin is still in alpha and was not released yet. This mean you have to fetch it from its Subversion repository. And be careful to get the recommended version (SVN release 2942).

Because of the experimental status of forum import, the default option of e107 Importer is to not import forums. I decided to include this feature anyway to get feedbacks. So please don’t consider forum import as a highly reliable. It may work for you or may not. And please write detailed bug reports.

Here is a detailed changelog between 1.0 and 1.1:

  • Add import of forums and threads to bbPress WordPress plugin.
  • Parse BBCode and e107 constants in forums and thread.
  • Add forums and threads redirections.
  • Make e107 user import optional. This needs you to set a pre-existing WordPress user that will take ownership of all imported content.
  • Parse BBCode in titles too.
  • Import images embedded in comments and forum threads.
  • Description update of existing users is no longer destructive.
  • Add an entry in the FAQ regarding script ending prematurely.
  • Disable all extra HTML rendering hooks like the one coming from e107 linkwords plugin.
  • Allow news and pages import to be skipped.
  • Add missing news category redirects.
  • Minimal requirement set to WordPress 3.1.
  • Some pages are not tied to a user. In this case, default to the current user.

e107 to WordPress migration : v0.9 plug-in released

9 months after the last one, here is the new version (v0.9) of my e107 to WordPress import plug-in !

Change log:

  • “One-click migration” instead of multiple step process (more user-friendly),
  • Better error management (a must-have for precise bug reports),
  • Replace all links to old content with permalinks (increased SEO),
  • Better database management,
  • Work with latest WordPress v2.3.2 and e107 v0.7.11,
  • Code cleaned up ! ;)