![]() |
![]() |
![]() |
|
|||||||
| Common Questions Latest releases, patches, bugfixes and changes in eSyndiCat Directory Software free version. Feel really frustrated after having spent several hours trying to figure out what went wrong with your directory? Wait no more! Click the link above and post your issues. Right here. Right now. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Jun 2006
Posts: 42
![]() |
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 |
|
|
|
|
|
#2 |
|
Join Date: Jul 2006
Location: St. Petersburg
Posts: 2,568
![]() |
Hello Alex,
Please check, after pressing the button "Save Changes" should appear notice "Changes saved" in green box. |
|
|
|
|
|
#3 |
|
Join Date: Jun 2006
Posts: 42
![]() |
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 |
|
|
|
|
|
#4 |
|
Join Date: Jun 2006
Posts: 42
![]() |
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 Code:
{include file="header.tpl"}
<h1>{$lang[$page.name]}</h1>
<div class="box-content">{$page.content}</div>
{include file="footer.tpl"}
Code:
{include file="header.tpl"}
<h1>{$lang[$page.name]}</h1>
<div class="box-content">{$content}</div>
{include file="footer.tpl"}
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|