update hook documentation
This commit is contained in:
parent
24f9bb41df
commit
87ee48bd84
@ -1 +1,6 @@
|
|||||||
[h2]bbcode[/h2]
|
[h2]bbcode[/h2]
|
||||||
|
|
||||||
|
|
||||||
|
Called at end of bbcode to html conversion.
|
||||||
|
|
||||||
|
Hook argument contains the converted text string.
|
||||||
|
7
doc/hook/bbcode_filter.bb
Normal file
7
doc/hook/bbcode_filter.bb
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[h2]bbcode_filter[/h2]
|
||||||
|
|
||||||
|
|
||||||
|
Called at beginning of bbcode to html conversion.
|
||||||
|
|
||||||
|
Hook argument contains the text string to be converted.
|
||||||
|
|
@ -68,7 +68,10 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the
|
|||||||
called when converting bbcode to markdown
|
called when converting bbcode to markdown
|
||||||
|
|
||||||
[zrl=[baseurl]/help/hook/bbcode]bbcode[/zrl]
|
[zrl=[baseurl]/help/hook/bbcode]bbcode[/zrl]
|
||||||
Called when converting bbcode to HTML
|
Called at end of converting bbcode to HTML
|
||||||
|
|
||||||
|
[zrl=[baseurl]/help/hook/bbcode_filter]bbcode_filter[/zrl]
|
||||||
|
Called when beginning to convert bbcode to HTML
|
||||||
|
|
||||||
[zrl=[baseurl]/help/hook/bb_translate_video]bb_translate_video[/zrl]
|
[zrl=[baseurl]/help/hook/bb_translate_video]bb_translate_video[/zrl]
|
||||||
Called when extracting embedded services from bbcode video elements (rarely used)
|
Called when extracting embedded services from bbcode video elements (rarely used)
|
||||||
|
Reference in New Issue
Block a user