Page 10 of 10

Re: NAV_LIST_UL >= V1.30

Posted: Thu 17. Jan 2013, 20:39
by Jensensen
Oops! There must be something wrong with NAV_LIST_UL in newer versions of phpwcms -> 1.6.528 (2012/12/05, r528).

When I use an older version of
// original function buildCascadingMenu in /include/inc_front/front.func.inc.php

as it IS still used here NLU_FF_AC_QD
http://forum.phpwcms.org/viewtopic.php?f=8&t=17891

the output I get is

Code: Select all

<ul class="act_path">

Re: NAV_LIST_UL >= V1.30

Posted: Wed 17. Apr 2013, 21:47
by Jensensen
I'm still testing...

some newer information can be found here: https://github.com/slackero/phpwcms/issues/13
The default behavior is:

Code: Select all

start_id,
max_level_depth,
class_path | ul_class_level1 | ul_class_level2 | ...,
class_active_li | class_active_a,
ul_id_name,
wrap_ul_div(0 = off, 1 = <div>, 2 = <div id="">, 3 = <div class="navLevel-0">),
wrap_link_text(<em>|</em>, articlemenu_start_level)```

Re: NAV_LIST_UL >= V1.30

Posted: Wed 28. Mar 2018, 18:10
by juergen
Is this still "state of the art" ?

just moving and updating a Site, but the context of NAV_LIST_UL is not working
{NAV_LIST_UL:FP,0,1,art-hmenu,active,,,,} ... or should I check source?

No Howto for Version >= 1.8.9 found yet

Ok ! Found this:
EDIT: But the <ul class="any".... is not injected .. what is wrong with my Tag ?

Answer: Was the missing of a Komma in the end ... the bold one ...

Code: Select all

 @string $parameter:
            menu_type,
            start_id,
            max_level_depth,
            class_path|ul_class_level1|ul_class_level2|...,
            class_active_li|class_active_a,
            ul_id_name,
            wrap_ul_div(0 = off, 1 = <div>, 2 = <div id="">, 3 = <div class="navLevel-0">),
            wrap_link_text(<em>|</em>),
            articlemenu_start_level|articlemenu_list_image_size (WxHxCROP OR WxHxCROP)|_
                articlemenu_use_text (take text from: description:MAXLEN OR menutitle:MAXLEN OR teaser:MAXLEN OR teaser:HTML)|_
                articlemenu_position (inside|outside)|_
                <custom>[TEXT]{TEXT}[/TEXT][IMAGE]<img src="{IMAGE}" alt="{IMAGE_NAME}">[/IMAGE]</custom>

Re: NAV_LIST_UL >= V1.30

Posted: Thu 29. Mar 2018, 05:49
by Oliver Georgi
juergen wrote: Wed 28. Mar 2018, 18:10 Answer: Was the missing of a Komma in the end ... the bold one ...
8)