hidden pages

Shadow

No avatar

2006-07-17 23:55

Hi!

I would like to know if it is possible to add pages that only can be acessible from external links.

For example, i want to put a link on the footer with the terms and condictions and that the information was shown on the page holder of the site.

The solution i found was to create hidden pages and link them to a link on the footer, but it doesn't work.

any ideias?

thanks,
Artur

treewood (OpenSolution)

Avatar: treewood

2006-07-18 11:03

Shadow - edit core/categories.php and find:

$this->aTypes = Array( => $lang['products'], => $lang['content'] );

change to:

$this->aTypes = Array( => $lang['products'], => $lang['content'], => 'hidden' );

After add categories to type "hidden" and You will have visible categories but not in menu. Now You need to copy id of new categories and create links.
Works good?

Shadow

No avatar

2006-07-18 14:54

works perfect.

thanks,
Artur

Back to top
about us | contact