Polls Before Posts Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Polls Before Posts

    The Last Outlaw
    The Last Outlaw
    Forumember


    Male Posts : 430
    Reputation : 11
    Language : English (US)
    Location : Salem, Oregon, USA

    Solved Polls Before Posts

    Post by The Last Outlaw May 15th 2020, 8:50 pm

    https://www.betheasbyte.com

    Hello. Is there a way to display polls after the initial post instead of before the post?


    Last edited by The Last Outlaw on May 15th 2020, 9:36 pm; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Polls Before Posts

    Post by SLGray May 15th 2020, 9:24 pm

    I believe you could modify the templates.



    Polls Before Posts Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Polls Before Posts

    Post by TheCrow May 15th 2020, 9:29 pm

    Hello @The Last Outlaw,

    Yes, @SLGray is right.

    You go in your viewtopic_body template and find
    Code:
    {POLL_DISPLAY}
    . When you do simply change it to
    Code:
    <div id="wherePoll">{POLL_DISPLAY}</div>
    and then add this Javascript placed In the topics.
    Code:
    $(function(){
      $('#wherePoll').insertAfter('.post:first');
    });

    It should fix your problem,
    Regards,
    TC.


    Last edited by TheCrow on May 15th 2020, 9:34 pm; edited 1 time in total



    Polls Before Posts Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Polls Before Posts

    Post by SLGray May 15th 2020, 9:31 pm

    Thanks @TheCrow.



    Polls Before Posts Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    The Last Outlaw
    The Last Outlaw
    Forumember


    Male Posts : 430
    Reputation : 11
    Language : English (US)
    Location : Salem, Oregon, USA

    Solved Re: Polls Before Posts

    Post by The Last Outlaw May 15th 2020, 9:36 pm

    Mr. @SLGray, I thank you. Mr. @TheCrow I thank you!

    This one is solved!
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Polls Before Posts

    Post by TheCrow May 15th 2020, 9:37 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    Polls Before Posts Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!