| Author |
Message |
kefkey
Joined: 21 Dec 2005 Posts: 11
|
|
|
|
I don't know if it's possible, but can you let it display a poll randomly on the mainpage?
|
|
| Sat Jan 28, 2006 4:58 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
SwiZZeR
Moderator
Joined: 24 Oct 2005 Posts: 71
|
|
|
|
Yea, i can do it, but it will be +1 DB query 
|
|
| Tue Jan 31, 2006 6:30 am |
 |
 |
kefkey
Joined: 21 Dec 2005 Posts: 11
|
|
|
|
How do you mean?
|
|
| Tue Jan 31, 2006 4:45 pm |
|
 |
SwiZZeR
Moderator
Joined: 24 Oct 2005 Posts: 71
|
|
|
|
OK, I'll do it AFAP...
|
|
| Tue Jan 31, 2006 4:51 pm |
 |
 |
x-byte
Joined: 14 Nov 2005 Posts: 170
|
|
|
|
What about a link under the vote buttom which let you view the result, and mabye count that as no vote (user can't vote again)?
|
|
| Sun Feb 26, 2006 9:45 pm |
|
 |
x-byte
Joined: 14 Nov 2005 Posts: 170
|
|
|
|
I'm using the poll on my site, and it seems to have crashed. I doubt there are so many votes made, it popped up from mabye 20 to 100 in no time. I really don't think there have been that many visiting in such a little time.
And now, the results doesn't display....
EDIT: I deleted the IPs and it works now.
|
|
| Wed Mar 08, 2006 10:15 pm |
|
 |
SwiZZeR
Moderator
Joined: 24 Oct 2005 Posts: 71
|
|
|
|
In v. 1.0 i kill this bug, it's appear coz field "ip" is not "text"... You may change it on phpmyadmin....
|
|
| Thu Mar 09, 2006 6:36 pm |
 |
 |
Aurum
Joined: 10 Feb 2006 Posts: 15 Location: Ukraine |
|
|
|
 |  | In v. 1.0 i kill this bug, it's appear coz field "ip" is not "text"... You may change it on phpmyadmin.... |
SwiZZeR
даешь в массы! !!! версию новую!
_________________ http://www.aurum.ho.com.ua
Strawberry( CuteNews.Ru)
DataLife Engine Support |
|
| Fri Mar 10, 2006 9:34 am |
 |
 |
x-byte
Joined: 14 Nov 2005 Posts: 170
|
|
|
|
 |  | In v. 1.0 i kill this bug, it's appear coz field "ip" is not "text"... You may change it on phpmyadmin.... |
What should I set it to? Annoying bug :/
|
|
| Thu Apr 13, 2006 1:41 pm |
|
 |
SwiZZeR
Moderator
Joined: 24 Oct 2005 Posts: 71
|
|
|
|
 |  |  |  | In v. 1.0 i kill this bug, it's appear coz field "ip" is not "text"... You may change it on phpmyadmin.... |
What should I set it to? Annoying bug :/ |
You must change type of field "ip" to "text" in phpmyadmin on your server (cPanel).
_________________ New powerful and easy to use content management system - CuteSystem... |
|
| Thu Apr 13, 2006 4:38 pm |
 |
 |
zumbuluk
Joined: 26 Sep 2005 Posts: 43
|
|
|
|
Hi. What code should I use if I want to show more polls at the same time?
|
|
| Wed Jun 28, 2006 3:49 pm |
|
 |
sempro
Joined: 27 Apr 2006 Posts: 72
|
|
|
|
hello SwiZZeR, how I can set the plugin for works to others levels users permission like "Editor"? Is it only for admin level or alow more 1 level?
I did try to change it in poll.php:
 |  |
$options[] = array(
'name' => $echo['pollSystem'],
'url' => $PHP_SELF.'?mod=options&action=poll',
'access' => '1',
);
|
to:
 |  |
$options[] = array(
'name' => $echo['pollSystem'],
'url' => $PHP_SELF.'?mod=options&action=poll',
'access' => '1,2',
);
|
But no worked!! Can anyone help me? thx!!
|
|
| Tue Jul 11, 2006 11:49 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2736 Location: Germany |
|
|
|
 |  | $options[] = array(
'name' => $echo['pollSystem'],
'url' => $PHP_SELF.'?mod=options&action=poll',
'access' => '3',
);
|
|
|
| Thu Jul 13, 2006 3:25 pm |
|
 |
sempro
Joined: 27 Apr 2006 Posts: 72
|
|
|
| Fri Jul 14, 2006 12:23 pm |
|
 |
x-byte
Joined: 14 Nov 2005 Posts: 170
|
|
|
|
 |  | What about a link under the vote buttom which let you view the result, and mabye count that as no vote (user can't vote again)? |
Just bumping so I can ask again 
|
|
| Sat Jul 22, 2006 8:14 pm |
|
 |
|