Script URL:
Version of script: 1.7
Hosting company: citrexhosting
What terms did you try when SEARCHING for a solution: private,css,
Hello, i'm having a problem on my guestbook, the private messages are invisible ! :
http://img580.imageshack.us/i/sanstitrenux.png/
and when i pass my mouse on it, i can the message :
http://img508.imageshack.us/i/sanstitre2ww.png/
so my question is : " how to make it visible ?"
i tried to edit the css, but nothing...
i guess there is something to change in "gbook.php",
the tag of the private message is "t58" .
Private messages are invisible
Re: Private messages are invisible
The text you are referring to should always be visible.
PLease post a link to your guestbook because the screenshots do not give me a clue as to what might be causing the behavious you get.
Did you edit the gbook.php file or any of the template files? In the case you did, does it also happen when you use the original (not editede) files?
Greetings,
Henrie
PLease post a link to your guestbook because the screenshots do not give me a clue as to what might be causing the behavious you get.
Did you edit the gbook.php file or any of the template files? In the case you did, does it also happen when you use the original (not editede) files?
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Re: Private messages are invisible
I assume the problem is encoding - the message contains chars not supported by your encoding.
If you did any modifications to the GBook try the original files.
Also try changing
$lang['enc']='windows-1250';
in file language.inc.php to an encoding you use or to
$lang['enc']='utf-8';
This might not help with old posts, but try new ones.
Like Henrie said, post the URL of your guestbook so we can test it.
If you did any modifications to the GBook try the original files.
Also try changing
$lang['enc']='windows-1250';
in file language.inc.php to an encoding you use or to
$lang['enc']='utf-8';
This might not help with old posts, but try new ones.
Like Henrie said, post the URL of your guestbook so we can test it.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 6
- Joined: Sat Mar 05, 2011 10:57 pm
Re: Private messages are invisible
yeah i edited the gbook.php, i renamed it to index.php
and inside i renamed every values "gbook.php" by "index.php".
adress is : http://xtremecontacts.com/guestbook/index.php
and inside i renamed every values "gbook.php" by "index.php".
adress is : http://xtremecontacts.com/guestbook/index.php
Re: Private messages are invisible
To hide the Powered by PHP Guestbook 1.7 from PHP Scripts link at the bottom of the page you have changed to a transparent color
this causes the link text to be displayed transparantly.
When changing the text color to a readable color you will fix your problem and it will also allow you to use the guestbook without purchasing a license.
Also change the color in to a readable color to display the rest of the "Powered by" text.
To remove the "Powered by" link, read the readme.html file:
Henrie
Code: Select all
a{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: #003399; text-decoration:underline;}
a:hover{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: #003399; text-decoration:none;}
Code: Select all
a{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: transparent; text-decoration:underline;}
a:hover{font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: transparent; text-decoration:none;}
When changing the text color to a readable color you will fix your problem and it will also allow you to use the guestbook without purchasing a license.
Also change the color in
Code: Select all
body{margin:0; padding:0; background-image:url(images/bg.png); background-repeat:repeat; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color:transparent;}
To remove the "Powered by" link, read the readme.html file:
Greetings,readme.htm wrote:Removing copyright notice ("Powered by" links)
Removing any of the copyright notices without purchasing a license is expressly forbidden. To remove GBook copyright notice you must purchase a license. For more information on how to obtain a license please visit the page below:
http://www.phpjunkyard.com/copyright-removal.php
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
-
- Posts: 6
- Joined: Sat Mar 05, 2011 10:57 pm
Re: Private messages are invisible
ok,
i will buy a licence then ,
i hided the copyrights for the reason that last time i checked the link to copyright- removal, it redirected me to a 404 error page
thank u for help
i will buy a licence then ,
i hided the copyrights for the reason that last time i checked the link to copyright- removal, it redirected me to a 404 error page

thank u for help

Re: Private messages are invisible
You could have tried to contact Klemen about the 404 page for the copyright removal instead of breaking the copyright...
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.