Author |
Message |
|
I can't think of anything apart from that have you uploaded all the admin templates all the files and folders in the same places as when you unzipped them?
Apart from that I have no idea.
Auron
|
|
|
True but he hasn't said he only got one though has he.
Auron
|
|
|
Is the url you are typing something like http://www.yourdomain.com/polldir/admin/index.php
???
Auron
|
|
|
Yeah I figured how to do the only prob is that as the file loops the page has to have the same name as the option. Small price to pay for it though.
Though I could explain how to add it into the lang or config file and call it from there.
Auron
|
|
|
Find body.php under templates.
Open it, go to second td tag.
Add back link there right after tags >.
It will appear before the sign gbook text link.
Auron
|
|
|
did you upload all the files?
got the right directory?
did you upload the files in the right mode?
any errors appearing?
did you install it correctly?
which version are you using?
Auron
|
|
|
What does the error say? And the second bit I don't know how to solve. Did you put it in just the page it appears on or/as well as on the page that calls the frames?
Auron
|
|
|
You don't need to do that when it asks you for a databse name give it a different one than the first one you used. It DOESN'T matter about the tables name's since they will be contained within two completely different databases.
Auron
|
|
|
This would also work I think, if you want to tidy it up.
Auron
|
|
|
There's probably something in one of the fils which ever one it is for choosing a random poll, and just stop it from using zero. I'll have a look into it.
Auron
|
|
|
Try removing the ' 's from the beginning and end of total and visits_today
Auron
|
|
|
Probably in a folder called images...
What chmod did you use?
Auron
|
|
|
Whats on line 51?
Try the code above again since I've modified it slightly.
Auron
|
|
|
Change it to this ::
Auron
|
|
|
For a start you got the wrong tags BUG TIME! It should look like this ::
======
vote.php
======
<?php
include "vote.php";
----
or
----
include_once "vote.php";
?>
Why include the poll in one file and then another???
Why don't you just do the include cookie and booth .php's in the file vote.php was included in??
What does your config look like?
Auron
|
|
|