Ich mir nicht ganz sicher ob das das richtige Forum zum posten ist, aber ich denke hier ist es gut aufgehoben. Denke es ist nur microHack
Ich wollte eine Subnavigation welche nur erscheint, wenn auch Unterkategorien vorhanden sind. Wenn möglich wollte ich dies nicht über den switch($check_id) wie im nav.php lösen.
brans wrote:Place the following code into any file in your frontend_render folder and use {SUB_TABLE_COLUMN} which will create a sub_menu if available.
It returns alway this string:
nav_table_struct($content["struct"],intval($content["cat_id"]),$content["cat_id"],$template_default["nav_table_struct"]);
brans wrote:Place the following code into any file in your frontend_render folder and use {SUB_TABLE_COLUMN} which will create a sub_menu if available.
It returns alway this string:
nav_table_struct($content["struct"],intval($content["cat_id"]),$content["cat_id"],$template_default["nav_table_struct"]);
What I´m doing wrong there?
did you enable frontend_render?
$phpwcms["allow_ext_render"] = 0
If you use existing functions from the INIT folder for rendering the page.
These files can be rendered from the directory
/phpwcms_template/inc_script/frontend_render
Default = 0 Forbidden / 1 = Allowed.
Yes I have enabled frontend_render.
Other stuff are well. It is only this one script. It returns always the string from the variable $replace and I don´t know why.