| Author |
Message |
|
|
Are you naming your new graphic gbook.gif or are you naming it something else?
I am naming it gbook.gif
Are you uploading it into the right directory?
I renamed the original gbook.gif.original and loaded the new one into the same directory. I wasn't going to take a chance on blowing away the original.
|
 |
|
|
When I post a message to my guestbook I get a Internal Server Error Page. Then when I go to the guestbook again the message is posted.
Any Help,
Thanks Erik
|
 |
|
|
Try taking the following lines out of include/class_pollcomment.php
$data['host'] = $this->comment_data[$poll_id]['host'][$i];
$data['browser'] = htmlspecialchars($this->comment_data[$poll_id]['browser'][$i]);
and
$data['email'] = $this->comment_data[$poll_id]['email'][$i];
it seems to work
|
 |
|
|
Yeti wrote:I dont want to show the email and ip-adress when showing comments in advanced poll v2.03 (db).
Is that possible and how would i do that?
Ditto
|
 |
|
|
Check out this web page on my site:
www.shadescape2.com/test.php
|
 |
|
|
I did a straight ahead, vanilla install of AP 2.03.
I put one of the demo polls (id = 1) on a test page:
www.shadescapes2.com/test.php <= click to visit page
If I try to Vote it bounces me back to my home page (I'm assuming because I've got a custom 404 that does that). If I try and view results I get the same result.
The funky thing is this:
When I hover my pointer over the "View results" link this is what it's pointing at:
http://www.shadescapes2.com/4.3.1?action=results&poll_ident=1
What is the "4.3.1" ? I know from phpinfo() it's the version/release/mod level of PHP I"m running on but what's it doing in the path in place of /test.php?
Something's amiss. Any help or pointers would be appreciated.
Thanks,
Shadescape
|
 |
|
|
Hey guys..
I'm using dynamic links on my pages and I need to change the links to the poll on one page, ie my index shows the newest poll, with a link to the results (that works fine). But I have a content.php file which calls the other pages, ie like content.php?page=polls...
Now I've also made a poll archive page, using the demo 3 look.. But I need to change the links in that page, ie right now they link to:
content.pgp?poll_id=15 etc.. but it needs to be content.php?page=polls&poll_id=15
How and where can I add the page=polls& before the link ? (probably the poll_ssi.php file?)
|
 |
|
|
This is actually easy, change the template files like Auron says..
I used a class I made in my site's main.css file, ie class=small_font or whatever you want to call it..
Change the html files/change the style in the admin section:
Click on template, choose Poll view:
Change display_head, loop and foot: before the and a before the in the end...
Poll results:
Change result_head, loop and foot:
before: etc...etc..
|
 |
|
|
Hallo
Wie kann ich die Schriftfarbe des Kommentarfeldes ändern ??
|
 |
|
|
|
Anyone?
|
 |
|
|
I was wondering if there was a way to get rid of the go button next to the drop-down menu or allow it to be used with the new home addition.
Thanks,
Millie
|
 |
|
|
Also ich habe ein Problem und zuwar habe ich das Advanced Guestbook 2.3.1
in meine seite über
<?php
include("http://www.buchi82.de/guestbook/index.php");
?>
eingebaut . Das guestbook wird auch angezeigt nur wenn ich auf "Eintrag hinzufügen" gehe stimmt die verknüpfung nicht. Dort zeigt er an
wenn ich aber hingehen die php seite
in einem neuen Fenster öffne gehen die links alle wie sie sollen und ich kann auch was zum Guestbook hinzufügen
wo liegt denn mein fehler
Und ich sage schonmal danke für euer Hilfe
meine Seite ist zu erreichen unter http://www.buchi82.de
ist aber noch im aufbau
|
 |
|
|
Hi
The poll script is coool. But I can finde how can disabled voting for user after voting ( in all time ). After voting yesterday, today user can vote again?!
Thanks
You are cool!
|
 |
|
|
|
Thank you, that has achieved the result I wanted.
|
 |
|
|
if you dont want ppl to know how many or few voted on your poll
simply turn it from
# OF VOTES into
PERCENTAGE
if theres 1 question w/ tow answers
and only ONE person used it
it will show as a 50% vote taken
this can be imagined as s HUGE number to fool ppl if need be
it is only relative to the actualy # of votes
personaly i would use the % setting
djliqid@warwick.net since im not assigned to this site (yet)
|
 |
|
|