====== Module guide ====== **So you want to start making modules for pluck? You are at the right spot! Here, you will learn how to integrate your own functionality with pluck.** **[DEPRECATED]** - This guide is for the 4.6 series of pluck, which is not supported anymore. Take a look at our new [[dev:module_guide|module guide]] instead. ===== Guide to pluck module development ===== This guide will teach you the basics of developing modules for pluck. The guide consists of several chapters. These chapters are listed below. * [[dev:modules:introduction|Before you start]] - some basic info and requirements; please read before you start * [[dev:modules:chapter_1|Chapter 1]] - about the directory structure * [[dev:modules:chapter_2|Chapter 2]] - telling pluck more about your module * [[dev:modules:chapter_3|Chapter 3]] - adding pages to the administration center * [[dev:modules:chapter_4|Chapter 4]] - adding pages to the website * [[dev:modules:chapter_5|Chapter 5]] - packaging your module ===== Other topics ===== * [[dev:modules:security|Modules and security]] - create modules that are safe to use * [[dev:modules:tinymce|Including TinyMCE]] - include TinyMCE in your module page(s)