Importing InfoGoRound articles into WordPress

Every once in a while I want to populate a new blog with articles from InfoGoRound. The usual method of cut and paste can be horribly tedious and time consuming, so I turned to some free software I created several years ago to convert InfoGoRound articles into neatly formatted HTML files.
infogogetter

InfoGoGetter allows you to name files with any extension, and use any template you want, so I created a template.xml file that looked like this:

<item>
<pubDate>Mon, 26 October 2009 12:00:00 +0000</pubDate>
<category>Wordpress</category>
<category>Blogging</category>
<title><!--TITLE--></title>
<content:encoded><p><!--ARTICLEBODY--></p></content:encoded>
</item>

Of course, you’d want to change the date and category names to ones that fit your blog, but that’s all there is to it.

Then, I went through and converted all the articles I thought were useful with this template and saved them with a .xml extension.

Once I was done, I used a search and replace tool to remove spaces between the paragraph tags, since the WordPress import documentation said that linebreaks would convert as extra br tags, which would make way too much space between paragraphs.

Then, I opened a Command Prompt window, navigated to the directory where all the articles were stored, and typed:

type *.xml > file.rss

typecommand

This command works like cat in linux/unix to concatenate all the xml files into one big file.

Then all that was left was to import the new file.rss into WordPress.

The Import menu is under Tools in the WordPress admin sidebar.

tools

Simply choose the RSS import option, find the file on your hard drive, and voila, they’re all done!
importdone

Of course, the more articles you want to import, the more useful this is. Still, even with just 11 articles, it saves a fair chunk of time.



Considering purchasing Bloggers Payback

I’ve been focusing a lot on blogging lately. Particularly WordPress.

So when Jason Gazaway‘s new product came to my attention, I paid attention.

I have purchased products from him before, and unlike many other online purchases, I’ve always been impressed by his quality of information.

I’m hemming and hawing about it right now. I’m not sure I have the time to go through pages and pages of info.

I will continue to think while I finish fiddling with the networking site template, and if I buy I’ll be sure to report my opinion on Bloggers Payback



Offering event registration from WordPress

If you’ve read my previous post, you’ll know I’m working on a local business networking site in WordPress.

To handle event registration, I checked out a few different plugins, and finally decided on Events Manager 2.0. It’s a very slick plugin that not only allows people to RSVP for events, but also ensures only the right number of seats are available, it sends confirmation emails, and produces a nice printable report of who has bought tickets.

Configure Emails

It isn’t exactly what I need, but it’s a solid place to start hacking.

My first job was to turn the single field “seats” into “member tickets” and “non-member” tickets, make sure that the new fields show up in all the right places, and recode a few things to make sure they get added up in the calculations to determine how many tickets are left to be sold.

Hacked Registration Form

I also added two new admin and database fields for the prices of member and non-member tickets for each event.

Today I’m working on a Paypal integration for the registration process. Once the user has decided how many member/non member tickets to buy, I want to send them to a page where they can either print off the invoice and pay by cheque, or click a link to connect to Paypal.

Once I’m done hacking this plugin, it’s on to user registrations on the site, which looks like it could be a beast!

[evening edit]

And by golly I’ve done it. It ain’t pretty so far, and I need to make the paypal and addresses and such customizable, but the hack was successful….

invoice



20 WordPress Plugins for Local Business Network Sites

I’ve been considering the steps to convert an existing Women’s business networking site from Joomla to WordPress.

Joomla has wonderful capabilities, but it’s a beast to manage in the back-end, whereas building the same functionality in WordPress will require some tweaking, but the administration of WordPress is significantly easier.

This list is mostly for my own reference, but it might be helpful to someone else trying to do the same thing in the future, so here it is.

MEMBER PROFILE PAGES

In order to make this work, I need to make authors into members, and extend the fields they can enter and that will be viewable on their profile pages. I also need to add images to those profile pages, and make them searchable by business type for a business directory type section.

I found two plugins that might work for the extra fields:

and a few choices of plugins to add images to the profile pages:

I’m not entirely sure that I can hack the

to initially link only to profile pages, but I’m sure there’s some code I can gain inspiration from here to get the job done. Otherwise, it’s off to RentACoder to get a hack worked out for a searchable directory like our Joomla site has.

MEMBER LOGINS

Since members will be logging in frequently, I want to put a login form in a sidebar to make it accessible wherever they might be.

In case the members land up on the regular login screen, I want to beautify that with the logo and site colors too. I’ve always had success with

so I’m going to stick with that.

Once the user is logged in, I don’t want them going to the dashboard. That’s just wrong. So hopefully

will work to point them to a page with the latest events, and member options that I create.

should help me restrict what users can do and see once they’re logged in.

I’ve dug up some tutorials to help me out should I get stuck along the way:

EVENT CALENDAR

The networking events, luncheons, breakfasts and trade shows are the heart of the business, so the event calendar has to work for this. Not only will people need to be able to browse a calendar view, but they need to be able to see all the events in a list, click for more detail, and pay for tickets to whichever events they choose.

This might be the biggest challenge, but I’m hoping that the

plugin will at least give me a start. Maybe

, which allows online registration with Paypal integration, will give me some ideas too.

CONTROLLING REGISTRATION

Another challenging aspect of the site will be the registration. Since registration includes many extra fields and a required payment, things might get a little tricky. Here are a few of the plugins I’ve found that might be useful:

SERVING ADS
Sponsors of the group get advertising across the site, so a rotating banner manager of some sort is required. I’ve used

before, and I’m comfortable with it, so that’s probably what I’ll install.

OTHER FUNCTIONS

Since we’ll probably be adding a small shop, some member input areas, and definitely some photo galleries to the site, we’ll need



Free/Low Cost Social Networking Scripts

A friend and client of mine asked me about SNEmpire today. I wasn’t sure exactly what it was, but a quick Google I discovered it’s a $500 social networking script. The sales page actually looks pretty good, but I went to one of the sites running the software (imsocialize.com) and was less than impressed by the user interface presented there.

Instead of recommending a buy, I pointed my friend to several open source social networking scripts that might server her needs:

Dolphin
The demo site and the showcase of sites running this script are very impressive.

Elgg
This looks like another contender. It’s got a pretty basic interface, but from a user standpoint, the simplicity is great.

Mahara
Mahara is a little less like Facebook, and a little more like LinkedIn. If your users are all about business and achievements, this might be the best solution for you.

Insoshi
A bit basic, but like Elgg, it’s got lots of potential.

PHPizabi
A great looking site right out of the box.

While each of these will require some customization, and they don’t come with tutorials, and maybe that makes all the difference to my friend. But making sure the foundation of my business — the software — is rock solid would be more important to me than spending time on the customization and learning curve were I planning a social networking site.