Questions tagged [tiki-wiki]

Tiki Wiki CMS Groupware, originally and more commonly known as TikiWiki or simply Tiki, is a free and open source wiki-based, content management system and Online office suite written primarily in PHP and distributed under the GNU Lesser General Public License (LGPL) license.

Tiki Wiki CMS Groupware, originally and more commonly known as TikiWiki or simply Tiki, is a free and open source wiki-based, content management system and Online office suite written primarily in PHP and distributed under the GNU Lesser General Public License (LGPL) license. In addition to enabling websites and portals on the internet and on intranets and extranets, Tiki contains a number of collaboration features allowing it to operate as a Geospatial Content Management System (GeoCMS) or Groupware web application.

Tiki includes all the basic features common to most CMSs such as the ability to register and maintain individual user accounts within a flexible and rich permission / privilege system, create and manage menus, RSS-feeds, customize page layout, perform logging, and administer the system. All administration tasks are accomplished through a browser-based user interface.

Tiki features an all-in-one design, as opposed to a core+extensions model followed by other CMSs. This allows for future-proof upgrades (since all features are released together), but has the drawback of an extremely large (more than 1,000,000 lines) codebase. Tiki can run on any computing platform that supports both a web server capable of running PHP 5 (including Apache, IIS, Lighttpd, Hiawatha, Cherokee, and nginx) and a MySQL database to store content and settings.

Reference: http://en.wikipedia.org/wiki/Tiki_wiki

62 questions
0
votes
1 answer

How to show a Google Map via OpenLayers on tiki-wiki 12+

I was wondering how can I show a Google map (or ArcGIS Server map) via OpenLayers on a tiki-wiki page? According to the tiki-wiki online documentation here: In Tiki12, all Google Maps specific code was removed in favor of using OpenLayers, so…
thor
  • 21,418
  • 31
  • 87
  • 173
0
votes
1 answer

Limit page creation

I (as admin) want to create a few pages in the wiki where the users may/can create subpages or similiar hierarchical structures. Is it possible to automatically create a hierarchical order (e.g. a few spaces like Tutorials / Info / Resources) and…
eiselems
  • 170
  • 1
  • 12
0
votes
1 answer

CMS and store hi-resolution images in generated pdf

I'm looking for good CMS for publishing software manuals. Requirements: publish manual pages as web pages with thumbnails and shows full resolution after click on image, exporting manual pages to a pdf file with full resolution images instead to…
0
votes
1 answer

Embed content from another TikiWiki page into current page

I have a TikiWiki page describing an algorithm, for example To calculate the square root of a number $x$ in R, use sqrt($x$). In another TikiWiki page I include the algorithm in a bigger process, e.g. Step 4: Now calculate the square root of this…
Alex
  • 15,186
  • 15
  • 73
  • 127
0
votes
1 answer

TikiWiki Login Error Message

I just finished installing Tiki Wiki on my server (standard Hostgator account), and was able to log in as an admin. I am trying to create a new file gallery, but I keep receiving this error when I fill out the gallery settings and hit the "Save"…
Lukas Pleva
  • 381
  • 2
  • 5
  • 17
0
votes
1 answer

how to configure tikiwiki featured profile

I have installed the Tikiwiki 11.0 in my system. After successful installation , site show the below 3 steps. ( 1. Login with the new password, 2. Enable tiki features 3. Run tiki profile. I have logged as admin, and trying to configure the site for…
0
votes
1 answer

A reliable script to convert Tiki-Wiki tables to MediaWiki format?

I know I can copy the rendered Tiki-Wiki page into LibreOffice and then export it into MediaWiki format, but what about hundreds of pages? Is there a reliable script? I need to convert only tables.
Gleki Arxokuna
  • 109
  • 1
  • 3
0
votes
1 answer

tiki-wiki: How to batch import categorized articles from a CSV file

Importing categories as a CSV file is OK in tiki-wiki, But how to import categorized articles to the system. Tiki supports media wiki and word press importing, While my data base has another format. Is there any module for CSV upload/import? Is…
hpaknia
  • 2,769
  • 4
  • 34
  • 63
0
votes
1 answer

How to get Image source in Tiki Wiki CMS Groupware

I have trouble with image source of an article thumbnail in Tiki. I am getting image path with "http://www.droit-inc.com/article_image.php?image_type=article&id=10348" but I want root directory path of it. Because when I am passing this url via…
Prashant Parekh
  • 428
  • 1
  • 6
  • 27
0
votes
1 answer

tiki-wiki: How to create a tree view category structure?

I have a nested category structure, and each structure has some articles. How can I create a tree view structure of all categories. If there is any plugin or module let me know. Also if I should code it, please give me a hint (or a link…
hpaknia
  • 2,769
  • 4
  • 34
  • 63
0
votes
1 answer

In Tiki I have API to create/update page, time and date of creation does not display properly

I have Tiki set up with my php site. I create/update page using my own Tiki API file but when I show version of page in history tab than creation date is not displayed. Only time is displayed. This is my code for create page in Tiki. require…
RavatSinh Sisodiya
  • 1,596
  • 1
  • 20
  • 42
0
votes
1 answer

Does Tiki Wiki CMS has some particular requirements when it comes to bulding templates?

I have to slice a psd and construct a first version template of a future Tiki Wiki CMS web application. Are there some particular features which has to be taken into consideration?
Dan Ovidiu Boncut
  • 3,083
  • 4
  • 25
  • 45
0
votes
2 answers

Tiki anchors on the same page

I have a Tiki page with some headlines formatted like this. !!!schedule(%milliSeconds, %method, %arguments) On another place (same wiki page) I have a simplified reference. schedule() Can Tiki automatically make a reference from schedule() to…
Max Kielland
  • 5,627
  • 9
  • 60
  • 95
0
votes
1 answer

Is it possible to cascade Wiki pages in Tiki?

I'm documenting objects in Tiki and would like to cascade all the descendants objects (Wiki pages) at the end of the current Wiki page. So far I have only seen how to create a link to Wiki pages, but I want to embed the full wiki page.
Max Kielland
  • 5,627
  • 9
  • 60
  • 95
0
votes
1 answer

using wkhtmltopdf in Tiki on Windows

I have installed a Tiki 9.2 on a Windows XP machine running Apache 2.2 and PHP 5.2.17. I have installed wkhtmltopdf under the program files folder (C:\Program Files\wkhtmltopdf). I have entered the path in the $PATH variable. However, it seems no…