Page 1 of 1
r_284
Posted: Wed 7. Jan 2009, 21:52
by Jensensen
http://code.google.com/p/phpwcms/source/detail?r=284
How to get the new --> menu title working?
I added to the Database:
Code: Select all
#2008-12-22
ALTER TABLE `phpwcms_article` ADD `article_menutitle` VARCHAR( 255 ) NOT NULL ;
added some menu title but can't see it anywhere, for example CP Article menu.
Any hint?
Re: r_284
Posted: Wed 7. Jan 2009, 22:20
by flip-flop
NAV_LIST_UL:
@string $parameter = "menu_type, start_id, max_level_depth, class_path, class_active,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_id)"
menu_type: PA, P, FPA, FP, F, FA
Re: r_284
Posted: Wed 7. Jan 2009, 22:31
by Jensensen
Hi flip-flop,
thank you! So, this seems to be an extension for NAV_ RTs, isn't it?
Well, not yet tested.
There's one aspect I don' understand:
Navi RTs like NAV_LIST_UL match the site structure levels, so, why can you add the new "menu title" when you edit the --> article information?
Re: r_284
Posted: Wed 7. Jan 2009, 22:49
by flip-flop
I think at this moment it doesn´t work. (not yet).
I can´t find any operation using FPA and FA ..... in \include\inc_front\front.func.inc.php -> function buildCascadingMenu .
Knut
Re: r_284
Posted: Wed 7. Jan 2009, 23:10
by Jensensen
You're right. Actually I'm checking the 'diff' of front.func.inc.php. I think, we get a new NAV_LIST_UL shortly.
But right now I can't put things straight.
All tests didn't show anything new.
[ongoing development

]
Re: r_284
Posted: Thu 8. Jan 2009, 00:21
by Jensensen
btw: SimplePie was inc_exted since many versions but, once again it was mentioned with r_284 / r_285.
It is used/necessary for--> INCOMING RSS feeds only ==> CP rss feed