 |
 |
 |
 |
 |
| Author |
Message |
DarkSlim

Joined: 06 Aug 2009 Posts: 286 Location: IL |
|
Let Users Watch Poll Results Without Voting |
|
Anyone that uses the poll plugin, here is another tweak the I made,
it adds a link under the poll submit button that lets you view the current
poll results from any page without the need to vote first!
Open plugins/poll.php
Find:
 |  |
$answers = explode("|", $answers_arr);
$count = sizeof($answers);
$votes = explode("|", $votes_arr);
include $cutepath.'/plugins/poll/form.tpl'; // Template of the poll form
}
|
After Add:
 |  |
if ($act == "res") {
pollres($echo);
}
|
Save and close
Open plugins/poll/form.tpl
Find:
 |  |
<input type="submit"........
|
After that line, when the submit button ends, Add:
 |  |
<br>
<a href="?act=res">Show Results</a>
|
Save, close and upload the files
That's it! you can style it and play with it however you want!
DarkSlim
_________________ Portfolio: www.Yaniv.tk
Some of my Plugins and Mods and more in the CuteNewsRU Index!
Donations Accepted, Thank you |
|
| Mon Jul 19, 2010 4:38 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
Hawk

Joined: 29 Aug 2006 Posts: 159
|
|
|
|
Nice one there
Will have to install the poll plugin to see how it works, tbh I never had a need to do it, but I'm really interested about it.
_________________ Oo |
|
| Tue Jul 20, 2010 7:57 am |
|
 |
DarkSlim

Joined: 06 Aug 2009 Posts: 286 Location: IL |
|
|
| Tue Jul 20, 2010 3:54 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
 |
 |
 |
|