Custom Tags Plugin
Categories: Renderer Plugins, Bundled plugin, 6.x
Bundled plugin: If you're using a b2evolution version that supports this plugin, it is already in your plugins folder. There is no need to download it. If it is not installed yet, simply click "Install new" in your plugin list.
This plugin allows you to define custom tags that will be searched/replaced by the renderer plugin.
Author | |
---|---|
Last tested in version |
The plugin also provides a toolbar where the defined tags will appear.
Per Collection Settings
A working knowledge of regular expressions is required to properly configure the plugin settings!
- Apply rendering to posts: how the content of the post will be rendered by plugin (for more information about apply rendering, please read: )
- Apply rendering to comments: how the comments will be rendered by the plugin (for more information about apply rendering, please read: )
- Search list for posts: list of tag and regex search pattern for posts. Format for each line is:
button_toolbar_label + ' ' + regex_pattern
. - Replace list for posts: list of replacement strings for each regex pattern in Search list for posts.
- Search list for comments: list of tag and regex search pattern for comments. Format for each line is:
button_toolbar_label + ' ' + regex_pattern
. - Replace list for comments: list of replacement strings for each regex pattern in Search list for comments.