Fullscreen
[Show/Hide Left Column]
[Show/Hide Right Column]

3d browser Print

Mods


Tiki comes built-in with over a 1000 features, settings, plugins, modules, etc. This should be sufficient for the vast majority of Tiki users.

However, sometimes, there is some interesting code than isn't (experimental or deprecated things) or can't (because of licensing issues (external link)) be bundled in Tiki. This is when mods are used. More info at dev:To Mods Or Not To Mods



(A modular install for Tikiwiki components)

The tikimods feature is in 1.9+ Tikiwiki release the new tool for distribution, install, upgrade and removal of Tikiwiki components, also called mods. A Mod can be a feature, a plugin, a module, a theme, a language file, a replacement for an existing feature, or a combination of all the previous items.

The tikimods tool is available in versions 1.9 and above. Tikimods allows you to distribute, install , upgrade and remove a Tikiwiki Mod. Mods can consist of features, plugins, modules, themes, language files, or any combination of those packaged together. Here are two examples:

  • Modules:Clock (external link) is a single module that allows you to put a clock in the left or right column.
  • tinvoice (external link) is a feature that will allow you to generate invoices from Tikiwiki. This mod consists of many files including php files, templates, and sql statements to create additonal tables.

Basic principle

The Tiki Mods behaves like many package management software that is known in the unix world, and could be compared to the debian apt, the redhat yum; mandrake urpmi; or gentoo emerge, but adapted to the tikiwiki environment. It's a web-based tool for update operations on some tikiwiki extensions. It fulfills the following functions:
  • listing of a remote mods server, by default http://mods.tikiwiki.org/ (external link)
  • maintenance of locally stored mods : comparison with remote, downloading of new versions
  • installation of local mods, upgrade and removal

Manual install.

If installing via mods doesn't work for you, because of your server configuration (ex.: some shared hosts), you can still install the mods manually:
  1. Download from mods.tikiwiki.org (or from wherever) the tgz file you want to install (e.g., features-aulawiki-1.6.tgz).
  2. Extract the file. You will find several directories, but only one with the name Packages. Within it you have the XXXX.info.txt file which describes the mod you have downloaded.
  3. Copy all the directories and files (except Packages) to your tiki installation. It should be fairly obvious where to install the files within them.
  4. Now the tricky point, only for the mods which require modifications to the database (if you install just a wiki plugin or lib, for instance, you can skip this point since they usually don't require database changes). Go back into the XXXX.info.txt. Open it. You will find a section that starts with sql-install: and ends with sql-remove:.
    sql-install:
    DROP TABLE IF EXISTS `tiki_workspace_role_wstype`;
    DROP TABLE IF EXISTS `tiki_workspace_roles`;
    DROP TABLE IF EXISTS `tiki_workspaces`;
    ...
    and more SQL nice syntax! :D
    ...
    sql-remove:
  5. Copy all these SQL sentences between sql-install: and sql-remove:.
  6. To finish the installation you only have to execute them in your database, e.g. with phpmyadmin.
  7. Now the tiki magic will do the rest.



Related pages



Contributors to this page: marclaporte4511 points  , rlopez159 points  , jh455 points  , dthacker1232 points  , Xavi26514 points  and system .
Page last modified on Friday 28 August, 2009 11:43:51 UTC by marclaporte4511 points .

To register

To have an account at this site, please register at Tikiwiki.org (external link), and then use that user name and password to log in here.

Find by Page Name

Exact match

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki documentation and should correspond to development keywords (bug reports and feature requests):

Accessibility (WAI – 508)
Action log 2.x
Alert 3.x
Articles & Submissions
Backlinks
Banners
Blog
Bookmark
Browser Compatibility
Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts Address book
Contact us
Content template
Contribution 2.x
Cookie
Copyright
Custom Home (and Groups Home Page)
Date and Time
Debugger Console
Directory (of hyperlinks)
Documentation link from Tiki to doc.tikiwiki.org (Help System)
DogFood
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n, Babelfish)
Image Gallery
Import-Export
Install
Integrator
Interaction
Inter-User Messages
InterTiki
Karma
Live Support
Login
Look and Feel
Lost edit protection
Mail-in
Map with Mapserver
Menu
Meta Tags
Mobile Tiki and Voice Tiki
Mods
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profile Manager
Quicktags
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Security
Semantic links 3.x
Shadowbox
Shoutbox
Slideshow
Smarty Template
Smiley
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
System log
Tags 2.x
Task
Tell a Friend + Social Bookmarking 2.x
TikiTests 2.x
Theme
Trackers
TRIM
User Administration including registration and banning
User Files
User Menu
Watch
WebHelp
Webmail
Webservices
Wiki 3D
Wiki History, page rename, etc
Wiki Page Staging and Approval 2.x
Wiki Plugins extends basic syntax
Wiki Syntax
Wiki structure (book and table of content)
WYSIWYCA
WYSIWYG 2.x
XMLRPC