Author |
Message |
|
Look in the "doc" folder and open the README file with a text editor.
It is really easy to install.
Basically upload all the folders to your site.
Create a database (I use phpmyadmin to do this)
The open the config.php file (inside folder ADMIN)
Enter the database details and save it.
Then set your permissions (CHMOD) on the folders as given in readme file. (You can do this thru your ftp program)
Finally run the install.php in http://www.yoursite.com/guestbookfoldername/admin/install.php
Thats it really.
Hope this helps
:-/
|
 |
|
Wie kann ich die Überschrift entfernen ? (nicht die frage, sondern das oben drüber). Wäre echt nett wenn ihr mir da helfen könntet.!
|
 |
|
i put this code where i want the poll "<?php
include_once "/home/plays/public_html/poll/booth.php";
echo $php_poll->poll_process(4);
?> but when i view the page all i see is "poll_process(4); ?>" and not the poll. What am i doing wrong?
|
 |
|
Ok thanks for the replys, i will try the last answer.
Thanks anyway
I will let you know what the problem is,
cheers.
|
 |
|
Ok, thanks, I'm happy to know
|
 |
|
hi. once i get this to work the way i want it, we'll definitely buy...great job so far. my only problem, however, is this...
when i click "vote" it brings me to another page with the results. i want it to reappear within the same page (like in your Demo 5 on this site). the poll is an ssi include within a main .shtml page
how do i do this?
thanks!
|
 |
|
Try changing the one in templates/header.php
<title>$LANG[FormSelect]</title>
to
<title>whatever you want the title to be</title>
I've just tested it with our guestbook and it seems to have done the trick.
http://www.piratesofthecurribean.org/guestbook/index.php
|
 |
|
I think you need to change the path variable
My example
/* path */
$poll_path = "/Users/Yourname/Sites/fb/poll";
So for your site it might be something like
/* path */
$poll_path = "/vhosts/soft.iphosting.ru/htdocs/poll";
But it depends where your poll is installed!
|
 |
|
Well, not the Go button. That would be silly to add to it.
Add to the pull down menu. *shoos off people who keep bothering her when she's trying to type*
|
 |
|
Someone please help me.
I've been fighting with this silly software for a while now and have still not figured out how to add additional options to the pulldown menu Go button (beneath the Sign the Guestbook and Administration links in the upper right corner).
I want to add the other main pages of our web site to it (Home, News, etc) but cannot find where to make any changes to Header, Body or whichever .php object holds this info.
The guestbook can be viewed here:
http://www.piratesofthecurribean.org/guestbook/index.php
|
 |
|
Please, help.
|
 |
|
Got it!
|
 |
|
I found a table poll_user I hit browse and I see user id 1 then a user name and a long mix of letters and numbers above this it says user pass the the next one is session and last time on. should I delete this?
Thanks Much
|
 |
|
I found a table poll_user I hit browse and I see user id 1 then a user name and a long mix of letters and numbers above this it says user pass the the next one is session and last time on. should I delete this?
Thanks Much
|
 |
|
I can not find that table I see poll_comment,poll,config,poll_index,poll_ip and so on. How do I fix the pw if I can not find the right table? I am using phpmyadmin.
Thanks
|
 |
|