• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Vote Poll Znote Acc 1.4

simson361

The Grim Reaper
Joined
Aug 4, 2010
Messages
626
Reaction score
27
Location
sweden
dose anyone know how to add vote poll on Znote Acc 1.4? i have this
idk what to put on href="{$path}" (a php file that makes so you can vote)
Code:
<div id="CurrentPollBox" class="Themebox" style="background-image:url(layout/images/global/themeboxes/current-poll/currentpollbox.gif);">
        <div id="CurrentPollText">Most powerful vocation?</div>
        <a class="ThemeboxButton" href="{$path}" onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" style="background-image:url(layout/images/global/buttons/sbutton.gif);">
            <div class="BigButtonOver" style="background-image:url(layout/images/global/buttons/sbutton_over.gif);"></div>
            <div class="ButtonText" style="background-image:url(layout/images/global/buttons/_sbutton_votenow.gif);"></div>
        </a>
        <div class="Bottom" style="background-image:url(layout/images/global/general/box-bottom.gif);"></div>
    </div>
</div>
 

Similar threads

Back
Top