| Author |
Message |
|
|
http://www.zerogamers.com/
Vote on the "Test Poll" on the bottom of the right navigation.
:/
|
 |
|
|
I have my page set up so there is a header.php/footer.php that are included on every page, so in the footer.php which is my right navigation I have the poll code.
When I click to vote on the poll, it brings me to mysite.com/footer.php and displays the poll results instead of displaying the code on the page that the person votes on.
Anyone know how I would fix this?
|
 |
|
|
After voting I get the following error:
Warning: Cannot add header information - headers already sent by (output started at ...) in ..poll_cookie.php on line ...
Make sure that the page your poll is embedded in has the ::
<?php
require "poll_cookie.php";
?>
tag before anything else. You may have to put in some path information before so... DO IT!
Another way of doing it is this ::
<?php
include_once "poll_cookie.php";
?>
I've done this - and it doens't make any difference. I've got the path which it supplies me with also.
|
 |
|
|
Hi again,
Thank you for your quick response.
I have downloaded the file and will install it very soon.
Thanks again
fwcards
|
 |
|
|
Hi,
Would love to include a Security Code to my guestbook, as you have on yours but do not know how to.
Can you help?
Get a lot of spam messages in my guestbook.
Many Thanks
fwcards
|
 |
|
|
|
yes thats what i meant when i said it set to ascii, sorry i didnt spell right
|
 |
|
|
|
hmmm... well im using notepad and have it se ascii
|
 |
|
|
|
OK, everything is up and running now except for all the pictures/icons are missing..... any suggestions?
|
 |
|
|
hi
wo stelle ich das jump menü beim gästebuch ein ????
zzt wird in der menü-bar nur gästebuch angezeigt. ich möchte aber wie im demo-gb hier die option back to home drin haben .
gruß mafrix
|
 |
|
|
|
also its home not hom, sorry about that
|
 |
|
|
|
i tried that and i also tried 777, still got the same error
|
 |
|
|
Open form.php in the templates sub-directory.
Find the following (the numbers might be different but the rest of the code will be the same)...
...and change the value of maxlength to whatever you want.
Trevor
|
 |
|
|
Ive read about ten different topics on this forum about what to put under the $base_dir in the links.pl file but none of them have worked. I get an error that says "Cannot create ID file links_id.txt in hom/twistedretrospectproductions/links. Please check your base directory."
sooooo...what should i do?
|
 |
|
|
I wrote:I've uploaded all the files, but in the admin zone, I want to edit the smilies. Only 1 problem: when I push the button there is no smilie to see! If I scan the dir, there are all the smilies, but the 'edit' and 'delete' button are missing. If I enter something, and press Save, then the list is gone!
|
 |
|
|
I dont know to much about php to do it myself,
Is there no way an extra field could be created say listingID (which will store the value from ?listingID=1 ?
An then when the info is pulled from the database it pulls it based on the ?gal.php?listingID=1 ?
The site I intend to use it is needs to be self managed, which is why I was looking to have a mysql gb. I have a flat file one, where it write to a set file where I amended the writing file to gb$listingID.txt but then I have to manually create all of the txt files ready.
Seems it not possible or I need one custom built.
Thanks for your time.
|
 |
|
|