WordPress Comment Control

December 12th, 2009 by Keith from shrewdies | 1 Comment | Filed in Function
WordPress comment control is vital if you want to get the best contributions from your visitors.

The standard WordPress commenting features are very basic. I realize that does not stop thousands of great blogs getting exceptional comments from visitors. However, anything that can help encourage commenting, and make comment management easier, is A Good Thing.

 

Wordpress Comment Control

I have found a WordPress plugin that does both these things very well, but why is this so important?

Read the rest of this entry »

Tags: , ,

WordPress Plugin Control

December 4th, 2009 by Keith from shrewdies | Comments Off | Filed in Function

My dreams for WordPress plugin control have been realized

After months of planning an installation script (OK – occasionally thinking about planning one!), I have found the ideal plugin to control WordPress Plugins

 

WordPress Plugin Control
If you have setup more than a couple of WordPress installations, or you want to offer an easy way for newcomers to install their own WordPress, you will know how tedious it can become repeating the installation of a list of “must-have” plugins.

Now the only “must-have” plugin is Plugin Central from Vladimir Prelovac. Install that, and anything else you want is only a couple of clicks away.

At last, I have an easy way to save time when I setup my own new WordPress blogs.

More importantly, the web traffic tool that I am currently developing needs some simple instructions for setting up a new WordPress blog. I planned to develop my own plugin to install from a list of recommended plugins, but now I do not have to. I also found an unexpected bonus, as you will see below.
Read the rest of this entry »

Tags: ,

WordPress MU File Editor Revealed

October 18th, 2009 by Keith from shrewdies | 1 Comment | Filed in Function
Many “authorities” will tell you there is no WordPress MU file editor, and give you complicated workrounds to let you edit plugins and themes directly.

This is no longer true.

The latest version of multiuser WordPress has the standard file editor – it just needs to be enabled.

First, a couple of warnings:

  1. Editing themes and plugins directly can render your site unusable. It is vital that you have a backup of the file you are changing, AND file access to your webserver to revert to your backup if needed.
  2. The change will affect all your users who are using the plugin or theme that you are changing

So, there are very good reasons why you should not make ad-hoc changes to plugins and themes. However, if you feel that bypassing version control is occasionally worth the risk, here is how to unveil your hidden file editor.

Read the rest of this entry »

Tags: ,

WordPress MU

October 17th, 2009 by Keith from shrewdies | Comments Off | Filed in Foundation
I had my chance, today, to see if my perfect instructions for installing WordPress MU are still perfect.

Actually, I can see immediately that perfection falls short by lacking a screenshot.

So I’ve added one.

Wordpress MU Installation

Wordpress MU Installation

There are still no Fantastico or Simple Scripts that I am aware of to install automatically, so you have to copy the files to your server, then fill in the form shown above (with your own details, of course).

The choice of sub-domains or sub-directories defaults to the correct choice. I cannot think of a reason why you would want subdirectories, but this would make an interesting topic for discussion in the WordPress MU Installation Forum, if you think you need sub-directories.

The manual install routine is still extremely simple, but as with most things, there is a right way and a wrong way to do it. The wrong way is to leap in without planning. The right way is to follow these simple steps.
Read the rest of this entry »

Tags:

Commandeer Comments

October 15th, 2009 by Keith from shrewdies | Comments Off | Filed in Function
WordPress comments enhance your site when managed properly.

Encourage commenting, and you add effortless content to your site.

Make it hard, and your visitors will walk away

Comment control using spam management plugins is important, but if you don’t encourage commenting you might as well just close the comments and forget the whole thing.

Don’t worry about spam comments. First, think how you can encourage visitors to contribute to your site by way of comments, then worry about weeding out the ones you do not want.

If you run a forum, you might consider doing away with comments altogether. If so, change the default settings in the discussions section, and stop reading this. My view is that the more opportunities you give for visitor contributions, the more those visitors are likely to return – so read on to learn how to commandeer comments to keep your visitors returning.

WordPress Comments Plugins

First to be installed is Quicktagzmilies from Zfen. This makes it so much easier to add HTML code to posts. Much easier than having to type <blockquote></blockquote> etc.

To install this plugin, you have to edit the comments.php file in your theme. This is a bit of a pain, especially as you have to remember to do it if you change theme, but it is worth it. One day I’ll look to see if there is a way to avoid this, but it is very easy to do, so not a priority.

Go to the editor in the Appearance section of the admin area and select comments.php. Find textarea* and add Quicktagzmilies code (it’s shown in the settings screen) as a new line above it: <?php if (function_exists('quicktagzmilies')) { quicktagzmilies(); } ? >

Next, your visitor (now contributor) may want to know if anyone else responds. Subscribe To Comments plugin has been extremely useful, but not updated for a long time. I have opted for a new version, based on the original: Gurken Subscribe to Comments from Martin Spuetz. This is a fairly basic subscription service, so if you find something better, please share it in the comments here, or in the functionality forum. I’d like to see subscribe / watch functionality for comments that gives the same benefits as the equivalent functions in the Simple:Press Forum plugin – could be another project for the future.

Finally, now that you have happy contributors, do you think it fair to deprive them of a little glory? For some reason, WordPress puts nofollow attributes on the links your contributor provides. The merits (or lack of them) for this are beyond the scope of this article, so I’ll just explain the very easy way to stop this. Install NoFollow Free from Michele Marcucci and the problem goes away.

It’s over to you now. How do you comandeer your WordPress comments to work for you? Add your coments below!


*Some themes have more than one textarea. The one you are looking for has an id of comment.

Tags: , , ,

Simple:Press Forum Enhancements

October 15th, 2009 by Keith from shrewdies | Comments Off | Filed in Form, Function
The Simple:Press forum plugin is one of the most comprehensive and customisable plugins available for WordPress.

Is that enough for me?

Oh, no! I have to push just that little bit further.

It started some time ago, when I wanted to include a hyperlink in a forum description. I was pleasantly surprised to see that the HTML held up fine in the forum, and links, bold text and other markups were easy to add.

I was less happy when I went back to the Admin pages to make other changes – the HTML screwed up the Admin display, and could not be edited. However, it could easily be re-typed, or edited directly in the database through phpMyAdmin, so, I left things as they were. For a while.

I was tempted to raise this with the support guys at Simple:Press. They have always been extremely responsive, and their own forum is a fine example of the best in technical support. However, a new version was in the late stages of the release process, so I thought I would wait until after it’s release.

A few days later, I had the bright idea of including some AdSense in the description. I was certain that the Simple:Press forum description was no match for the AdSense javascript code. However, I remembered how I had used the Enzymes plugin in the past to make adding AdSense code to posts very easy.

WordPress Enzymes Plugin

This is a fascinating plugin that allows so many ways of manipulating your content that it deserves (and probably needs) a series of articles to do it justice.

In it’s very simple form, it allows you to store data in standard WordPress Custom Fields and refer to them wherever you want.

I’ll cover Enzymes in more detail later. For the forum description, all you need to do is to store the HTML for your description in a Custom Field, and it is easy to display, and easy to edit.

Simple:Press Forum Description Enhancement

Read the rest of this entry »

Tags: , ,

WordPress Plugin For Forum Access & More

October 4th, 2009 by Keith from shrewdies | 1 Comment | Filed in Function
I’m working on a WordPress plugin to ease access to the forum, and other parts of the website.

Easy access to website is always important, but doubly so when you are encouraging members to join and contribute comments and forum posts.

You may see changes to the navigation bar at the top of the page during this week. I’m building and testing new ideas, and I would also like your input.

Purpose of the WordPress plugin

I was inspired by the userbar that is part of this Splix theme. It adds great access and information features to the bar at the top of the page. It does not include all the functionality I need – especially as it has no functions to ease access to the forum. In fact, I was surprised to see functionality like this added to a theme, so I looked at WordPress plugins to see if they offered better solutions.

The one that best suits what I need is DashBar, but it also lacks the forum functions that I need. One advantage is that it is very well written, and can be extended to include other links. However, I wanted to add other features from the Splix userbar, so I decided to build a new plugin to create a functional, attractive access bar.

The purpose of the new plugin is to provide all website contributors, including administrators and casual visitors, with a quick way to see new information that is relevant to them, and a quick way to access that information for viewing or editing.

During this week, you may see two, or possibly three different toolbars as I pool the best ideas from the DashBar and the Splix userbar. I’ll let you know when my WordPress plugin is finished, but there are a couple of issues you can help with…

Help Form This WordPress Plugin

The first issue is a name for the toolbar / userbar / admin bar.

The second issue is that I would really love to hear your opinions on the features that are important to you in a WordPress plugin like this.

Please add your comments below, or discuss this in the WordPress functionality forum.

Tags: , , ,

What Is The Point Of Re-Installing WordPress?

September 29th, 2009 by Keith from shrewdies | Comments Off | Filed in Foundation
Installing WordPress is simple, and upgrading WordPress is simple, but upgrading after a long time, with many version changes is like installing again. In fact, re-installing is much harder than a brand new install.

Let this be a lesson. If you ever want to revive a neglected site – just start again.

Wordpress Update

Wordpress Update

The first hurdle is the incredible change in WordPress and it’s plugins over the last couple of years. WordPress has added functionality (e.g. tags) that was once only available as plugins.

More importantly, as I indicated in my last post, the purpose of this site has changed, and with it the categories and tags.

The good news is that the basic site is now upgraded and working. The purpose is clear, and now enshrined on a brand new About page. The bad news is that there are a lot of old posts and pages that need re-writing – and none of them really worth the effort.

If you need to revitalize an old site, you need to think about upgrading or starting with a brand new install.

It is easy to decide what to do – just look at your visitor logs. You will see one of three possible situations:

  1. Very little traffic, or
  2. Generally little traffic except for a few pages, or
  3. Lots of traffic.

For 1. you should Read the rest of this entry »

Tags: ,

What Is The Point Of shrewdies.net?

September 24th, 2009 by Keith from shrewdies | Comments Off | Filed in Foundation

Trying to get this site relaunched has, as usual raised many interesting topics.

Topics typical, no doubt of the web business owner who tries to cover all aspects of building a site.

After a few days of tinkering with technical aspects of WordPress and its extensive collection of plugins and themes, I have come to the conclusion that I’ve lost the plot!

When I launched this site, I was clear that I wanted it to focus on the technical aspects of running a business. The aspects that a large enterprise would handover to the IT department. The aspects that a one man business either learns, or farms out to a website developer and hosting service. My strategy was to document the development of websites as I built them, including documentation of this site.

I set these objectives over 2 years ago and last worked on the site over 18 months ago. The plan is out-of-date, and it is seriously hampering the relaunch. It proves the strength of a well laid-out plan.

So before you start on building your web business, make sure the plan is set. If you’ve been running for a while, make sure the plan is current.

The planning process is beyond the scope of this website. I’ll be back soon with the pointers to the best way to build a plan. In the meantime, heed the warning. If you work for yourself, don’t start building the website without a current web business plan. If you are designing and building a website for a client, do not start without their current web business plan.

One exception is the very basic site for existing businesses. It needs a privacy policy and a contact page. Most web businesses also need to encourage feedback and interaction beyond simple commenting on your own articles. Therefore, a forum is important, and you can start one with a general group and a ‘Please Help’ forum. I’ll cover this in more detail in the next post.

Without the plan, you simply end up with a series of articles that do not relate to each other. Categories are so vital to making a website work. As time passes, you can tweak them. But when you don’t do it, or leave the plan unmanaged for 18 months, you end up with this – a rambling out of context article that you cannot even categorize.

Pitfalls and problems might be a good category to add – but never add categories on-the-fly, unless they are in the web business plan.

Tags: , ,