]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - EVENTS.txt
Hooks for: header, contentblock, footer
[quix0rs-gnu-social.git] / EVENTS.txt
1 InitializePlugin: a chance to initialize a plugin in a complete
2                   environment
3
4 CleanupPlugin: a chance to cleanup a plugin at the end of a program
5
6 StartPrimaryNav: Showing the primary nav menu
7 - $action: the current action
8
9 EndPrimaryNav: At the end of the primary nav menu
10 - $action: the current action
11
12 StartSecondaryNav: Showing the secondary nav menu
13 - $action: the current action
14
15 EndSecondaryNav: At the end of the secondary nav menu
16 - $action: the current action
17
18 StartShowScripts: Showing JavaScript links
19 - $action: the current action
20
21 EndShowScripts: End showing JavaScript links; good place to add custom
22                 links like Google Analytics
23 - $action: the current action
24
25 StartShowJQueryScripts: Showing JQuery script links (use this to link to e.g. Google mirrors)
26 - $action: the current action
27
28 EndShowJQueryScripts: End showing JQuery script links
29 - $action: the current action
30
31 StartShowLaconicaScripts: Showing Laconica script links (use this to link to a CDN or something)
32 - $action: the current action
33
34 EndShowLaconicaScripts: End showing Laconica script links
35 - $action: the current action
36
37 StartShowSections: Start the list of sections in the sidebar
38 - $action: the current action
39
40 EndShowSections: End the list of sections in the sidebar
41 - $action: the current action
42
43 StartShowHeader: Showing before the header container
44 - $action: the current action
45
46 EndShowHeader: Showing after the header container
47 - $action: the current action
48
49 StartShowFooter: Showing before the footer container
50 - $action: the current action
51
52 EndShowFooter: Showing after the footer container
53 - $action: the current action
54
55 StartShowContentBlock: Showing before the content container
56 - $action: the current action
57
58 EndShowContentBlock: Showing after the content container
59 - $action: the current action
60