From 279469ab35596097e7942e7c2377bc50967ee953 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 30 Dec 2010 14:21:05 -0800 Subject: plugin hooks for bbcode conversions --- addon/README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'addon') diff --git a/addon/README b/addon/README index 451b6ed72..23e1b5c6f 100644 --- a/addon/README +++ b/addon/README @@ -107,6 +107,12 @@ Current hooks: 'contacts' => contact array of entries 'output' => the (string) generated HTML of the contact block +'bbcode' - called during conversion of bbcode to html + $b is (string) converted text + +'html2bbcode' - called during conversion of html to bbcode (e.g. remote message posting) + $b is (string) converted text + *** = subject to change -- cgit v1.2.3