Author |
Message |
|
the guestbook...when someone writes a comment...the font color is always black...can you tell me where to change the color...big thx...
|
 |
|
where can i change the comment font color...???
|
 |
|
Hello! Please tell me where I can find FREE PHP HOST!! OR WITH MY SQL DATABASE FOR FORUMS!! THANKS!!!!
|
 |
|
can we find a working multilangual example?
|
 |
|
You should enable HTML codes !!!
|
 |
|
Hi, komischerweise habe ich nirgendwo die Einstellung gefunden für die Adresse, wo die Comments hingehen ....
Brauche Tipp!
Vielen Dank im voraus!
Max
|
 |
|
Guess I don't qualify for an answer...
Oh well
|
 |
|
egeurts wrote:I'm giving you an example, based on how I've setup my guestbook, but the same technique can be used for any kind of 'small' application written in a script language like PHP.
In my case, I've setup the guestbook in a directory of it's own on the website. The directory is called {domain-name.com}/guestbook/.
In a different part of the site, I have a web page, called gastenboek.htm (it's a site in Dutch, gastenboek means guestbook).
Here is a small piece of code from this gastenboek.htm:
As you can see, I've given the Iframe a name (Guestbook), and some visual settings such as margins, border and alignment. Inside the Iframe, the initial page of the guestbook is called up, throught the src attribute.
This way, the guestbook is operating within the Iframe. You might say the guestbook is completely unaware of the fact it's running in an Iframe, it might as well be running on it's own in a separate browser window. Whatever happens inside the Iframe, the rest of the site around the Iframe is untouched.
So: you don't need to use the SSI way of calling the poll. Just have your page as you were used to, but put an Iframe in it at the right spot, with the right dimensions. Inside this iframe, you can call the .php program with the poll in it.
Here is an copy of the source code of a poll I have running in an Iframe:
Hope this helps...
Just want to say Thanks for ur time to write this! It helped me and a can guess a lots of more ppl.
Just wanna add a little... when i was doing a calendar on my site i use ur help to get it working. But i did on a little other way to get it work.
The Iframe where u want it:
<iframe src="http://localhost/calendar.php"
marginwidth="0" marginheight="0" height="200" width="200"
name="eventcal" align="left" border="0" frameborder="0">
</iframe>
and the calendar.php file:
<html>
<body>
<?
include_once "d:/appserv/www/eventcal/cl_files/calendar.php";
show_calendar(Kickfjader);
?>
</body>
</html>
Have FUN!
|
 |
|
Hallo!
Ich habe folgendes Problem bei der Textdatei-Version von AP 2.0.2:
Beim Abstimmen für die vierte Antwortoption, wird die Stimme nicht gezählt -> die Stimmen für Antwort 4 sind immer 0 (0%)!
Allerdings wird der Abstimmungsversuch in der Datei *.ip, bzw. *.log protokolliert. Schreibrechte auf das Verzeichnis /polldata und die Dateien sind somit vorhanden...
Beim Anlegen der Umfrage könnte man nicht den gesamten Text der Antwort in das Input-/Textfeld schreiben. Der String "äh, hallo? wen interessiert der sommer? ich schalte den ventilator ein, lege mich vor den fernseher und gucke "dismissed" auf MTV. das ist mir schwül genug." wurde 'abgeschnitten' / gekürzt!
Erst duch die Funktion "Umfrage ändern" könnte man den gesamten text einfügen.
Ist es vielleicht möglich, dass die Länge der Antworten begrenzt ist und deswegen der Fehler auftritt?
Vielen Dank schon mal!
Gruß Oliver
|
 |
|
Badgerdid wrote:i cant get into the admin on my advanced gustbook?
i use the default username and password that comes with the proggy test and 123 but it just says incorrect, as i have pot out an admin password or username anywhere yet except the database settings this should not have changed, or should it?
anyone help?
it should be, not put, not, pot out , lol
i have also been to my phpadmin and deleted the username and password, even added one to the default table but i still get the same message incorrect username or password
|
 |
|
i cant get into the admin on my advanced gustbook?
i use the default username and password that comes with the proggy test and 123 but it just says incorrect, as i have pot out an admin password or username anywhere yet except the database settings this should not have changed, or should it?
anyone help?
|
 |
|
Heres the problem i get when ever i try to vote:
Warning: Cannot modify header information - headers already sent by (output started at /home/mrmax/public_html/combatairsim/index.php:10) in /home/mrmax/public_html/combatairsim/poll/poll_cookie.php on line 21
Can anyone help me? my site is http://combatairsim.vwarrior.net
Thanks,
cokacola650
|
 |
|
dude you rock, i was so afriad that i was going to loose all 170+ entries and they were going to be pissed. i called my hosts tech support and they had no clue. thanks again
www.gcwband.net
|
 |
|
First I would like to say how much I love the work you put into this fabulous guestbook. I can't find anywhere to donate you money for this. I can't accept this much work for free. Where may I send you a donation?
Second I would like to ask. In the guestbook on the top right there is a pull down menu that only has "Guestbook" as a selection. I would like to add other links on my website to this menu if possible but I can't find where to edit it. Your help would be appreciated.
Thank you ever so much.
Tom S.
http://kischat.com
|
 |
|
i didn't wanna open a new topc, so i'll use this one.
I installed all the files changed everyhing that was needed, but i don't know how to put the poll on my page. any help? ...more specifically, what should i write in the <form action"???"> thanks
|
 |
|