• Resolved doomgl2

    (@doomgl2)


    Hi, thank you for good plugin. I want to use only the “Other answer” in the post but before the vote is displayed “[ANSWER_CONTAINER] [ANSWER_DESCRIPTION_CONTAINER] %ANSWER-DESCRIPTION% [/ANSWER_DESCRIPTION_CONTAINER] [/ANSWER_CONTAINER]” How to remove it? Thanks a lot.

    https://ww.wp.xz.cn/plugins/yop-poll/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hello

    Edit the poll template you are using and on Before Section vote remove the code below

    [ANSWER_CONTAINER]
    				<li id = "yop-poll-li-answer-%POLL-ID%-%QUESTION-ID%" class = "yop-poll-li-answer-%POLL-ID%">
    					%POLL-ANSWER-CHECK-INPUT% %POLL-ANSWER-LABEL%
                        [ANSWER_DESCRIPTION_CONTAINER]
                        <span class = "yop-poll-description-%POLL-ID%">%ANSWER-DESCRIPTION%</span>
                        [/ANSWER_DESCRIPTION_CONTAINER]
    
                        [ANSWER_RESULT_CONTAINER]
    					<span class = "yop-poll-results-text-%POLL-ID%-%QUESTION-ID%">%POLL-ANSWER-RESULT-LABEL%</span>
    					%POLL-ANSWER-RESULT-BAR%
                        [/ANSWER_RESULT_CONTAINER]
    				</li>
    				[/ANSWER_CONTAINER]

    Let us know if this fixes your problem.

    Best
    YOP Team

    Hi dear Sire

    I have a poll based on the other answers of users . Each user enter a number from 1 to 1000 . if 5 users entered the number of 100 , how i can display votes of “100” ? ( The votes are 5 times ) .
    in the current status , each answer even the answers exactly like others , display separately and the votes fore same results not collecting .
    Please help me to collect the votes for same answers that entered in other answes section .

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Only "other answer" in post’ is closed to new replies.