Loading...
 
Skip to main content

Features / Usability


Custom modules

posts: 4 India

How do i integrate a custom module that i have built with tikiwiki

i want to add a custom module into my tikiwiki site

how do i do that

bye
arun balaji

posts: 2881 United Kingdom

Hi,

You will need to put the code in a modules/mod-yourmodname.php and then the layout in templates/modules/mod-yourmodname.tpl

Its usually a good idea to choose the mod-google as a base to start from.

Damian