Author |
Message |
26/10/2004 03:25:10
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
*BUMP*
|
|
20/11/2004 08:43:35
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
*bump*
|
|
01/12/2004 17:26:22
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
*bump*
|
|
03/12/2004 03:47:02
|
Anonymous
|
Hey guys how do I change the colors of the result bars?
|
|
03/12/2004 15:30:45
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
Change the colors in Admin, General Settings, Table, Font And Color Options
Also see:
Advanced Poll background color change
http://proxy2.de/forum/viewtopic.php?t=3582&highlight=poll
Colors on different templates:
http://proxy2.de/forum/viewtopic.php?p=10026&highlight=#10026
Here's a link to a page with websafe colors and their corresponding numbers:
http://www.permadi.com/tutorial/websafecolor/
|
|
03/12/2004 16:51:41
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
Anonymous wrote:Hey guys how do I change the colors of the result bars?
Create or edit a poll, there is a drop down box at the end of each option.
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
03/12/2004 17:11:23
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
Thanks, Auron. I guess if I had been paying attention I would have noticed that word "result".
|
|
03/12/2004 17:27:59
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
amber222 wrote:Thanks, Auron. I guess if I had been paying attention I would have noticed that word "result".
lol, forgot to mention you HAVE to be in the admin panel to do it.
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
04/12/2004 06:53:35
|
Anonymous
|
Thanks alot
|
|
16/12/2004 14:43:39
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Bump as we are getting lot of questions about this.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
16/12/2004 17:58:20
|
goldbadge
Beginner
Joined: 01/12/2004 19:03:52
Messages: 8
Offline
|
I deleted the preinstalled polls and I think the coding for getting the comments to show beneath the poll was part of that so I ask if anyone knows the snippet of code to put in there so that the comments are displayed under the respective poll? Also, is there a way to get the comments sent to an email address to be read or does an admin need to log in to the panel to see them all?
p.s. The comments ARE showing up in the admin panel.
Heres what I have installed and running now at http://eaglesfootball.milfordgrandprix.com/poll.php
<?php
include_once "advpoll/poll_cookie.php";
?>
<html
<head>
</head>
<body>
<?php
/* path */
$poll_path = "/eaglesfootball/advpoll";
require $poll_path."/include/config.inc.php";
require $poll_path."/include/$POLLDB[class]";
require $poll_path."/include/class_poll.php";
$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();
$php_poll = new poll();
include_once "/advpoll/booth.php";
/* the fourth poll */
$php_poll->set_template_set("popup");
if ($php_poll->is_valid_poll_id(4)) {
echo $php_poll->display_poll(4);
}
?>
</body>
</html>
|
|
19/12/2004 08:53:07
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
*BUMP*
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
20/12/2004 17:35:46
|
Anonymous
|
hi -
when i add the code to my get me poll in the body tags i get this error.
<?php
include_once "/home2/daktron/public_html/poll/booth.php";
echo $php_poll->poll_process("newest");
?>
http://montymessex.com/index.php?id=17,20,0,0,1,0
i think it has something to do with the notepad editing post above as the closing tag ?> keeps being change do its html equivalent ?>
anythoughts.
thanx
|
|
20/12/2004 20:24:23
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
It should work if you've got it there.
But WHAT IS changing it to >?
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
20/12/2004 20:28:34
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
I think they mean whatever program they are using to edit the files with.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
|