Editing the Footer

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
konetch
Posts: 1
Joined: Thu Mar 19, 2009 8:54 pm

Editing the Footer

Post by konetch »

How do you edit the footer? I just need to make the horizontal rule shorter.

Thanks
________________________________
http://www.konetchreport.com
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Open file mboard.php in a suitable editor.

In mboard.php file # Version: 1.3 from November 18, 2006
find line 759

Code: Select all

echo '<hr width="95%">';
and change value of 95% to desired with.

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.
Locked