not posting properly

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
mirnot
Posts: 38
Joined: Mon Aug 07, 2006 4:57 pm

not posting properly

Post by mirnot »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

hello

the following is my gbook
http://www.moshiachforkids.com/17/gbook.php

1) why do all my entries end up on the name line?
2)why doesnt the from field appear?
3)how di i get the page numbers appear centered?

thanks
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello Mirnot,

I took a look at your guestbook.
  1. I looked at your entries.txt file and the first 2 entries are okay. After that the entries are all added to the entries.txt without the entries parted from eachother. Did you change something in the gook.php files that could have caused this? Try replacing the gbook.php file with the original to see if that helps (first make a backup of the one you have now).
  2. The from frield does appear here in the sign page. You have used is as School field. My guess is you have edited the comments.php file in the templates folder and removed or wrongly modified

    Code: Select all

    	if ($from)
    	{
    		echo '<span class="gbook_submitted_by">'.$lang['t18'].' '.$from.'</span><br class="clear" />';
    	}
  3. The page numbers appear centered here.
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.
Post Reply