Skip to content

vanillaforums-plugins/VanillaStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VanillaStarter plugin for Vanilla Forums

Fork this repository (or follow the quickstart below) and start writing your own plugin. Batteries included.

Note

If you fork it to develop your plugin, remember to remove (this) origin repository git remote rm origin.

Quickstart

Run from terminal

source <(curl -sL https://raw.github.com/lifeisfoo/VanillaStarter/script/start.sh)

and start writing code!

Alternate method

  1. Download it
curl -L -o vanilla_starter.zip https://github.com/lifeisfoo/VanillaStarter/archive/master.zip;
unzip vanilla_starter.zip
  1. Customize it
  2. mv VanillaStarter-master MyPluginName
  3. mv MyPluginName/class.vanillastarter.plugin.php MyPluginName/class.mypluginame.plugin.php
  4. change $PluginInfo['VanillaStarter'] = array( to $PluginInfo['MyPluginName'] = array(
  5. change class VanillaStarterPlugin extends Gdn_Plugin { to class MyPluginNamePlugin extends Gdn_Plugin {
  6. change what you want!

Forking

Feel free to fork and add additional example code and documentation.

Requires Vanilla >= 2.0.18.4

##Author and License Alessandro Miliucci, GPL v3

Bitdeli Badge

About

Quick start Vanillaforums plugin development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages