How to enable reCAPTCHA in MediaWiki

To prevent spam bots and robots from filling your MediaWiki pages with spam links and unwanted content, you can have the “reCAPTCHA” enabled in your MediaWiki LocalSettings.php to prevent bots from editing your pages. ReCAPTCHA is a free service from Google that allows you to add a verification box to determine if the page is Read More >

Installing the captcha plugin in DokuWiki

Wiki sites that have anonymous editing allowed will need to secure the Edit sections. This is to prevent Spam bots from filling the pages with spam links and unwanted content. DokuWiki has a plugin called “captcha” that protects your wiki pages from article and page edits by robots abd spam bots. The captcha plugin is Read More >

How to Limit or Disable WordPress Revisions

In this article I’m going to talk about WordPress revisions and why you might possibly want to limit or disable the revision history of your WordPress pages and posts. WordPress provides revision control on any pages or posts that you create which allow you to go back and see previous edits that you’ve written over Read More >

How to create and attach a database user in cPanel

Generally, when you want to create a database in the cPanel, using the MySQL Database wizard is the fastest and easiest way. This creates both the database and a user for that database. However, you may need to either add a database user to a database or wish to create a single user you want Read More >

Log out of WordPress admin dashboard when not in use

In this article I’ll quickly discuss why you should be logging out of your WordPress admin dashboard when not in use. There can be multiple requests that your web-browser sends to the /wp-admin/admin-ajax.php script while you are logged into the WordPress admin dashboard, and leaving your computer unattended over the course of the day those requests Read More >

Enabling a Captcha for TikiWiki anonymous visitors

When administrating a wiki site with TikiWiki, you may want to allow anonymous visitors to edit your wiki content. When you allow anonymous visitors edit, you can potentially have unwanted robots edit your site, filling in spam and unwanted content. “Robots” or “Bots” are automated crawlers that scan websites. Some robots are designed to add Read More >

Adding a contact form to TikiWiki

TikiWiki has a built in contact form that can be enabled in your TikiWiki site. This contact form will allow visitors to contact your through a form on your website. This article explains the steps in setting up a simple contact form within your TikiWiki website. Configuring the TikiWiki contact form Log into TikiWiki. Click Read More >

Bypass firewalls with cPanel proxy subdomains

In this article I’m going to review connecting to your cPanel account’s various services, when there is a firewall on your computer or router not allowing a normal connection over the standard ports. There are several default services that come with your hosting account, these operate over a different port than the standard port 80 Read More >

Importing Blogger data into WordPress

Customers that initially built their blog sites with Google Blogger (Blogspot) can have the blog information imported into their WordPress software by using the “Import” feature in the WordPress dashboard. WordPress has a built in “Import” feature that allows you to import different blogs like Blogspot, Tumblr, LiveJournal, and even WordPress. The import process is Read More >

How to create an image preview style in Drupal 7

After learning how to set the Image Style Preview in the last article, you may need or want a bit more customized image style. Perhaps you want to add a setting between thumbnail and medium, or even one larger than the current large setting. There is a setting in Drupal 7 that allows you to Read More >

WordPress: “Briefly unavailable for scheduled maintenance”

If you are updating your WordPress site via the automatic update script, you may run across an anomaly where you receive a maintenance message on your site. The message reads “Briefly unavailable for scheduled maintenance” and occurs on every page on your site, including the admin login. While this message is supposed to be temporary, Read More >

Adding Meta Data to your WordPress sidebar

The sidebar of a website, although traditionally used for navigation links and ads, can be used for any data you would like to place there. The most common use in WordPress is to display other posts links, archives, and categories for further navigation into the site. You can, however, use the sidebar to put anything Read More >

Adding Nested Links to your sidebar in WordPress

Default and older WordPress themes use nested lists to present their sidebar information. A nested list is simply a list of unordered items inside one another. A simple example of a nested list is below: Flowers Lilies Roses Dogs Boxer Poodle You may have your own nested lists you wish to add to your sidebar Read More >

Basic MediaWiki site overview

What is MediaWiki? MediaWiki is a free open source software designed to provide free information on the web. A major website online that uses MediaWiki is Wikipedia. Wikimedia developed MediaWiki by developing Wikipedia and Wiktionary. If you are developing a site that is intended for multiple users to edit the content and to provide free Read More >

Creating an Image Gallery in MediaWiki

Along with adding images in your MediaWiki articles, you can also add an image gallery to you MediaWiki page. Formatting the image gallery in MediaWiki is a little different than formatting individual images. For information on how to insert images into MediaWiki pages, please see our tutorial on How to insert images into MediaWiki. The Read More >

Formatting images in MediaWiki

If you do not know how to insert an image in MediaWiki, please see the previous article on how to insert images in MediaWiki. Formatting images in MediaWiki requires special wiki code to be inserted into your image code. Unfortunately, MediaWiki does not have the code built into their WYSIWYG editor. The following table will Read More >