If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Auron
Forum Index » Profile for Auron » Messages posted by Auron
Author Message
This should work yes, and yes they will need to delete the cookie set by the poll so they can vote again.

Other wise they'll have to wait 96 hours from when they voted before they can vote again.
Logging just tracks user info like browser and when they voted.

Go to the general settings page in the admin panel.

Near the bottom there is a drop down with some options like:

Checking : IP Table or ??? or None

Or something like that IIRC. That's what your after.
There should be a setting in the poll's admin panel on the general settings page.
The value is specified in hours.

If your using cookies for the poll voting control then you'll need to edit poll_cookie.php IIRC one of the first lines says something like lockout or timeout is set to 96 hours.

Edit both these values.

Some of the information in this thread and ones it links may help some too:

http://proxy2.de/forum/viewtopic.php?t=2067&highlight=poll

Your best bet is to look at the posts by me.
SteveF2 wrote:I'm trying to debug this problem with my setup. The html for one line of my poll contains the following line

<td height="22"><font face="Verdana, Arial, Helvetica, sans-serif" color="#000000" size="1">Getting into the straps</font></td>
<td nowrap height="22"><font face="Verdana, Arial, Helvetica, sans-serif" color="#000000" size="1"><img src="/poll/image/darkgreen.gif" width="28" height="10"> 6</font></td>

However the bar shows in white.

The image darkgreen.gif exists in the /poll/image directory. The poll directory is in the root and these are set in the General Settings.

I'm using v2.03. IE7 installed.

Any ideas anyone?


Is your server Linux/Unix based?

If it is it may be looking in the root of your site because of the first /.
Try removing the / so it becomes an relative path rather than abosute.
If you want to keep the / then add . before to tell it to start from the current directory then poll... etc.
Has the max bar length been set in the options?
afaik, the poll loops round using the same bit of html for each option.
so you'd have to modify the template yourself and whatever file calls the template.

the poll is designed to start the table -> echo each option with the html from the template -> then end the table.
In the admin panel when editing the template it is only possible to display one option at a time, if you doubled up the code for the options you would most likely get each option twice resulting in two columns.
go to the poll admin panel then the templates section.

edit the templates to how you want the results to appear.

for more info on templates check my sig.

Auron


The print on two lines maybe?

Anyway, post what you have on line 54.
Go to poll admin panel

General settings

Set the poll img dir

Save changes

W00t! done!
No problem, glad to help
I think there is a way to convert ur GB to Lazarus from AGB.
Ask Carb' or check the stickies.

Converting may help? Not sure tbh.
I'm not an admin.

I woke up one day and found I was converted to a mod from a normal user.

Me and Carb do this for free, in our free time.

Also, I couldn't be bothered to SEARCH for a link when you could of easily done the same.
In addition I can't see why you put your post in bold, it makes it harder to read it.

If the 'power had gone to my head' then I would of deleted this thread.
Logging can be left on.
Turn IP Table off.

Include poll_cookie.php in your pages as well as booth.php.

Thus, voting is controlled PC wise rather than IP wise which can multiple PC's.
Only problem is is that people can clear their cookies and vote again.

Auron
At least I didn't call you a moron, moron.

Just be glad I decided to help, not my fault you have to have things placed in front of you and you can't do anything for yourself.
Admin Panel -> Templates.

Edit the templates to how you want them.
 
Forum Index » Profile for Auron » Messages posted by Auron
Go to:   
Based on the open source JForum