One way you can make your DokuWiki friendly for business education is to allow your pages to have a slide show presentation built into them. DokuWiki can be used as a business tool for giving slide show presentations using the “S5 Presentations” plugin. This is similar to looking at a Power Point presentation in Microsoft Read More >
DokuWiki
Inserting an iframe with the iframe plugin in DokuWiki
DokuWiki, like most wiki software, does not allow certain HTML code to be placed inside the website. This is because wiki’s are designed to be open for all to edit and contribute to. Common hacks are done by using code in a site to compromise the software security. To get an iframe to work in Read More >
Installing plugins in DokuWiki
When working with DokuWiki there arises many instances where you will need to install a plugin. Plugins give functionality to your site that the default installation does not have available. DokuWiki has an relatively easy way to install plugins through the administrators dashboard. Below are the steps to install a plugin in DokuWiki. Steps to Read More >
Configuring the Multilingual Plugin in DokuWiki
Once you have the Multilingual plugin installed, you will need to configure and set up your pages in different languages. The Multilingual plugin creates a namespace for each language. Each language can be represented by a text link or by a flag that represents the language. See the image below for what the flags look Read More >
Installing the Multilingual Plugin for DokuWiki
DokuWiki is capable of making a multil language site. This functionality is not installed in new DokuWiki installations by default. In order to get the multi language functionality to work, you will need to use the “Multilingual Plugin“. The “Multilingual Plugin” does not translate your pages into a language. The plugin makes namespaces particular to the Read More >
How to change the DokuWiki admin language
When you initially install DokuWiki you can set it up for a particular language. In the event you want to change the language for the DokuWiki interface, you can change the configuration file code to allow a different language. The Image to the right shows what the administrator section looks like with English as the 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 >
Installing the Modern Contact plugin in DokuWiki
Installing a Contact form on your DokuWiki site can be somewhat complex. DokuWiki does not have any contact form capability built into their software. In order for you to get a contact form on your DokuWiki site, you will need to use a plugin. This tutorial will explain how to use the Modern Contact plugin Read More >
What is DokuWiki?
What is DokuWiki? DokuWiki is a Free Open Source wiki software designed by Andreas Gohr in 2004. If you are familar with Wikipedia, then you will unerstand what DokuWIki is designed for. Wiki software is designed primarily to store information and manage it with contributors to the site. In other words, wiki’s are an open Read More >
Controlling user access for edit pages in DokuWiki
DokuWiki by default allows all visitors of the site to edit your wiki pages. In some cases, random users can deface your wiki site and delete your pages. The image to the right will show the edit options available for any visitor on the site. To prevent only certain users for editing the site, you Read More >
Redirecting pages in DokuWiki
When removing pages from your DokuWiki site, you will need to set up a redirect to prevent users from getting 404 not fopund errors. Sometimes when users bookmark pages or when Google caches a removed page people will get 404 not found pages. In order to redirect a page, you will need to use a Read More >
How to delete and rename namespaces in DokuWiki
DokuWiki sites are constantly changing due to the contributions of the website patrons. When topics get too big, change in scope, or become obsolete, it becomes necessary to rename or delete the namespaces from DokuWiki. This article will go through the steps in renaming and deleting namespaces form DokuWiki. Renaming a namespace in DokuWiki Login Read More >
How to create namespaces in DokuWiki
What is a Namespace? A Namespace is a folder location where your page resides, much like how you can organize files on your computer using folders and subfolders, wiki pages are organized into Namespaces. For information on creating pages, please click here. Namespaces are crucial for organizing your pages within your wiki. In other words, Read More >
How to edit and delete DokuWiki pages
Editing pages in DokuWiki is a basic process of creating a wiki. Users visiting the site have the ability to edit pages by default. In some cases, users can edit or delete a page by accident. other times, a malicious use my deface a page. Pages created in Dokuwiki are stored as revisions. These can Read More >
What if I forgot my DokuWiki username or password?
The DokuWiki administration section is for managing the site settings, users, preferences and more. In the event you lose your username or pasword, you can reset and change passwords, and recover usernames. The purpose of this article is to reset and change passwords, and to recover the username for your DokuWiki site. Note! You should Read More >
How to format content in DokuWiki
Formatting text in DokuWiki will require the wiki code to be used. DokuWiki has a built in WYSIWYG (What You See Is What You Get) editor. The following table lists the wiki code options. Once you are familiar with the DokuWiki format options, we will go over how to do basic formats like bold, headline Read More >
Inserting a custom CSS menu in DokuWiki
DokuWiki has preset menu items towards the top right that are very difficult customize. The links are Recent Changes, Media Manager, and Sitemap. These are there by difault and are difficult to change. You can use a custom made css menu that can be inserted into the wiki header code. This will allow you to Read More >
How to insert images into a DokuWIki page
After learning about how to create and edit pages in DokuWiki, it is common to want to add images to the site content. The following steps will explain how to insert an image into a DokuWiki page. Inserting an image in DokuWiki Log into DokuWiki. Navigate to the page you want to insert an image Read More >
Inserting internal and external links in DokuWiki
Due to the nature of DokuWiki code, inserting a link that navigates internally and externally is done differently than other programs. Where most sites allow standard HTML code to be inserted, DokuWiki has its special code to create navigation. There are 2 types of links, internal and external links. Internal links link to a page Read More >
How to use the menu plugin in DokuWiki
DokuWiki has a plugin called the “menu” plugin that will allow you to place a custom navigation menu in your pages. This menu has nice icons separated out to each menu link catagory. The “menu” plugin that primarily works in the Wiki page code. The following article will explain how to use the “menu” plugin. Read More >