Polls Plugin
Categories: Renderer Plugins, 6.x
This plugin provides the [poll:]
inline short tag to render polls inside your posts.
Author | b2evo Team |
---|---|
Last tested in version | 6.10.7 |
Short Tag Syntax
[poll:
Poll ID :
Custom title :
Custom question ]
- Poll ID: ID of the poll to display.
- Custom title: specify an optional panel title to display instead of the default title
Poll
. Use-
to hide the title. - Custom question: specify an optional custom question that will replace the poll question from the DB. Use
-
to hide the poll question.
Samples
[poll:123]
: Display a widget "Poll" with poll ID #123[poll:123:Panel Title]
: Use custom panel title instead of default T_('Poll')[poll:123:-]
: No title and panel are displayed at all[poll:123:Panel Title:Question message?]
: Custom title + replace poll question from DB with custom question text[poll:123:Panel Title:-]
: Custom title + Hide question[poll:123:-:-]
: Hide title + hide question