Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
diogo
/
gnu-social
Seguir
19
Destacar
39
Fork
35
Archivos
Incidencias
116
Pull Requests
5
Wiki
Árbol:
c378019deb
Ramas
Etiquetas
1.1.x
1.2.x
1.20.x
1.5
experimental
master
nightly
v3
v2.0.0beta0
v1.20.9release
v1.2.0beta4
v1.1.3release
gnu-social
/
DOCUMENTATION
/
DEVELOPERS
/
Plugins
/
Sample Plugins
/
Sample
/
includes
Alexei Sorokin
26115482ef
[SCHEMA] Improve timestamp storage
hace 4 años
..
actions
5524cf331c
[DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc
hace 3 años
classes
26115482ef
[SCHEMA] Improve timestamp storage
hace 3 años
locale
5524cf331c
[DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc
hace 3 años
README
5524cf331c
[DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc
hace 3 años
SamplePlugin.php
165edc2609
[CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL
hace 3 años
README
The Sample plugin shows best practices for development of GNU social plugins.
It adds a "Hello" menu item to the default menu and tracks how many times it
has greeted each user.
Installation
============
add "addPlugin('Sample');"
to the bottom of your config.php
Settings
========
none
Example
=======
addPlugin('Sample');