Hi,
Topics have an own code field. I'd like to let my users be able to put things there
that I can later prosess on my page. Things like
$use_menu = 1;
Now, how do I then include this element into the page?
I'd like to do something like:
if (strlen$topic->code)>0) {
somehow include the topic->code here.
if ($user_menu == 1) { make_menu();}
}
Tarjei
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]