aboutsummaryrefslogtreecommitdiffstats
path: root/addon
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-21 07:09:51 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-21 07:09:51 +0100
commitbd512ab60c5128cec449a48e7d0736303f961e89 (patch)
treee7675972310a06b55a5987dddb44beae63220a76 /addon
parented37b1d166b22499c8f46e7f71e698a2985c9233 (diff)
parentc574e4c5879312f57db43436044285de56026f0b (diff)
downloadvolse-hubzilla-bd512ab60c5128cec449a48e7d0736303f961e89.tar.gz
volse-hubzilla-bd512ab60c5128cec449a48e7d0736303f961e89.tar.bz2
volse-hubzilla-bd512ab60c5128cec449a48e7d0736303f961e89.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'addon')
-rw-r--r--addon/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/addon/README b/addon/README
index 33b84e10d..2e4ed6029 100644
--- a/addon/README
+++ b/addon/README
@@ -91,6 +91,14 @@ Current hooks:
'plugin_settings_post' - called when the Addon Settings pages are submitted.
$b is the $_POST array
+'profile_post' - called when posting a profile page.
+ $b is the $_POST array
+
+'profile_edit' - called prior to output of profile edit page
+ $b is array
+ 'profile' => profile (array) record from the database
+ 'entry' => the (string) HTML of the generated entry
+
'profile_advanced' - called when the HTML is generated for the 'Advanced profile',
corresponding to the 'Profile' tab within a person's profile page.
$b is the (string) HTML representation of the generated profile