Smudge
October 8th, 2011, 05:06
WeVote
Development Log & Releases
Created By: Smudge & ballin
Concept & Credits: Only the registered members can see the link.!
(I did re-use the Javascript for the time being, Planning to completely remake it though - so until I do, credits to the Creator of the Script in this thread)
What is WeVote
You've probably seen on most private server sites those Screen overlays with the reminder to vote. However some of them can be quite 'fugly' and get pretty annoying. However the concept of WeVote is to provide the same outcome but also make it a lot more user-friendly, less annoying and a little prettier.
What the Hell? It's only a Popup / Overlay!
That it is, for now. In the future I plan to add a lot more functionality to it, such as allowing the Owner to easily modify the vote site(s) it displays, showing how many people have voted in the last 24 hours (or today, depends) and some other fun bits and bobs.
WeVote Version & More
Current Version: 1.1
Current Release Version: 1.1
Developers: Smudge, ballin
Thanks To: Scotticus (Testing Pre-release), Twisted (Testing Pre-release), Anthony` (Brainstorming with me, Revising & Patching <3), Faab (Revising <3)
Current Release Version Download: Only the registered members can see the link.
Current Release Version Features
Screen Overlay and Reminder
Cookies (make it less annoying)
Small Size
Current Release Version Cons
Fails to overlay Applets, Flash etc - I don't advise you using it on Webclient pages etc
Has problems display with Google Adsense (unless the Ads are added to a Forum via the Admin CP etc)
Next Release Goals
Fix Applet Overlay Issue
Patch Display issue with Adsense
Add 'x People Voted Today'
Pre-Answered Questions
Will this be a Paid Release when it's Complete?
No, this will always be free.
Can I use this for my site?
Yes you can, Please report any bugs you find.
How do I add this?
Check out the usage guide below the Pre-Answered Questions.
Can I change the text in the footer?
I'd appreciate it if you didn't, however I can't stop you can I now?
Usage Guide
In the page you wish this to appear, put this in between the <head> tags.
<link href="wevote.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js-wevote.js"></script>
<script type="text/javascript">
var popup = new WeVote("wv_popup");
window.onload = function() {
popup.show();
};
</script>
Be sure to change the location of these scripts if you have them in different folders etc.
Put this at the bottom of the page you wish for the WeVote Popup to appear (Just above </body>)
<!-- WeVote Version 1.1 | Begin -->
<div id="wv_popup">
<div id="wv_top">Voting Reminder
<div class="wv_right"><img src="wv_assets/close_vote.png" onclick="popup.hide(false);" /></div>
</div>
<div id="wv_undertop">
Click the Following Image(s) below to Vote!
</div>
<div id="wv_sites">
<a href="Only the registered members can see the link.-yourserver.html" target="_blank">
<img
title="Vote"
src="wv_assets/runelocus.png" border="0"
alt="Click to Vote"
onclick="popup.hide(true);"
/>
</a>
</div>
<div>
<div id="wv_footer">Powered By WeVote Version 1.1</div>
</div>
</div>
<!-- WeVote Version 1.1 | End -->
Anything else? Nope, just make sure all of the locations are correct.
I have provided an example page (example.html) within the download. Scotticus has also allowed me to use his Forum as a Demo @ Only the registered members can see the link. (Version 1.0 RC1 - Outdated)
Enjoy!
Development Log & Releases
Created By: Smudge & ballin
Concept & Credits: Only the registered members can see the link.!
(I did re-use the Javascript for the time being, Planning to completely remake it though - so until I do, credits to the Creator of the Script in this thread)
What is WeVote
You've probably seen on most private server sites those Screen overlays with the reminder to vote. However some of them can be quite 'fugly' and get pretty annoying. However the concept of WeVote is to provide the same outcome but also make it a lot more user-friendly, less annoying and a little prettier.
What the Hell? It's only a Popup / Overlay!
That it is, for now. In the future I plan to add a lot more functionality to it, such as allowing the Owner to easily modify the vote site(s) it displays, showing how many people have voted in the last 24 hours (or today, depends) and some other fun bits and bobs.
WeVote Version & More
Current Version: 1.1
Current Release Version: 1.1
Developers: Smudge, ballin
Thanks To: Scotticus (Testing Pre-release), Twisted (Testing Pre-release), Anthony` (Brainstorming with me, Revising & Patching <3), Faab (Revising <3)
Current Release Version Download: Only the registered members can see the link.
Current Release Version Features
Screen Overlay and Reminder
Cookies (make it less annoying)
Small Size
Current Release Version Cons
Fails to overlay Applets, Flash etc - I don't advise you using it on Webclient pages etc
Has problems display with Google Adsense (unless the Ads are added to a Forum via the Admin CP etc)
Next Release Goals
Fix Applet Overlay Issue
Patch Display issue with Adsense
Add 'x People Voted Today'
Pre-Answered Questions
Will this be a Paid Release when it's Complete?
No, this will always be free.
Can I use this for my site?
Yes you can, Please report any bugs you find.
How do I add this?
Check out the usage guide below the Pre-Answered Questions.
Can I change the text in the footer?
I'd appreciate it if you didn't, however I can't stop you can I now?
Usage Guide
In the page you wish this to appear, put this in between the <head> tags.
<link href="wevote.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js-wevote.js"></script>
<script type="text/javascript">
var popup = new WeVote("wv_popup");
window.onload = function() {
popup.show();
};
</script>
Be sure to change the location of these scripts if you have them in different folders etc.
Put this at the bottom of the page you wish for the WeVote Popup to appear (Just above </body>)
<!-- WeVote Version 1.1 | Begin -->
<div id="wv_popup">
<div id="wv_top">Voting Reminder
<div class="wv_right"><img src="wv_assets/close_vote.png" onclick="popup.hide(false);" /></div>
</div>
<div id="wv_undertop">
Click the Following Image(s) below to Vote!
</div>
<div id="wv_sites">
<a href="Only the registered members can see the link.-yourserver.html" target="_blank">
<img
title="Vote"
src="wv_assets/runelocus.png" border="0"
alt="Click to Vote"
onclick="popup.hide(true);"
/>
</a>
</div>
<div>
<div id="wv_footer">Powered By WeVote Version 1.1</div>
</div>
</div>
<!-- WeVote Version 1.1 | End -->
Anything else? Nope, just make sure all of the locations are correct.
I have provided an example page (example.html) within the download. Scotticus has also allowed me to use his Forum as a Demo @ Only the registered members can see the link. (Version 1.0 RC1 - Outdated)
Enjoy!