You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2022. It is now read-only.
Concerning the project of custom plugin for bbcode
i had an other idea
the tags overriding, which is quite simple
check for custom tags plugin (or for non classical tags if the performance are better)
apply custom tags plugin
apply classical tags
Notes that this allow you to have a clean way to handle lighttpd img tags etc ...
Change History
comment:1 Changed 3 years ago by Landseer
Owner set to Landseer
Status changed from new to accepted
Milestone set to 3.0
Interesting idea, can be achieved in the same way as the needle handling in MultiHook? so that bbcode does not need to scan all modules plugins folders for such files: Scan the plugins once or when requested to do so and store the information about them in an serialized array using a module variable.