]> git.mxchange.org Git - friendica.git/blobdiff - addon/README
german translation of wall_item_drop.tpl
[friendica.git] / addon / README
index c6931c2b3ad510d88186bcc95ff6d216a16b5d6d..33b84e10d08d830d0620e6fc4e6d82dc19968dc0 100644 (file)
@@ -100,9 +100,13 @@ Current hooks:
                'contact' => contact (array) record for the person from the database
                'entry' => the (string) HTML of the generated entry 
 
+'profile_sidebar_enter' - called prior to generating the sidebar "short" profile for a page
+       $b is (array) the person's profile array
+
 'profile_sidebar' - called when generating the sidebar "short" profile for a page
-       $b is the (string) generated HTML of the entry
-               (The profile array details are in $a->profile)
+       $b is an array
+               'profile' => profile (array) record for the person from the database
+               'entry' => the (string) HTML of the generated entry
 
 'contact_block_end' - called when formatting the block of contacts/friends on a 
        profile sidebar has completed
@@ -138,6 +142,12 @@ Current hooks:
 'contact_edit_post' - called when posting the contact edit page
        $b is the $_POST array
 
+'init_1' - called just after DB has been opened and before session start
+       $b is not used or passed
+
+'page_end' - called after HTML content functions have completed
+    $b is (string) HTML of content div
+
 
 
 
@@ -149,17 +159,17 @@ Current hooks:
 
 Not yet documented:
 
-'atom_feed'
+'atom_feed' ***
 
-'atom_feed_end'
+'atom_feed_end' ***
 
-'parse_atom'
+'parse_atom' ***
 
-'atom_author'
+'atom_author' ***
 
-'atom_entry'
+'atom_entry' ***
 
-'parse_link'
+'parse_link' ***