azurecurve ClassicPress Plugins: Series Index

ClassicPress PluginsI’ve been involved with the ClassicPress project for a while now in a few different ways (such as writing FAQs and drafting plugin directory rules).

One of the things I have been working on is rewriting my plugins, to both improve the functionality and also to improve their adherence to coding standards and best practice. There was quite a few ways where I was not following best practice or where I had code which was not very secure.

Some plugins have had a near total rewrite while others have just been updated to do things in a more standardised and recommend way. Part of the reason I have done this, in fact been able to do this, is how welcoming and willing to offer advice the people in the ClassicPress community have been.

I have also written a number of new plugins which are all available for ClassicPress (they will also work with WordPress, but I have not submitted them to the WordPress Plugin Repository.

There have been quite a few people who have been willing to answer questions and offer assistance, but I will single out John Alarcon, known in the ClassicPress Community as Code Potent, who has gone out of his way to be of great help.

In this series of posts, I am going to give a brief introduction to each of the plugins I have available, along with links to plugin demos or examples and to my Development site where further details, download and support links are available.

Continue reading “azurecurve ClassicPress Plugins: Series Index”

Web App to Convert PNG to PDF: Zamzar

Useful WebsitesThis is another of the posts which is largely to remind me of how to do something. In this case, when I publish a book, I need to convert the PNG of the cover into a PDF.

I usually end ip trying a few services before finding the one which works every time; that service is Zamzar.

I’ve used it to convert a number of PNGs to PDFs now and also to convert a few other files as well. I find Zamzar to be consistently accurate and reliable for converting files.

Custom Shortcuts in Run Window

WindowsWindows allows you to use commands as shortcuts in the Run prompt (such as calc to launch calculator). I typically use a lot of shortcuts to launch apps or open files I use a lot, but don;t want to drop a lot of shortcuts in any of the standard folders from which Windows allows shortcuts to be used.

Fortunately, you can add additional folders to use for shortcuts. To add a new folder, open the System window (Win+Pause|Break) and click on Advacned system settings< :

System window

Continue reading “Custom Shortcuts in Run Window”

Installing ClassicPress: Change Authentication Keys and Salts

ClassicPressThis post is part of the series on Installing ClassicPress; ClassicPress is an open source fork of WordPress which aims to target the business market or those looking for a CMS with a focus on security, stability and flexibility.

Now that we know that the new ClassicPress site works I’d recommend editing your new wp-config.php file to change the authentication keys and salts. You will need to use your FTP client to make this change.

Open and edit your wp-config.php file and find the highlighted section. These are the authentication keys and salts used by ClassicPress for cookies and the like which it is recommended you change:

wp-config.php file with authentication keys and salts highlighted

Continue reading “Installing ClassicPress: Change Authentication Keys and Salts”

Implementing Enhanced Notes: Download and Register for a Free Trial

GP Elementz Enhanced NotesThis post is part of a series on Implementing Enhanced Notes from ISC Software Solutions.

Enhanced Notes is available for download from the GP Elementz website; as I am installing this on my demo company, I will register for a free trial:

GP Elemtnz Enhanced Notes product page with Free Trial button

Continue reading “Implementing Enhanced Notes: Download and Register for a Free Trial”

Installing ClassicPress: First Login

ClassicPressThis post is part of the series on Installing ClassicPress; ClassicPress is an open source fork of WordPress which aims to target the business market or those looking for a CMS with a focus on security, stability and flexibility.

With ClassicPress installed, the next step in the installation is to test that the site works.

If you navigate to your web address followed by /wp-login.php you can enter the admin credentials created during the installation:

ClassicPress login page

Continue reading “Installing ClassicPress: First Login”

Implementing Enhanced Notes: What are the Differences Between Standard Notes and Enhanced Notes?

GP Elementz Enhanced NotesThis post is part of a series on Implementing Enhanced Notes from ISC Software Solutions.

In the last post, I took a look at what the Enhanced Notes module was. The table below shows the similarities and differences in the functionality offered by standard Microsoft Dynamics GP notes and the GP Elementz Enhanced Notes.

Continue reading “Implementing Enhanced Notes: What are the Differences Between Standard Notes and Enhanced Notes?”

Installing ClassicPress: Installing

ClassicPressThis post is part of the series on Installing ClassicPress; ClassicPress is an open source fork of WordPress which aims to target the business market or those looking for a CMS with a focus on security, stability and flexibility.

With ClassicPress downloaded, we can now install it on our website.

The file which was downloaded is a zip file which needs to be unzipped and uploaded to the web site using an FTP client. For this post, I am assuming you have done this already.

With ClassicPress uploaded, we can navigate to the installation web page; this is your usual web address. When the page loads, select your language and click Continue:

ClassicPress Setup Configuration

Continue reading “Installing ClassicPress: Installing”

ClassicPress 1.0.0 Now Available

ClassicPressAfter a couple of RC (release candidate) releases over the last couple of weeks, ClassicPress 1.0.0 “Aurora” has been released.

This is the first version of the hard fork of WordPress to be released; I have previously done a series on migrating from WordPress and am currently part way through a series on installing ClassicPress on a new site.

You can download ClassicPress, or the migration plugin, from the ClassicPress website.

This version is fully compatible with WordPress 4.9.8, but there have been some changes which are detailed in the release notes.