| Author |
Message |
|
|
|
I don't believe they were created properly.. You have to create a username and passe first with MySQL. And then getting the path correct is another thing.
|
 |
|
|
Nevermind, I figured it out..
Open the poll_templates in the database and edit it there..doh..
|
 |
|
|
|
anyone got any ideas?
|
 |
|
|
|
Is it possible to use the Animated Counter on an HTML page?
|
 |
|
|
I, too, have a problem since upgrading (old GB got hacked, found upgrade info here). I login and go to the admin screen, and as soon as I click on an admin link it tosses me back to the login screen again.
Thoughts?
alsplace@pobox.com
|
 |
|
|
|
Thank you!!!
|
 |
|
|
you need to convert the unix timestamp numbers in the mysql database. To do this with your dates, you can go to any online unix timestamp to regular dates covertor tools. It is very easy, but also very very time consuming. It took me a couple of hours to do.
Timestamp for 17 June 2004 at 09:11:09 () is
1087477869
Here is a link to one
http://www.theukwebdesigncompany.com/php/php-timestamp-convertor.php
|
 |
|
|
hello,
i'm having some problems with my advanced poll, people can vote for a second time after a while
any suggestions?
thanks
|
 |
|
|
I want to reinstall adv gbook v.2.3.1
Can I export all the entries from the original gbook and reimport them after the reinstall?
Thanks
|
 |
|
|
Anonymous wrote:hm..when i open the install doc it doesn't say anything..like all it says is: --> doc/readme.txt 
Goto "doc" folder and there open the readme.txt file
|
 |
|
|
hm..when i open the install doc it doesn't say anything..like all it says is: --> doc/readme.txt
|
 |
|
|
I'M USING DEMO #3 TOO
The 1st poll I created worked flawlessly.
However, when I created my 2nd poll, that's where the problems began.
I've just voted on the newest poll (POLL #2), and the Results for Poll #2 are displayed. I then scroll down to where the dates/links are displayed for previous polls. I then click the link for the 1st poll (POLL #1). Poll #1 is displayed just fine. Now here are the problems...
When I cast my vote on the 1st poll, the Results for "Poll #2" are automatically displayed... NOT the results for that poll. I then have to go back to poll #1 to view the results. At that time of course, it displays the correct results and says that I've already voted.
In addition --- beginning with when I added the 2nd poll --- Myself & others can of course vote on the 1st poll, but the votes no longer register in the database and the vote count never increases anymore. It's as if it no longer functions. But --- I have no problems with POLL #2.
When you add a new poll, does it automatically kill the others ??? And why doesn't it automatically show the Results for the Correct Poll regardless of which poll it is?
<?php
/* path */
$poll_path = "/catch/db";
require $poll_path."/include/config.inc.php";
require $poll_path."/include/$POLLDB[class]";
require $poll_path."/include/class_poll.php";
require $poll_path."/include/class_pollcomment.php";
require $poll_path."/include/class_plist.php";
$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();
$php_poll = new plist();
/* poll */
$php_poll->set_template_set("plain");
$php_poll->set_max_bar_length(125);
$php_poll->set_max_bar_height(10);
if (isset($HTTP_GET_VARS['poll_id'])) {
echo $php_poll->poll_process($HTTP_GET_VARS['poll_id']);
} else {
echo $php_poll->poll_process("newest");
}
/* poll list */
$php_poll->set_template("poll_list");
$php_poll->set_date_format("m/d/Y");
echo $php_poll->view_poll_list();
echo $php_poll->get_list_pages();
?>
Do I need to add additional code or something? Perhaps I've missed something related to this problem here in the forum?
PLEASE HELP
|
 |
|
|
Hello,
I love the Advanced Poll and I was wondering if you're allowed to take the link away to proxy2 and put it somewhere else on your site?
Thanks a lot
|
 |
|
|
Hello there,
I like to include several polls on my webpage but just like headlines that leads directly to the polls results. There is no a voting system but a ranking system managed by the admin panel in order to update the results that will be show...
Thanks in advance for any clue
|
 |
|
|
It says the IP is logged in the corner of the post... But is it really logged? Where can I find JUST the IP? I've got the hostname, but this is a problem when I need to ban someone from the site.
So, where could I find just the IP number from someones post?
Thanks!
|
 |
|
|