Author |
Message |
|
How do i get that little bar graph for the poll???
www.decodethis.com/new.php
is my new layout i am currently working on
but when looking at the results
it doesnt have the graphs
|
|
|
if you go to the demo.php
there is a little
<? include ?>
tag at the top
you add that too your header of your html page
and then you see another tag for each of the 3 different boxes
well you take that code and put it into your table
www.decodethis.com/new.php
thats what i did here
it uses PHP to include the files
i also cant use SSI
|
|
|
*bump*
|
|
|
*bump*
|
|
|
What are the differences between 2.2 - 2.3?
|
|
|
Sup, you could put your poll in an iframe,
<IFRAME frameborder="0" scrolling="no" width="150" height="3500"
SRC="http://therca.digitalrice.com/cgi-bin/poll2/test.php?poll_id=1">
</IFRAME>
Put that on your menu or where ever. You can adjust the width and height to get it more accurate. -LaTeR
http://cubic-frost.com
|
|
|
Well, i noticed it to, but where do i have to write this tag? please write me the whole code, cause i can't get it to work,my background is black and because of the bug i can't see comment writen, the checkbox near "private message" in the sign in page has the same problem, do you know how to solve this?
|
|
|
i need to add a "poll name" variable that is different than the question. I'm a php newbie and have been having problems trying to hack this together using the flat text files as my back-end.
anybody have any suggestions on a quick way to do this?
-s
|
|
|
<?php
$php_poll->set_template_set("popup");
if ($php_poll->is_valid_poll_id(3)) {
echo $php_poll->display_poll(3);
}
?>
steht hier auf der Site unter Demo... Augen auf und durch.
|
|
|
edit the templates
|
|
|
change the image bar width to a lower value
|
|
|
this problem has already been discussed, just search this forum
|
|
|
no
|
|
|
Ich habe das Gästebuch eingebunden aber wahrscheinlich die Pfade nicht richtig gesetzt
Ich hätte dazu generelle Fragen:
"Wie binde ich das guestbook richtig in NetObjectsFusion 5.0 ein ???"
"Wofür brauche ich denn das template.html ???"
|
|
|
Den Kommentaren im Forum nach zu urteilen, haben ja einige Leute Probleme mit der Installation von Advanced Poll. Obwohl ich einigermaßen etwas von HTML und PHP verstehe, klappen tatsächlich einige Dinge nicht und eine ausführliche Doku gibt es auch nicht.
Für mich bedeutet Professionalität auch die Bereitstellung einer guten Doku, Hilfestellung, FAQs auf der Website, Beteilung des Autors im Forum, etc.
Gibt es irgendwo eine gute Doku zu Installation und Admin?
Gibt es eine gute Alternative zu Advanced Poll?
|
|
|