Okay, actually I have a fresh midgard install, so I just write this by
head:

You create one page (you can name it as you want) anywhere on your site
structure, and make it active. You assign to it the style you want to
use (it is also indifferent).

The page's content is:
<? mgd_include_snippet("/hklc_nforum/nforum"); ?>

This snippet is the entry point into nforum.

The style's ROOT element must contain where typically only the
<(content)> stands:

<[config]><[dbconfig]><[function]><[cookie]><(content)><[footer]>

You must create (copy) the above elements from the hklc_nforum/... into
the style what your page uses. You must set "$config[nforumroot]" in
<[config]> to point to the page you have created.

Fery

PS: I guess, it also works, and seems more comprehensible:

page content:
<[config]><[dbconfig]><[function]><[cookie]>
<? mgd_include_snippet("/hklc_nforum/nforum"); ?>
<[footer]>

style ROOT content:

.... <(content)> ....

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to