|
Anleitung bzw. Schnelleinstieg zum Aufsetzen einer Website mti Kajona, ohne den Sample Content zu verwenden. Alle Seiten werden manuell angelegt.
|
2 rates
88 downloads
|
|
|
Eine einfache Beschreibung für die ersten Schritte in der Benutzerverwaltung, anwendbar in den Versionen 3.3 und 3.4
|
1 rates
111 downloads
|
|
|
This is a little PHP Script I use for importing GB entries from no-kajona sites. Of course you'll have to adapt it, but I think it will save you some time ;)
Requires Shwetas HTML to Array classes, http://www.phpclasses.org/package/6296-PHP-Parse-and-traverse-HTML-documents-with-DOM.html
Usage: Copy gbimport.php to Kajona root, adapt to your needs and open it in your Browser.
License of my Script (gbimport.php): GNU LGPL, http://www.gnu.org/licenses/lgpl.html
(c) 2011 by js, http://js.tuxzone.org/
And of course: YOU AGREE TO USE THIS SCRIPT ON YOUR OWN RISK! ;)
|
1 rates
367 downloads
|
|
|
Especially for new homepages a sitemap.xml file can be very helpful for indexing by search engines.
This tutorial will show you how to get a generated XML sitemap for your Kajona 3.3.1
Basically you can just put the contents of the attached zip file into your web root(the directory of your kajona installation, where index.php and .htaccess is, too).
The code shouldn't affect any existing templates etc.
If you enabled URL-rewriting, you have to modify the .htaccess file in the web root the following way:
1. After line 56, the RSS-Feed section, insert:
#sample sitemap.xml
RewriteRule ^sitemap.xml index.php?page=sitemap_xml [QSA,L]
2. If you enabled "skip all requests not ending with ..." around line 18, replace it with
# skip all requests not ending with .html, .rss or xml - they don't have any rewrite rules (little performance tweak)
RewriteRule !\.(html|rss|xml)$ - [L]
Next step:
Create a new page called sitemap_xml. Add a naviagation element, choose your main navigation (or any other if you like to) with type sitemap and sitemap_xml.tpl as template.
Now you should be able to access youre sitemap under /sitemap.xml
How it works:
I created a template named xml_file.tpl which contains the xml declaration and basically a navigation element.
Then I created a new navigation template named sitemap_xml.tpl which fills the Sitemap.xml schema. You can find it in templates/modul_navigation/sitemap_xml.tpl
Now the last step was to just create a new page called sitemap_xml with the xml_file template.
As a nice extra, the navigation class was modified so it now serves a lastmodified field.
For details, see http://board.kajona.de/viewtopic.php?f=43&t=1119&p=9184#p9173
Thanks to Stefan for his help!
|
2 rates
100 downloads
|
|
|
This tutorial describes how to use Kajona for a simple blog.
This includes the configuration of the news-module, the comments and the cloud-element to work together and interact with each other.
The tutorial is based on Kajona V 3.1.1, but should be adoptable to a current version rather easily.
Unfortunately, the tutorial is available in german only.
Version: 1.0
Minimal Kajona Version: 3.1.1
|
2 rates
312 downloads
|
|