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

Tikiwiki 16.2 Error while registering new user

I did a fresh install of 16.2 and when I try to register a new user I get the error below. I've re-extracted the zip and reinstalled the database, but I get the same error. Tikiwiki is in a public_html/tiki folder and I have made no adjustments to…
Loren Maxwell
  • 307
  • 3
  • 12
0
votes
2 answers

Tiki shows data times not in my Timezone just in UTC

When I configure the general setting to use the site timezone for showing date times and also when I set the same setting in the user preferences, tiki shows the times just in UTC timezone. I tried all combinations of timezone setting in general and…
Majid Akbari
  • 200
  • 12
0
votes
0 answers

Tiki Wiki CustomSearch destdiv parameter

So I found out using the destdiv parameter in the CustomSearch causes an infinite fade loading process. {CUSTOMSEARCH( wiki="Custom search 12" id="searchfix" destdiv="displayFirstTabDiv")} I have two tabs on a page each having its own respective…
0
votes
2 answers

How can I decide what fields are shown in the user registration form using the user tracker? - Tiki

I want to use the user tracker to create a registration form to collect additional user information on Tiki. I have done this by configuring the User tracker and specifying that users can register using the tracker under Admin>Login. However, I do…
0
votes
1 answer

want to remove tiki-index.php from URL

I want to remove tiki-index.php from the url. (at present this looks like http://domain.com/mytiki/tiki-index.php) I added the line RewriteRule (.*) tiki-index.php to the .htaccess file. it serves the purpose the problem is if I use this, the list…
DBuddha
  • 1
  • 1
0
votes
1 answer

How to clean up tables index_5* in tikiwiki

My mysql instance has 1700+ tables named "index_*". At 15MB each, this adds up to 25+ gigs. How can I clean these up? Is it as easy as dropping these tables? or is there some configuration in tikiwiki that cleans up the database with regards to…
tstone2077
  • 514
  • 4
  • 13
0
votes
2 answers

tiki-wiki tracker entry validation using another tracker

So here's the situation: I have two Tiki-Wiki trackers: One called Orders and the other called Customers. When a new item is added to the Orders tracker, one of the fields required is the customer, selected from the Customer tracker. Occasionally we…
mrtc
  • 1
  • 2
0
votes
5 answers

Table alignment in a single HTML page

This is a theme, HTML or css issue. So please don't leave this when I mention "tiki". I believe it can be solved with a supposedly simple css script. In our university page, I use the Tiki-wiki platform. Please take a look at the people page. This…
The Quantum Physicist
  • 24,987
  • 19
  • 103
  • 189
0
votes
2 answers

Tiki Wiki Search Index Not Configured Correctly

I'm working on a Tiki Wiki and ran into this error today I have tried disabling the search feature all together and still the error wont stop, any help would be greatly appreciated
Macauley
  • 379
  • 2
  • 6
  • 17
0
votes
1 answer

tiki-wiki: How to copy a structure into another Or how to duplicate a structure

I am new to tiki, I just learned about structures and I find them to be very useful and powerful. My requirement is to create a hierarchy of empty pages (essentially a hierarchy) and make users of the wiki to reuse that hierarchy while creating…
Programmer
  • 57
  • 4
0
votes
1 answer

TikiWiki print to PDF (via wkhtmltopdf) renders login screen

I'm logged in to my TikiWiki as admin, and I've just set up wkhtmltopdf to enable me to to render the current page to PDF under Admin:General:General Settings:Print/PDF from URL:WebKit(wkhtmltopdf) with the correct path to the binary set. I am on…
Michael
  • 9,060
  • 14
  • 61
  • 123
0
votes
2 answers

error in tables while ugprading database

Recently I tried to upgrade my tiki-wiki installation from 12.2 directly to 13.1 (that's a 3 step upgrade) and got errors in 5 tables. The way I did it was export my working db; import it in a new -empty- one; connect with the 13.1…
nikosal
  • 1
  • 1
0
votes
1 answer

Have a popup window appear as a mouse over that references a bookmark in a Tikiwiki

I am working on a Tikiwiki for work and am trying to find a way that makes a popup box appear when mousing over certain words but I want the info inside the box to be referencing a bookmark so that the info is always up to date.
Macauley
  • 379
  • 2
  • 6
  • 17
0
votes
2 answers

TIKI Custom menu no any CSS applied

I setup TIKI13.0 on ubuntu12.04, it works for me, however what make me crazy is that my custom menu seem no any CSS applied. My menu has been assigned to a custom module 'Document', {menu id=43 type=horiz} and my module is positioned at pagetop,…
Ramon
  • 409
  • 2
  • 8
  • 18
0
votes
1 answer

Way to number and sort articles in articles plugin in TikiWiki

I'm using articles plugin for joining my articles into one wiki page, but i need a way to number them and sort them. I know, that article plugin have order param, but if you have 100 articles, it's not posible to write their id in good order. I…
user1916778
  • 137
  • 1
  • 4
  • 13