| Author |
Message |
|
|
I searched for locked poll and found this. I am using 2.02. I downloaded the IP table and I can clear it if necessary but have I lost the number of votes for each option or am I missing something?
I see the IP log only so there is no record of number of votes?
|
 |
|
|
I am having a problem getting my advanced poll to show up on a test site i am working on. I have read through a bunch of these posts but still having problems.
http://www.mainstreetdesigns.com/poll/
This is all that shows up on the site when i install the poll and paste the code from the admin page.
Any help would be appreciated!!
|
 |
|
|
It figures... stare @ it for hours cant find what I need, ask for help and BAM I find it!!! LOL!
BUT now that I found the url path in Admin.....I still cant get the pics to show???
I tried many things... like:
/var/www/html/boards/movies/poll/booth.php
and /poll/image and a bunch of others....
What should it be?
Thanks!
|
 |
|
|
I have AP running finally.
The path to the images is wrong. @ least on the one I Dloaded.
I read where u said NEVER edit except in Admin gui.
I cant seem to find anything about images. There is a dropdown box that has images in it. I went there but I dont see reference call for images.
What do you think???
Thanks!
|
 |
|
|
Thanks, but where is the codes for images and for the links? In which file are they located?
Also, when I placed the guestbook file in the guestbook folder where all the other stuff is, the links worked BUT I want all the pages to be displayed in the "gjestebok.php" file and not like 3-4 different if you know what I mean? Is there any commands which can allow that?
|
 |
|
|
Thanks for the help! I've found the admin panel - the first I've heard of it! And sorted out most of those problems.
Except, I've inserted the code into the pages I want the poll in, it look OK, but after voting, an error appears at the top of the page, "Warning: Cannot modify header information - headers already sent by... "
And, I've got 2 different sections on my site, with different layouts etc. and name - so do I have to install the poll again to make things (settings mainly) different?
|
 |
|
|
I want the guestbook to display in this layout:
http://www.nullproblem.com/gjestebok.php
I've added this include text:
<?php include('gjestebok/index.php'); ?>
|
 |
|
|
Trevor wrote:
I'm sorting out my own problems with 'page cannot be displayed' - not in the guestbook but 850 pages on the site, all to be changed manually 'cos they're not dynamic -
if its a common change have you a program that can do a string replace in each file?
|
 |
|
|
|
I will have a look though images aren't allowed on my guestbook
|
 |
|
|
Anonymous wrote:Just been experimenting more and have found the code for the entry in the first place
open Template
form.php
find and delete
<tr bgcolor="$VARS[tb_color_1]">
<td width="25%" class="font1"><img src="$GB_PG[base_url]/img/home.gif" width="16" height="16"> $LANG[FormUrl]:</td>
<td><input type="text" name="gb_url" size="42" value="http://" maxlength="45"></td>
</tr>
no more URL entries !!
OK Well the above suggestion of mine did work for a while now i need an explanation
There is no way for someone to enter the URL ont the sign guestbook form and no way of displaying it , so how am i getting URL entered? they must either go straight to the database or be using their own form
Have had 4 URLS appear
http://www.gifs-clipart-smiley.de
http://www.sms-sprueche.de.be
http://www.fun-spass-game.de.ms
http://www.mega-spass.com
Have seen these before, ok my guests dont see them but its a pain, the only thing i can think of now is find all references to the URL field in the database and comment out, also then delete the field itself, or just rename it in the table and files
Best suggestions please
|
 |
|
|
|
Hmm... I don't know if I understood it... because when I go to the page and press "Sign The Guestbook" or "Administator" it shows page cannot be displayed. I got to display the guestbook in the layout... but pictures and links doesn't work.
|
 |
|
|
hi i have the url.php like this
<a href="$row[url]" target="_blank"><img src="img/browser.jpg" width="15" height="15" border="0"></a>
sometime work some else i take that result
<a href="$row[url]" target="_blank"> </a>
it miss the image file with text work fine why this ?
|
 |
|
|
Found a lot of posts regarding this problem so I thought I'd write what worked for me which I found in this form. From phpmyadmin select the guestbook database. Then on the right press on the SQL tab. Enter the code below in the text box and press go. Worked for me.
ALTER TABLE `book_auth` CHANGE `LAST_VISIT` `last_visit` int(11) NOT NULL DEFAULT '0';
ALTER TABLE `book_data` DROP `image`;
ALTER TABLE `book_private` DROP `image`;
ALTER TABLE `book_smilies` CHANGE `width` `width` smallint(6) unsigned NOT NULL default '0';
ALTER TABLE `book_smilies` CHANGE `height` `height` smallint(6) unsigned NOT NULL default '0';
ALTER TABLE `book_ip` ADD KEY guest_ip (guest_ip);
|
 |
|
|
|
How do I add the guestbook to the page as you have on this page? So the guestbook fits the layout without having it as a pop up and such...
|
 |
|
|
Doing it this way makes the poll more customizable with fitting it in with
a web page' layout and design which is easier to do than the way the g.b.
does it, but, it is a lot more complicated than the poll in terms of HTML
and the number of pages it needs to operate fully.
_ Auron
|
 |
|
|