PDA

View Full Version : Problem with the PAGE option


Zooalex
11-23-2006, 12:23 PM
Hello boys,

I've a problem with page option (i use version 2.0).

I've wrote in the Page Content of the Admin Panel, but it is not work...

This is the url (empty): http://www.xdirectory.it/pabout.html

Thanks a lot!
Alex from Italy

Dave Baker
11-23-2006, 05:33 PM
Hello Alex,
Please check, after pressing the button "Save Changes" should appear notice "Changes saved" in green box.

Zooalex
11-23-2006, 09:43 PM
Yes Dave,

I have the notice "Changes saved" in green box.

This is my configuration:

Page URL: about
External URL: NO
No Follow URL: NO

Zooalex
11-27-2006, 12:29 PM
The cause of the problem it was the "old template" I use.

These are the changes to do in the file "page.tpl" of your old-template:

OLD TEMPLATE

{include file="header.tpl"}

<h1>{$lang[$page.name]}</h1>
<div class="box-content">{$page.content}</div>

{include file="footer.tpl"}


Change with:

{include file="header.tpl"}

<h1>{$lang[$page.name]}</h1>
<div class="box-content">{$content}</div>

{include file="footer.tpl"}

Bye bye