If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Wiz-of-oz
Forum Index » Profile for Wiz-of-oz » Messages posted by Wiz-of-oz
Author Message
Thanks Carbonize, but I actually already managed to successfully customize templates adding "include("menu_top.inc");" line to index.php, comment.php and addentry.php files.

I ask is it possible to have my .inc files in higher level directory, not in main guestbook dir. (e.g. in site root)
what should I do to be able to php include files (containing my main menu) that are located outside guestbook folder.

I have put
include("menu_top.inc");
to index.php

but then I had to duplicate menu_top.inc in to guestbook dir, which I'd prefer not.

I have tried:

include("../menu_top.inc");
include("./menu_top.inc");
include($_SERVER['DOCUMENT_ROOT'].'/menu_top.inc');

no luck, any help please
Is it possible to have all input fields visible on the same page that contains the guestbook records?

IOW I'd like to merge contents of these two pages:
http://www.abelkorzeniowski.com/guest/index.php
http://www.abelkorzeniowski.com/guest/addentry.php

I tried to get them togather editing body.php but I cannot get the submitting buttons to work.

is it possible?
 
Forum Index » Profile for Wiz-of-oz » Messages posted by Wiz-of-oz
Go to:   
Based on the open source JForum