BBCode in Polls (1 Viewer)

Y

Yodrak

Guest
Hello i try to extend the poll_macro template, so that i can use bbcode in Polls.

HTML:

Code:
<xf:macro name="vote" arg-poll="!">
    <div class="block-body">
        <div class="block-row">
            <xf:if is="$poll.max_votes == 1">
                <xf:radio name="responses[]">
                    <xf:foreach loop="$poll.responses" key="$responseId" value="$response">
                        <xf:option value="{$responseId}">{{ bb_code($response.response|censor|raw) }}...

Read more

Continue reading...
 
Top